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

1 2 3 4 5 6 7 8 9

  /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 90 { Collator::GREATER, Collator::GREATER },
91 { Collator::GREATER, Collator::GREATER },
92 { Collator::GREATER, Collator::GREATER },
96 { Collator::EQUAL, Collator::GREATER },
99 { Collator::EQUAL, Collator::GREATER }
ficoll.cpp 61 Collator::GREATER,
63 Collator::GREATER,
66 Collator::GREATER, // v < w per cldrbug 6615
allcoll.cpp 51 Collator::LESS, /*Collator::GREATER,*/
57 Collator::GREATER,
58 Collator::GREATER,
60 Collator::GREATER,
62 Collator::GREATER,
63 Collator::GREATER,
trcoll.cpp 63 Collator::GREATER,
66 Collator::GREATER,
70 Collator::GREATER
encoll.cpp 135 Collator::LESS, /*Collator::GREATER,*/
137 Collator::GREATER,
138 Collator::GREATER,
143 Collator::LESS, /*Collator::GREATER,*/ /* 10 */
144 Collator::GREATER,
148 Collator::GREATER,
149 Collator::GREATER,
150 Collator::GREATER,
157 Collator::GREATER,
158 Collator::GREATER,
    [all...]
frcoll.cpp 80 Collator::LESS, /*Collator::GREATER,*/
82 Collator::GREATER,
83 Collator::GREATER,
85 Collator::GREATER,
86 Collator::LESS, /*Collator::GREATER,*/
87 Collator::GREATER,
179 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 90 return (leftPrimary < rightPrimary) ? Collation.LESS : Collation.GREATER;
116 return (leftSecondary < rightSecondary) ? Collation.LESS : Collation.GREATER;
156 return (leftSecondary < rightSecondary) ? Collation.LESS : Collation.GREATER;
210 // Otherwise a tertiary CE's uppercase would be no greater than
234 return (leftCase < rightCase) ? Collation.LESS : Collation.GREATER;
236 return (leftCase < rightCase) ? Collation.GREATER : Collation.LESS;
275 // Their case+tertiary weights must be greater than those of
292 return (leftTertiary < rightTertiary) ? Collation.LESS : Collation.GREATER;
345 return (leftQuaternary < rightQuaternary) ? Collation.LESS : Collation.GREATER;
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationCompare.java 86 return (leftPrimary < rightPrimary) ? Collation.LESS : Collation.GREATER;
112 return (leftSecondary < rightSecondary) ? Collation.LESS : Collation.GREATER;
152 return (leftSecondary < rightSecondary) ? Collation.LESS : Collation.GREATER;
206 // Otherwise a tertiary CE's uppercase would be no greater than
230 return (leftCase < rightCase) ? Collation.LESS : Collation.GREATER;
232 return (leftCase < rightCase) ? Collation.GREATER : Collation.LESS;
271 // Their case+tertiary weights must be greater than those of
288 return (leftTertiary < rightTertiary) ? Collation.LESS : Collation.GREATER;
341 return (leftQuaternary < rightQuaternary) ? Collation.LESS : Collation.GREATER;
  /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
  /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
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
token.py 30 GREATER = 21
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 30 GREATER = 21
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 30 GREATER = 21
  /external/google-breakpad/src/testing/gtest/
CMakeLists.txt 144 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
196 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
233 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
  /external/vulkan-validation-layers/tests/gtest-1.7.0/
CMakeLists.txt 146 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
198 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
235 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
  /external/guava/guava/src/com/google/common/collect/
ComparisonChain.java 101 return (result < 0) ? LESS : (result > 0) ? GREATER : ACTIVE;
110 private static final ComparisonChain GREATER = new InactiveComparisonChain(1);
  /external/libpcap/
tokdefs.h 57 GREATER = 267,
179 #define GREATER 267
  /external/v8/src/runtime/
runtime-numbers.cc 238 return Smi::FromInt(x_value < y_value ? LESS : GREATER);
250 if (x_value >= 0) return Smi::FromInt(GREATER);
291 tie = GREATER;
295 if (x_scaled > y_scaled) return Smi::FromInt(GREATER);

Completed in 1252 milliseconds

1 2 3 4 5 6 7 8 9