HomeSort by relevance Sort by last modified time
    Searched refs:GREATER (Results 1 - 25 of 317) 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 };
32 if (random()) return GREATER;
  /external/libdivsufsort/CMakeModules/
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/
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 }
ficoll.cpp 63 Collator::GREATER,
65 Collator::GREATER,
68 Collator::GREATER, // v < w per cldrbug 6615
allcoll.cpp 54 Collator::LESS, /*Collator::GREATER,*/
60 Collator::GREATER,
61 Collator::GREATER,
63 Collator::GREATER,
65 Collator::GREATER,
66 Collator::GREATER,
trcoll.cpp 65 Collator::GREATER,
68 Collator::GREATER,
72 Collator::GREATER
encoll.cpp 138 Collator::LESS, /*Collator::GREATER,*/
140 Collator::GREATER,
141 Collator::GREATER,
146 Collator::LESS, /*Collator::GREATER,*/ /* 10 */
147 Collator::GREATER,
151 Collator::GREATER,
152 Collator::GREATER,
153 Collator::GREATER,
160 Collator::GREATER,
161 Collator::GREATER,
    [all...]
frcoll.cpp 83 Collator::LESS, /*Collator::GREATER,*/
85 Collator::GREATER,
86 Collator::GREATER,
88 Collator::GREATER,
89 Collator::LESS, /*Collator::GREATER,*/
90 Collator::GREATER,
182 expected = Collator::GREATER;
  /external/easymock/src/org/easymock/
LogicalOperator.java 42 GREATER(">") {
  /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;
212 // Otherwise a tertiary CE's uppercase would be no greater than
236 return (leftCase < rightCase) ? Collation.LESS : Collation.GREATER;
238 return (leftCase < rightCase) ? Collation.GREATER : Collation.LESS;
277 // Their case+tertiary weights must be greater than those of
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;
208 // Otherwise a tertiary CE's uppercase would be no greater than
232 return (leftCase < rightCase) ? Collation.LESS : Collation.GREATER;
234 return (leftCase < rightCase) ? Collation.GREATER : Collation.LESS;
273 // Their case+tertiary weights must be greater than those of
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 33 #define GREATER 21
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
token.h 33 #define GREATER 21
  /external/python/cpython2/Include/
token.h 33 #define GREATER 21
  /prebuilts/gdb/darwin-x86/include/python2.7/
token.h 33 #define GREATER 21
  /prebuilts/gdb/linux-x86/include/python2.7/
token.h 33 #define GREATER 21
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 33 #define GREATER 21
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 33 #define GREATER 21
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
token.py 30 GREATER = 21
  /external/python/cpython2/Lib/lib2to3/pgen2/
token.py 30 GREATER = 21
  /external/python/cpython3/Include/
token.h 33 #define GREATER 21
  /external/python/cpython3/Lib/lib2to3/pgen2/
token.py 30 GREATER = 21
  /external/v8/src/runtime/
runtime-numbers.cc 139 return Smi::FromInt(x_value < y_value ? LESS : GREATER);
151 if (x_value >= 0) return Smi::FromInt(GREATER);
192 tie = GREATER;
196 if (x_scaled > y_scaled) return Smi::FromInt(GREATER);
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 114 public static final int GREATER = 1;
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py 30 GREATER = 21

Completed in 755 milliseconds

1 2 3 4 5 6 7 8 91011>>