/haiku/src/tests/kits/locale/ |
H A D | CollatorTest.cpp | 57 int difference = collator.Compare(tests[i].first, tests[i].second); in TestSortKeys() local 58 CPPUNIT_ASSERT_EQUAL(tests[i].sign[strength - 1], difference); in TestSortKeys() 62 if (difference == 0) in TestSortKeys() 65 CPPUNIT_ASSERT(keydiff * difference > 0); in TestSortKeys()
|
/haiku/src/kits/network/libnetservices/ |
H A D | NetworkCookie.cpp | 481 int32 difference = domain.Length() - cookieDomain.Length(); in IsValidForDomain() local 484 if (difference < 0) in IsValidForDomain() 495 const char* suffix = domain.String() + difference; in IsValidForDomain() 496 return (strcmp(suffix, cookieDomain.String()) == 0 && (difference == 0 in IsValidForDomain() 497 || domain[difference - 1] == '.')); in IsValidForDomain() 534 int32 difference = domain.Length() - cookieDomain.Length(); in _CanBeSetFromDomain() local 535 if (difference < 0) { in _CanBeSetFromDomain() 537 const char* suffix = cookieDomain.String() + difference; in _CanBeSetFromDomain() 538 return (strcmp(suffix, domain.String()) == 0 && (difference == 0 in _CanBeSetFromDomain() 539 || cookieDomain[difference - 1] == '.')); in _CanBeSetFromDomain() [all …]
|
/haiku/src/system/kernel/scheduler/ |
H A D | low_latency.cpp | 127 int32 difference = coreLoad - otherLoad - kLoadDifference; in rebalance() local 128 ASSERT(difference > 0); in rebalance() 131 return difference >= threadLoad ? other : core; in rebalance()
|
/haiku/src/kits/support/ |
H A D | JobQueue.cpp | 39 int32 difference = left->CountDependencies() - right->CountDependencies(); in operator ()() local 40 if (difference < 0) in operator ()() 42 if (difference > 0) in operator ()()
|
H A D | String.cpp | 1583 int32 difference = withThisLength - replaceThisLength; in ReplaceLast() local 1585 if (difference > 0) { in ReplaceLast() 1586 if (!_OpenAtBy(pos, difference)) in ReplaceLast() 1588 } else if (difference < 0) { in ReplaceLast() 1589 if (!_ShrinkAtBy(pos, -difference)) in ReplaceLast() 1735 int32 difference = withThisLength - replaceThisLength; in IReplaceLast() local 1737 if (difference > 0) { in IReplaceLast() 1738 if (!_OpenAtBy(pos, difference)) in IReplaceLast() 1740 } else if (difference < 0) { in IReplaceLast() 1741 if (!_ShrinkAtBy(pos, -difference)) in IReplaceLast()
|
/haiku/docs/user/interface/ |
H A D | Point.dox | 170 \brief Returns a BPoint where the x-coordinate is the difference of the 171 x values and the y-coordinate is the difference of the y values. 196 \brief Uses the BPoint as an accumulator storing the difference of the x 197 values and the difference of the y values.
|
/haiku/src/apps/deskbar/ |
H A D | TimeView.cpp | 479 float difference = timeWidth - fMaxWidth; in CalculateTextPlacement() local 480 fDateLocation.x -= difference; in CalculateTextPlacement() 481 fTimeLocation.x -= difference; in CalculateTextPlacement()
|
/haiku/data/system/data/fortunes/ |
H A D | Riddles | 199 Q: Know what the difference between your latest project and putting wings on an elephant is? 292 Q: What is the difference between a duck? 295 Q: What is the difference between Texas and yogurt? 331 Q: What's the difference betweeen USL and the Graf Zeppelin? 334 Q: What's the difference between a dead dog in the road and a dead lawyer in the road? 337 Q: What's the difference between a duck and an elephant? 340 Q: What's the difference between a JAP and a baby elephant? 346 Q: What's the difference between a Mac and an Etch-a-Sketch? 349 Q: What's the difference between an Irish wedding and an Irish wake? 352 Q: What's the difference between Bell Labs and the Boy Scouts of America? [all …]
|
H A D | Goedel | 122 …ey for fortunes, and unless user contributions increase to make up the difference, the fortune pro… 131 …ture of your spine, cause the growth of hair on your palms, and make a difference in the outcome o…
|
H A D | Pets | 50 Dogs just don't seem to be able to tell the difference between important people and the rest of us. 114 The difference between dogs and cats is that dogs come when they're called. Cats take a message an…
|
H A D | Magic | 63 …nce Lir] said. "That is exactly what heroes are for. Wizards make no difference, so they say tha…
|
H A D | Medicine | 144 …r the head with a brick, that is also a psychological interaction. The difference is that one is f…
|
H A D | Love | 318 The only difference in the game of love over the last few thousand years is that they've changed tr…
|
/haiku/src/apps/debugger/user_interface/gui/inspector_window/ |
H A D | MemoryView.cpp | 1022 float difference = 0.0; in _HandleAutoScroll() local 1026 difference = point.y - visibleRect.top; in _HandleAutoScroll() 1028 difference = point.y - visibleRect.bottom; in _HandleAutoScroll() 1029 if (difference != 0.0) { in _HandleAutoScroll() 1030 factor = (int)(ceilf(difference / fLineHeight)); in _HandleAutoScroll()
|
/haiku/src/apps/debugger/user_interface/gui/team_window/ |
H A D | SourceView.cpp | 1850 float difference = 0.0; in _HandleAutoScroll() local 1854 difference = point.y - visibleRect.top; in _HandleAutoScroll() 1856 difference = point.y - visibleRect.bottom; in _HandleAutoScroll() 1857 if (difference != 0.0) { in _HandleAutoScroll() 1858 factor = (int)(ceilf(difference / fFontInfo->lineHeight)); in _HandleAutoScroll() 1861 difference = 0.0; in _HandleAutoScroll() 1863 difference = point.x - visibleRect.left; in _HandleAutoScroll() 1865 difference = point.x - visibleRect.right; in _HandleAutoScroll() 1866 if (difference != 0.0) { in _HandleAutoScroll() 1867 factor = (int)(ceilf(difference / fCharacterWidth)); in _HandleAutoScroll()
|
/haiku/docs/develop/servers/app_server/ |
H A D | ColorUtils.rst | 68 1. Set the saved delta value to 765 (maximum difference)
|
/haiku/src/add-ons/translators/jpeg/ |
H A D | README | 30 …smaller but with a little worse quality (from what i've seen it's like difference between quality …
|
/haiku/src/add-ons/input_server/devices/wacom/ |
H A D | DESIGN | 29 This class is very similar to MouseDevice, the only difference being, that it supports all kinds of…
|
/haiku/docs/user/locale/ |
H A D | Collator.dox | 198 \brief Returns the difference betweens the two strings.
|
/haiku/docs/develop/file_systems/ |
H A D | node_monitoring.rst | 202 The other difference is that OpenBeOS exports its node monitoring
|
/haiku/src/libs/iconv/ |
H A D | encodings.def | 30 difference between a name and an alias. By convention, the name is chosen
|
/haiku/docs/user/drivers/ |
H A D | fs_modules.dox | 58 refers to a node. It is important to understand the difference between
|
/haiku/docs/user/app/ |
H A D | Handler.dox | 550 Note that there is a semantic difference between the two StartWatching()
|
/haiku/docs/develop/build/rc/ |
H A D | grammar.rst | 345 various fields is simply concatenated into one big block of bytes. The difference is that
|
/haiku/docs/develop/packages/ |
H A D | OldIdeas.rst | 275 Note the important difference with typical Linux package management systems. In
|