/external/libdivsufsort/CMakeModules/ |
D | CheckLFS.cmake | 26 if(SIZEOF_OFF_T GREATER 7) 40 if(SIZEOF_OFF_T GREATER SIZEOF_LONG) 42 elseif(SIZEOF_LONG GREATER SIZEOF_INT) 44 else(SIZEOF_OFF_T GREATER SIZEOF_LONG) 46 endif(SIZEOF_OFF_T GREATER SIZEOF_LONG) 49 endif(SIZEOF_OFF_T GREATER 7) 54 if(SIZEOF_OFF64_T GREATER 7) 69 if(SIZEOF_OFF64_T GREATER SIZEOF_LONG) 71 elseif(SIZEOF_LONG GREATER SIZEOF_INT) 73 else(SIZEOF_OFF64_T GREATER SIZEOF_LONG) [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | decoll.cpp | 92 { Collator::GREATER, Collator::GREATER }, 93 { Collator::GREATER, Collator::GREATER }, 94 { Collator::GREATER, Collator::GREATER }, 98 { Collator::EQUAL, Collator::GREATER }, 101 { Collator::EQUAL, Collator::GREATER }
|
D | encoll.cpp | 140 Collator::GREATER, 141 Collator::GREATER, 147 Collator::GREATER, 151 Collator::GREATER, 152 Collator::GREATER, 153 Collator::GREATER, 160 Collator::GREATER, 161 Collator::GREATER, 162 Collator::GREATER, 166 Collator::GREATER, [all …]
|
D | frcoll.cpp | 85 Collator::GREATER, 86 Collator::GREATER, 88 Collator::GREATER, 90 Collator::GREATER, 182 expected = Collator::GREATER; in TestSecondary()
|
D | allcoll.cpp | 60 Collator::GREATER, 61 Collator::GREATER, 63 Collator::GREATER, 65 Collator::GREATER, 66 Collator::GREATER,
|
D | ficoll.cpp | 63 Collator::GREATER, 65 Collator::GREATER, 68 Collator::GREATER, // v < w per cldrbug 6615
|
D | trcoll.cpp | 65 Collator::GREATER, 68 Collator::GREATER, 72 Collator::GREATER
|
D | apicoll.cpp | 102 …doAssert((col->compare("blackbird", "black-bird") == Collator::GREATER), "black-bird > blackbird c… in TestProperty() 104 …doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed"); in TestProperty() 123 …doAssert((col->compare("ab", "Aa", 2) == Collator::GREATER), "ab > Aa with length 2 comparison fa… in TestProperty() 126 …doAssert((col->compare("Hello", "hello", 5) == Collator::GREATER), "Hello > hello with length 5 co… in TestProperty() 533 doAssert(sortkEmpty.compareTo(sortkNone) == Collator::GREATER, in TestCollationKey() 561 == Collator::GREATER, in TestCollationKey() 573 …doAssert(sortk1.compareTo(sortk3) == Collator::GREATER, "Result should be \"Abcda\" >>> \"abcda\""… in TestCollationKey() 576 …doAssert(sortk1.compareTo(sortkEmpty) == Collator::GREATER, "Result should be \"Abcda\" >>> (empty… in TestCollationKey() 600 doAssert(sortk4.compareTo(sortk5) == Collator::GREATER, "sortk4 >>> sortk5 Failed"); in TestCollationKey() 603 doAssert(sortk6.compareTo(sortk7) == Collator::GREATER, "sortk6 >>> sortk7 Failed"); in TestCollationKey() [all …]
|
/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/swiftshader/third_party/LLVM/cmake/modules/ |
D | LLVMParseArguments.cmake | 65 IF (is_arg_name GREATER -1) 69 ELSE (is_arg_name GREATER -1) 72 IF (is_option GREATER -1) 74 ELSE (is_option GREATER -1) 76 ENDIF (is_option GREATER -1) 77 ENDIF (is_arg_name GREATER -1)
|
/external/compiler-rt/test/BlocksRuntime/ |
D | rettypepromotion.c | 23 enum { LESS = -1, EQUAL, GREATER }; enumerator 32 if (random()) return GREATER; in main()
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
D | tokenization.txt | 106 U+003E GREATER-THAN SIGN (>) 110 HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN 170 U+003E GREATER-THAN SIGN (>) 172 and a U+003E GREATER-THAN SIGN character token. Switch to 196 * U+003E GREATER-THAN SIGN (>) 221 U+003E GREATER-THAN SIGN (>) 245 U+003E GREATER-THAN SIGN (>) 274 U+003E GREATER-THAN SIGN (>) 313 U+003E GREATER-THAN SIGN (>) 356 U+003E GREATER-THAN SIGN (>) [all …]
|
/external/swiftshader/third_party/subzero/ |
D | CMakeLists.txt | 3 if((NOT LLVM_VERSION_MAJOR GREATER 3) AND (NOT LLVM_VERSION_MINOR GREATER 7))
|
/external/eigen/bench/btl/cmake/ |
D | FindMKL.cmake | 6 if(CMAKE_MINOR_VERSION GREATER 4) 60 endif(CMAKE_MINOR_VERSION GREATER 4)
|
/external/bcc/cmake/ |
D | clang_libs.cmake | 7 if (${_llvm_coverage} GREATER -1) 11 if (${_llvm_coroutines} GREATER -1)
|
/external/eigen/cmake/ |
D | EigenTesting.cmake | 29 if (${ARGC} GREATER 2) 36 if (${ARGC} GREATER 2) 69 if(${ARGC} GREATER 2) 71 endif(${ARGC} GREATER 2) 87 if(${ARGC} GREATER 3) 94 if(${libs_to_link_stripped_length} GREATER 0) 164 if(${ARGC} GREATER 2) 166 endif(${ARGC} GREATER 2) 182 if(${ARGC} GREATER 3) 189 if(${libs_to_link_stripped_length} GREATER 0)
|
/external/guava/guava/src/com/google/common/collect/ |
D | ComparisonChain.java | 101 return (result < 0) ? LESS : (result > 0) ? GREATER : ACTIVE; 110 private static final ComparisonChain GREATER = new InactiveComparisonChain(1); field in ComparisonChain
|
/external/libpcap/ |
D | grammar.h | 57 GREATER = 267, enumerator 179 #define GREATER 267 macro
|
/external/easymock/src/org/easymock/ |
D | LogicalOperator.java | 42 GREATER(">") { enumConstant
|
/external/python/cpython2/Include/ |
D | token.h | 33 #define GREATER 21 macro
|
/external/python/cpython2/Lib/lib2to3/pgen2/ |
D | token.py | 30 GREATER = 21 variable
|
/external/libaom/libaom/third_party/googletest/src/googletest/cmake/ |
D | internal_utils.cmake | 83 if (NOT (MSVC_VERSION GREATER 1900)) # 1900 is Visual Studio 2015 242 if (${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} GREATER 3.1) 247 else (${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} GREATER 3.1) 252 endif (${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} GREATER 3.1)
|