/haiku/docs/develop/packages/ |
H A D | FileFormat.rst | 266 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 D | BPlusTree.cpp | 285 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 D | BPlusTree.h | 61 inline off_t *Values() const; 269 inline off_t *bplustree_node::Values() const in Values() function
|
H A D | dump.cpp | 247 off_t *value = node->Values() + i; in dump_bplustree_node()
|
/haiku/src/data/mime_db/text/ |
H A D | csv | 8 resource(3, "META:L:DESC") #'MLDC' "Comma-Separated Values text file";
|
/haiku/src/apps/debugger/user_interface/gui/settings/ |
H A D | GuiTeamUiSettings.h | 38 const BMessage& Values() const;
|
H A D | GuiTeamUiSettings.cpp | 116 GuiTeamUiSettings::Values() const in Values() function in GuiTeamUiSettings
|
/haiku/src/add-ons/kernel/file_systems/bfs/ |
H A D | BPlusTree.cpp | 1058 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 D | BPlusTree.h | 113 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 D | Debug.cpp | 230 Unaligned<off_t>* value = node->Values() + i; in dump_bplustree_node()
|
/haiku/src/apps/debugger/user_interface/gui/model/ |
H A D | VariablesViewState.h | 66 StackFrameValues* Values() const in Values() function
|
/haiku/headers/os/app/ |
H A D | PropertyInfo.h | 75 const value_info* Values() const;
|
/haiku/headers/private/debugger/model/ |
H A D | StackFrame.h | 79 StackFrameValues* Values() const { return fValues; } in Values() function
|
/haiku/headers/private/storage/ |
H A D | DriverSettings.h | 124 const char* const* Values() const;
|
/haiku/src/tests/add-ons/print/ppd/doc/ |
H A D | PPD_Object_Model.txt | 64 Standard Option Values:
|
/haiku/src/tests/kits/app/bpropertyinfo/ |
H A D | PropertyConstructionTest.cpp | 177 CompareValues(propTest->Values(), value_list, value_count); in TestProperty()
|
/haiku/docs/user/drivers/ |
H A D | USB_spec.dox | 134 \name Standard Request Values
|
/haiku/src/kits/storage/ |
H A D | DriverSettings.cpp | 513 BDriverParameter::Values() const in Values() function in BPrivate::BDriverParameter
|
/haiku/docs/user/app/ |
H A D | PropertyInfo.dox | 250 \fn const value_info* BPropertyInfo::Values() const
|
/haiku/docs/misc/ |
H A D | BeIDE_ProjFileFormat.md | 13 (Values are big endian - always?)
|
/haiku/src/kits/app/ |
H A D | PropertyInfo.cpp | 407 BPropertyInfo::Values() const in Values() function in BPropertyInfo
|
/haiku/src/bin/ |
H A D | hey.cpp | 524 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 D | VariablesView.cpp | 2940 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 D | UserBuildConfig.ReadMe | 79 # Values from 0 to 9 are supported. 0 means no compression, 1 fastest, ..., and
|
/haiku/docs/develop/servers/app_server/ |
H A D | doxygen_config | 10 # Values that contain spaces should be placed between quotes (" ")
|