Home
last modified time | relevance | path

Searched refs:Values (Results 1 – 25 of 31) sorted by relevance

12

/haiku/docs/develop/packages/
H A DFileFormat.rst266 Attribute Values
349 :Allowed Values: Any valid file (not path!) name, save "." and "..".
371 :Allowed Values:
385 :Allowed Values: Any valid permission mask.
397 :Allowed Values: Any non-empty string.
405 :Allowed Values: Any non-empty string.
413 :Allowed Values: Any value.
419 :Allowed Values: Any value in [0, 999999999].
426 :Allowed Values: Any value.
432 :Allowed Values: Any value in [0, 999999999].
[all …]
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp285 off_t *values = node->Values(); in Validate()
356 || (addr_t)node->Values() > (addr_t)node + fNodeSize in Goto()
360 pos = *node->Values(); in Goto()
460 off_t offset = node->Values()[fCurrentKey]; in Traverse()
575 off_t *values = node->Values(); in FindKey()
657 off_t *values = node->Values(); in InsertKey()
664 off_t *newValues = node->Values(); in InsertKey()
736 off_t *inKeyValues = node->Values(); in SplitNode()
789 off_t *outKeyValues = other->Values(); in SplitNode()
883 outKeyValues = node->Values(); in SplitNode()
[all …]
H A DBPlusTree.h61 inline off_t *Values() const;
269 inline off_t *bplustree_node::Values() const in Values() function
H A Ddump.cpp247 off_t *value = node->Values() + i; in dump_bplustree_node()
/haiku/src/data/mime_db/text/
H A Dcsv8 resource(3, "META:L:DESC") #'MLDC' "Comma-Separated Values text file";
/haiku/src/apps/debugger/user_interface/gui/settings/
H A DGuiTeamUiSettings.h38 const BMessage& Values() const;
H A DGuiTeamUiSettings.cpp116 GuiTeamUiSettings::Values() const in Values() function in GuiTeamUiSettings
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp1058 Unaligned<off_t>* values = node->Values(); in _FindKey()
1160 Unaligned<off_t>* values = node->Values(); in _FindFreeDuplicateFragment()
1202 Unaligned<off_t>* values = node->Values(); in _InsertDuplicate()
1372 Unaligned<off_t>* values = node->Values(); in _InsertKey()
1380 Unaligned<off_t>* newValues = node->Values(); in _InsertKey()
1425 Unaligned<off_t>* inKeyValues = node->Values(); in _SplitNode()
1488 Unaligned<off_t>* outKeyValues = other->Values(); in _SplitNode()
1614 outKeyValues = node->Values(); in _SplitNode()
1832 Unaligned<off_t>* values = node->Values(); in _RemoveDuplicate()
2043 Unaligned<off_t>* values = node->Values(); in _RemoveKey()
[all …]
H A DBPlusTree.h113 inline Unaligned<off_t>* Values() const;
558 && (int8*)node->Values() + node->NumKeys() * sizeof(off_t) in CheckNode()
583 bplustree_node::Values() const in Values() function
H A DDebug.cpp230 Unaligned<off_t>* value = node->Values() + i; in dump_bplustree_node()
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.h66 StackFrameValues* Values() const in Values() function
/haiku/headers/os/app/
H A DPropertyInfo.h75 const value_info* Values() const;
/haiku/headers/private/debugger/model/
H A DStackFrame.h79 StackFrameValues* Values() const { return fValues; } in Values() function
/haiku/headers/private/storage/
H A DDriverSettings.h124 const char* const* Values() const;
/haiku/src/tests/add-ons/print/ppd/doc/
H A DPPD_Object_Model.txt64 Standard Option Values:
/haiku/src/tests/kits/app/bpropertyinfo/
H A DPropertyConstructionTest.cpp177 CompareValues(propTest->Values(), value_list, value_count); in TestProperty()
/haiku/docs/user/drivers/
H A DUSB_spec.dox134 \name Standard Request Values
/haiku/src/kits/storage/
H A DDriverSettings.cpp513 BDriverParameter::Values() const in Values() function in BPrivate::BDriverParameter
/haiku/docs/user/app/
H A DPropertyInfo.dox250 \fn const value_info* BPropertyInfo::Values() const
/haiku/docs/misc/
H A DBeIDE_ProjFileFormat.md13 (Values are big endian - always?)
/haiku/src/kits/app/
H A DPropertyInfo.cpp407 BPropertyInfo::Values() const in Values() function in BPropertyInfo
/haiku/src/bin/
H A Dhey.cpp524 vinfo = propinfo.Values(); in Hey()
1437 const value_info *vinfo = propinfo.Values(); in format_data()
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp2940 values = viewState->Values(); in _SaveViewState()
3061 error = viewState->Values()->SetValue(id, componentPath, in _AddViewStateDescendentNodeInfos()
3127 if (viewState->Values()->GetValue(objectID, componentPath, in _ApplyViewStateDescendentNodeInfos()
/haiku/build/jam/
H A DUserBuildConfig.ReadMe79 # Values from 0 to 9 are supported. 0 means no compression, 1 fastest, ..., and
/haiku/docs/develop/servers/app_server/
H A Ddoxygen_config10 # Values that contain spaces should be placed between quotes (" ")

12