Searched refs:secondary (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h16 const SecondaryKey &secondary)
18 secondary(secondary),
25 secondary(NULL),
31 SecondaryKey secondary; member in class:TwoKeyAVLTreeKey
44 const SecondaryKeyCompare &secondary)
45 : fPrimaryKeyCompare(primary), fSecondaryKeyCompare(secondary) {}
51 result = fSecondaryKeyCompare(a.secondary, b.secondary);
202 result = fSecondaryKeyCompare(a.secondary,
15 TwoKeyAVLTreeKey(const PrimaryKey &primary, const SecondaryKey &secondary) argument
43 TwoKeyAVLTreeKeyCompare(const PrimaryKeyCompare &primary, const SecondaryKeyCompare &secondary) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h20 const SecondaryKey& secondary)
23 secondary(secondary),
31 secondary(NULL),
37 SecondaryKey secondary; member in class:TwoKeyAVLTreeKey
53 const SecondaryKeyCompare& secondary)
56 fSecondaryKeyCompare(secondary)
64 result = fSecondaryKeyCompare(a.secondary, b.secondary);
255 result = fSecondaryKeyCompare(a.secondary,
19 TwoKeyAVLTreeKey(const PrimaryKey& primary, const SecondaryKey& secondary) argument
52 TwoKeyAVLTreeKeyCompare(const PrimaryKeyCompare& primary, const SecondaryKeyCompare& secondary) argument
[all...]
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css59 refsectioninfo, refsynopsisdivinfo, screeninfo, secondary, sect1info,
/haiku/src/kits/tracker/
H A DTitleView.cpp305 // Check if the user clicked the secondary mouse button.
526 bool secondary local
528 if (secondary
547 if (secondary) {
823 // then if shift key was down, switch primary and secondary
831 // hit secondary sort column with shift key, disable
H A DContainerWindow.cpp2910 bool secondary = true; local
2919 secondary = false;
2924 if (!secondary) {
2933 secondary = true;
2938 if (!secondary && !primary)
H A DPoseView.cpp9408 BPose* secondary; local
9411 secondary = const_cast<BPose*>(p2);
9414 secondary = const_cast<BPose*>(p1);
9418 // We perform a loop in case there is a secondary sort
9424 BTextWidget* widget2 = secondary->WidgetFor(sort);
9426 widget2 = secondary->AddWidget(view, column);
9434 // for secondary sort. Either way, return.
9438 // Non-equal result, sort by secondary attribute
/haiku/
H A Dconfigure39 secondary tools (for "hybrid" images).
80 ones the secondary architectures.
943 # determine secondary architectures
973 echo "Please configure the secondary architecture."

Completed in 134 milliseconds