HomeSort by relevance Sort by last modified time
    Searched refs:LESS (Results 1 - 25 of 295) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/BlocksRuntime/
rettypepromotion.c 23 enum { LESS = -1, EQUAL, GREATER };
30 if (random()) return LESS;
  /external/icu/icu4c/source/test/intltest/
allcoll.cpp 53 Collator::LESS,
54 Collator::LESS, /*Collator::GREATER,*/
55 Collator::LESS,
56 Collator::LESS,
57 Collator::LESS,
58 Collator::LESS,
59 Collator::LESS,
62 Collator::LESS, /* 10 */
64 Collator::LESS,
67 Collator::LESS,
    [all...]
trcoll.cpp 61 Collator::LESS,
62 Collator::LESS,
63 Collator::LESS,
64 Collator::LESS,
66 Collator::LESS,
67 Collator::LESS,
70 Collator::LESS,
71 Collator::LESS,
escoll.cpp 73 Collator::LESS,
74 Collator::LESS,
76 Collator::LESS,
77 Collator::LESS,
79 Collator::LESS,
81 Collator::LESS,
decoll.cpp 90 { Collator::LESS, Collator::LESS },
91 { Collator::EQUAL, Collator::LESS },
95 { Collator::EQUAL, Collator::LESS },
97 { Collator::LESS, Collator::LESS },
100 { Collator::LESS, Collator::LESS },
encoll.cpp 137 Collator::LESS,
138 Collator::LESS, /*Collator::GREATER,*/
139 Collator::LESS,
143 Collator::LESS,
144 Collator::LESS,
145 Collator::LESS,
146 Collator::LESS, /*Collator::GREATER,*/ /* 10 */
148 Collator::LESS,
150 Collator::LESS,
154 Collator::LESS,
    [all...]
frcoll.cpp 81 Collator::LESS,
82 Collator::LESS,
83 Collator::LESS, /*Collator::GREATER,*/
84 Collator::LESS,
87 Collator::LESS,
89 Collator::LESS, /*Collator::GREATER,*/
91 Collator::LESS,
92 Collator::LESS
178 expected = Collator::LESS;
197 doTest(myCollation, testBugs[i], testBugs[j], Collator::LESS);
    [all...]
jacoll.cpp 59 Collator::LESS,
60 Collator::EQUAL, //Collator::LESS, /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/
61 Collator::LESS,
62 Collator::GREATER, // Collator::LESS, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
63 Collator::LESS,
64 Collator::LESS, //Collator::GREATER /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*//* 6 */
126 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], Collator::LESS);
136 Collator::LESS);
149 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], Collator::LESS);
163 Collator::LESS);
    [all...]
ficoll.cpp 64 Collator::LESS,
66 Collator::LESS,
lcukocol.cpp 63 Collator::LESS
  /external/skia/include/private/
SkTSearch.h 34 // The most general form of SkTSearch takes an array of T and a key of type K. A functor, less, is
38 template <typename T, typename K, typename LESS>
39 int SkTSearch(const T base[], int count, const K& key, size_t elemSize, LESS& less)
55 if (less(*elem, key))
62 if (less(*elem, key)) {
65 } else if (less(key, *elem)) {
71 // Adapts a less-than function to a functor.
72 template <typename T, bool (LESS)(const T&, const T&)> struct SkTLessFunctionToFunctorAdaptor {
73 bool operator()(const T& a, const T& b) { return LESS(a, b);
    [all...]
  /external/skqp/include/private/
SkTSearch.h 34 // The most general form of SkTSearch takes an array of T and a key of type K. A functor, less, is
38 template <typename T, typename K, typename LESS>
39 int SkTSearch(const T base[], int count, const K& key, size_t elemSize, LESS& less)
55 if (less(*elem, key))
62 if (less(*elem, key)) {
65 } else if (less(key, *elem)) {
71 // Adapts a less-than function to a functor.
72 template <typename T, bool (LESS)(const T&, const T&)> struct SkTLessFunctionToFunctorAdaptor {
73 bool operator()(const T& a, const T& b) { return LESS(a, b);
    [all...]
  /external/skia/src/core/
SkTDPQueue.h 15 * This class implements a priority queue. T is the type of the elements in the queue. LESS is a
26 bool (*LESS)(const T&, const T&),
111 SkTQSort<T>(fArray.begin(), fArray.end() - 1, LESS);
140 if (LESS(fArray[index], fArray[p])) {
166 if (LESS(fArray[child], fArray[index])) {
172 } else if (LESS(fArray[child + 1], fArray[child])) {
178 if (LESS(fArray[child], fArray[index])) {
183 // We're less than both our children.
203 SkASSERT(!(LESS(fArray[i], fArray[p])));
  /external/skqp/src/core/
SkTDPQueue.h 15 * This class implements a priority queue. T is the type of the elements in the queue. LESS is a
26 bool (*LESS)(const T&, const T&),
111 SkTQSort<T>(fArray.begin(), fArray.end() - 1, LESS);
140 if (LESS(fArray[index], fArray[p])) {
166 if (LESS(fArray[child], fArray[index])) {
172 } else if (LESS(fArray[child + 1], fArray[child])) {
178 if (LESS(fArray[child], fArray[index])) {
183 // We're less than both our children.
203 SkASSERT(!(LESS(fArray[i], fArray[p])));
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationCompare.java 92 return (leftPrimary < rightPrimary) ? Collation.LESS : Collation.GREATER;
118 return (leftSecondary < rightSecondary) ? Collation.LESS : Collation.GREATER;
158 return (leftSecondary < rightSecondary) ? Collation.LESS : Collation.GREATER;
236 return (leftCase < rightCase) ? Collation.LESS : Collation.GREATER;
238 return (leftCase < rightCase) ? Collation.GREATER : Collation.LESS;
294 return (leftTertiary < rightTertiary) ? Collation.LESS : Collation.GREATER;
347 return (leftQuaternary < rightQuaternary) ? Collation.LESS : Collation.GREATER;
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationCompare.java 88 return (leftPrimary < rightPrimary) ? Collation.LESS : Collation.GREATER;
114 return (leftSecondary < rightSecondary) ? Collation.LESS : Collation.GREATER;
154 return (leftSecondary < rightSecondary) ? Collation.LESS : Collation.GREATER;
232 return (leftCase < rightCase) ? Collation.LESS : Collation.GREATER;
234 return (leftCase < rightCase) ? Collation.GREATER : Collation.LESS;
290 return (leftTertiary < rightTertiary) ? Collation.LESS : Collation.GREATER;
343 return (leftQuaternary < rightQuaternary) ? Collation.LESS : Collation.GREATER;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
token.h 32 #define LESS 20
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
token.h 32 #define LESS 20
  /external/python/cpython2/Include/
token.h 32 #define LESS 20
  /prebuilts/gdb/darwin-x86/include/python2.7/
token.h 32 #define LESS 20
  /prebuilts/gdb/linux-x86/include/python2.7/
token.h 32 #define LESS 20
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 32 #define LESS 20
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 32 #define LESS 20
  /external/clang/test/Sema/
block-misc.c 140 enum { LESS };
147 foo(^{ return LESS; }); // expected-error {{incompatible block pointer types passing 'int (^)(void)' to parameter of type 'long (^)()'}}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
token.py 29 LESS = 20

Completed in 501 milliseconds

1 2 3 4 5 6 7 8 91011>>