/external/icu/icu4c/source/test/intltest/ |
D | 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 …]
|
D | 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,*/ /*… 148 Collator::LESS, 150 Collator::LESS, 154 Collator::LESS, [all …]
|
D | 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; in TestSecondary() 197 doTest(myCollation, testBugs[i], testBugs[j], Collator::LESS); in TestExtra()
|
D | 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,
|
D | 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 },
|
D | jacoll.cpp | 59 Collator::LESS, 61 Collator::LESS, 63 Collator::LESS, 64 …Collator::LESS, //Collator::GREATER /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU … 126 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], Collator::LESS); in TestBase() 136 Collator::LESS); in TestPlainDakutenHandakuten() 149 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], Collator::LESS); in TestSmallLarge() 163 Collator::LESS); in TestKatakanaHiragana() 177 doTest(myCollation, testChooonKigooCases[i], testChooonKigooCases[i + 1], Collator::LESS); in TestChooonKigoo()
|
D | escoll.cpp | 73 Collator::LESS, 74 Collator::LESS, 76 Collator::LESS, 77 Collator::LESS, 79 Collator::LESS, 81 Collator::LESS,
|
D | g7coll.cpp | 143 …doTest(myCollation.getAlias(), testCases[results[i][j]], testCases[results[i][n]], Collator::LESS); in TestG7Locales() 175 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS); in TestDemo1() 209 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS); in TestDemo2() 243 … doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS); in TestDemo3() 272 … doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], Collator::LESS); in TestDemo4()
|
D | ficoll.cpp | 64 Collator::LESS, 66 Collator::LESS,
|
/external/skqp/include/private/ |
D | SkTSearch.h | 38 template <typename T, typename K, typename LESS> 39 int SkTSearch(const T base[], int count, const K& key, size_t elemSize, LESS& less) in SkTSearch() 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); } in operator() 77 template <typename T, bool (LESS)(const T&, const T&)> 79 static SkTLessFunctionToFunctorAdaptor<T, LESS> functor; in SkTSearch() 96 template <typename T, bool (LESS)(const T&, const T&)> struct SkTLessFunctionToPtrFunctorAdaptor { 97 bool operator() (const T* t, const T* k) { return LESS(*t, *k); } in operator() 102 template <typename T, bool (LESS)(const T&, const T&)> 104 static SkTLessFunctionToPtrFunctorAdaptor<T, LESS> functor; in SkTSearch()
|
/external/skia/include/private/ |
D | SkTSearch.h | 38 template <typename T, typename K, typename LESS> 39 int SkTSearch(const T base[], int count, const K& key, size_t elemSize, LESS& less) in SkTSearch() 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); } in operator() 77 template <typename T, bool (LESS)(const T&, const T&)> 79 static SkTLessFunctionToFunctorAdaptor<T, LESS> functor; in SkTSearch() 96 template <typename T, bool (LESS)(const T&, const T&)> struct SkTLessFunctionToPtrFunctorAdaptor { 97 bool operator() (const T* t, const T* k) { return LESS(*t, *k); } in operator() 102 template <typename T, bool (LESS)(const T&, const T&)> 104 static SkTLessFunctionToPtrFunctorAdaptor<T, LESS> functor; in SkTSearch()
|
/external/swiftshader/third_party/LLVM/cmake/modules/ |
D | LLVM-Config.cmake | 95 if( NOT idx LESS 0 ) 97 if( NOT idx LESS 0 ) 101 if( NOT idx LESS 0 ) 108 if( NOT asmidx LESS 0 ) 112 if( NOT asmidx LESS 0 ) 116 if( NOT asmidx LESS 0 ) 120 if( NOT asmidx LESS 0 ) 133 else( NOT idx LESS 0 ) 137 if( lib_idx LESS 0 ) 143 else( lib_idx LESS 0 ) [all …]
|
/external/skqp/src/core/ |
D | SkTDPQueue.h | 28 bool (*LESS)(const T&, const T&), 114 SkTQSort<T>(fArray.begin(), fArray.end() - 1, LESS); in sort() 143 if (LESS(fArray[index], fArray[p])) { in percolateUpIfNecessary() 170 if (LESS(fArray[child], fArray[index])) { in percolateDownIfNecessary() 177 } else if (LESS(fArray[child + 1], fArray[child])) { in percolateDownIfNecessary() 183 if (LESS(fArray[child], fArray[index])) { in percolateDownIfNecessary() 209 SkASSERT(!(LESS(fArray[i], fArray[p])));
|
/external/skia/src/core/ |
D | SkTDPQueue.h | 28 bool (*LESS)(const T&, const T&), 114 SkTQSort<T>(fArray.begin(), fArray.end() - 1, LESS); in sort() 143 if (LESS(fArray[index], fArray[p])) { in percolateUpIfNecessary() 170 if (LESS(fArray[child], fArray[index])) { in percolateDownIfNecessary() 177 } else if (LESS(fArray[child + 1], fArray[child])) { in percolateDownIfNecessary() 183 if (LESS(fArray[child], fArray[index])) { in percolateDownIfNecessary() 209 SkASSERT(!(LESS(fArray[i], fArray[p])));
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationCompare.java | 88 return (leftPrimary < rightPrimary) ? Collation.LESS : Collation.GREATER; in compareUpToQuaternary() 114 … return (leftSecondary < rightSecondary) ? Collation.LESS : Collation.GREATER; in compareUpToQuaternary() 154 … return (leftSecondary < rightSecondary) ? Collation.LESS : Collation.GREATER; in compareUpToQuaternary() 232 return (leftCase < rightCase) ? Collation.LESS : Collation.GREATER; in compareUpToQuaternary() 234 return (leftCase < rightCase) ? Collation.GREATER : Collation.LESS; in compareUpToQuaternary() 290 return (leftTertiary < rightTertiary) ? Collation.LESS : Collation.GREATER; in compareUpToQuaternary() 343 return (leftQuaternary < rightQuaternary) ? Collation.LESS : Collation.GREATER; in compareUpToQuaternary()
|
D | CollationFastLatin.java | 386 return (leftPrimary < rightPrimary) ? Collation.LESS : Collation.GREATER; in compareUTF16() 473 return (leftSecondary < rightSecondary) ? Collation.LESS : Collation.GREATER; in compareUTF16() 531 return (leftCase < rightCase) ? Collation.LESS : Collation.GREATER; in compareUTF16() 533 return (leftCase < rightCase) ? Collation.GREATER : Collation.LESS; in compareUTF16() 604 return (leftTertiary < rightTertiary) ? Collation.LESS : Collation.GREATER; in compareUTF16() 659 return (leftQuaternary < rightQuaternary) ? Collation.LESS : Collation.GREATER; in compareUTF16()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationCompare.java | 92 return (leftPrimary < rightPrimary) ? Collation.LESS : Collation.GREATER; in compareUpToQuaternary() 118 … return (leftSecondary < rightSecondary) ? Collation.LESS : Collation.GREATER; in compareUpToQuaternary() 158 … return (leftSecondary < rightSecondary) ? Collation.LESS : Collation.GREATER; in compareUpToQuaternary() 236 return (leftCase < rightCase) ? Collation.LESS : Collation.GREATER; in compareUpToQuaternary() 238 return (leftCase < rightCase) ? Collation.GREATER : Collation.LESS; in compareUpToQuaternary() 294 return (leftTertiary < rightTertiary) ? Collation.LESS : Collation.GREATER; in compareUpToQuaternary() 347 return (leftQuaternary < rightQuaternary) ? Collation.LESS : Collation.GREATER; in compareUpToQuaternary()
|
D | CollationFastLatin.java | 390 return (leftPrimary < rightPrimary) ? Collation.LESS : Collation.GREATER; in compareUTF16() 477 return (leftSecondary < rightSecondary) ? Collation.LESS : Collation.GREATER; in compareUTF16() 535 return (leftCase < rightCase) ? Collation.LESS : Collation.GREATER; in compareUTF16() 537 return (leftCase < rightCase) ? Collation.GREATER : Collation.LESS; in compareUTF16() 608 return (leftTertiary < rightTertiary) ? Collation.LESS : Collation.GREATER; in compareUTF16() 663 return (leftQuaternary < rightQuaternary) ? Collation.LESS : Collation.GREATER; in compareUTF16()
|
/external/compiler-rt/test/BlocksRuntime/ |
D | rettypepromotion.c | 23 enum { LESS = -1, EQUAL, GREATER }; enumerator 30 if (random()) return LESS; in main()
|
/external/llvm/unittests/ExecutionEngine/ |
D | CMakeLists.txt | 20 if (NOT build_idx LESS 0 AND NOT jit_idx LESS 0)
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/ |
D | CMakeLists.txt | 20 if (NOT build_idx LESS 0 AND NOT jit_idx LESS 0)
|
/external/llvm/cmake/modules/ |
D | LLVM-Config.cmake | 119 if( NOT idx LESS 0 ) 195 else( NOT idx LESS 0 ) 199 if( lib_idx LESS 0 ) 205 else( lib_idx LESS 0 ) 208 endif( lib_idx LESS 0 ) 209 endif( NOT idx LESS 0 ) 220 if( found LESS 0 )
|
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/ |
D | LLVM-Config.cmake | 168 if( NOT idx LESS 0 ) 247 else( NOT idx LESS 0 ) 251 if( lib_idx LESS 0 ) 264 else( lib_idx LESS 0 ) 267 endif( lib_idx LESS 0 ) 268 endif( NOT idx LESS 0 ) 279 if( found LESS 0 )
|
/external/clang/test/Sema/ |
D | block-misc.c | 140 enum { LESS }; enumerator 147 …foo(^{ return LESS; }); // expected-error {{incompatible block pointer types passing 'int (^)(void… in test15()
|
/external/guava/guava/src/com/google/common/collect/ |
D | ComparisonChain.java | 101 return (result < 0) ? LESS : (result > 0) ? GREATER : ACTIVE; 108 private static final ComparisonChain LESS = new InactiveComparisonChain(-1); field in ComparisonChain
|