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

1 2 3 4

  /external/compiler-rt/BlocksRuntime/tests/
rettypepromotion.c 23 enum { LESS = -1, EQUAL, GREATER };
32 if (random()) return GREATER;
  /external/icu4c/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 }
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
ficoll.cpp 61 Collator::GREATER,
63 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;
currcoll.cpp 111 expectedResult = Collator::GREATER;
escoll.cpp 73 Collator::GREATER,
tscoll.cpp 265 doTestVariant(col, target, source, Collator::GREATER);
266 } else if (result == Collator::GREATER) {
366 else if (result == Collator::GREATER)
368 target += "GREATER";
apicoll.cpp 128 // Check for a version greater than some value rather than equality
140 doAssert((col->compare("blackbird", "black-bird") == Collator::GREATER), "black-bird > blackbird comparison failed");
142 doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed");
161 doAssert((col->compare("ab", "Aa", 2) == Collator::GREATER), "ab > Aa with length 2 comparison failed");
164 doAssert((col->compare("Hello", "hello", 5) == Collator::GREATER), "Hello > hello with length 5 comparison failed");
475 doAssert(col->greater(test1, test2), "Result should be \"abCda\" >>> \"abcda\" ");
577 == Collator::GREATER,
590 doAssert(sortk1.compareTo(sortk3) == Collator::GREATER, "Result should be \"Abcda\" >>> \"abcda\"");
593 doAssert(sortk1.compareTo(sortkEmpty) == Collator::GREATER, "Result should be \"Abcda\" >>> (empty key)");
617 doAssert(sortk4.compareTo(sortk5) == Collator::GREATER, "sortk4 >>> sortk5 Failed")
    [all...]
dadrcoll.cpp 115 el.relation = Collator::GREATER;
jacoll.cpp 60 Collator::GREATER, // Collator::LESS, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
62 Collator::LESS, //Collator::GREATER /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*//* 6 */
  /external/easymock/src/org/easymock/
LogicalOperator.java 42 GREATER(">") {
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 114 public static final int GREATER = 1;
  /external/guava/guava/src/com/google/common/collect/
ComparisonChain.java 90 return (result < 0) ? LESS : (result > 0) ? GREATER : ACTIVE;
99 private static final ComparisonChain GREATER = new InactiveComparisonChain(1);
  /external/libpcap/
tokdefs.h 41 GREATER = 267,
145 #define GREATER 267
  /external/icu4c/i18n/
sortkey.cpp 208 return Collator::GREATER;
225 result = Collator::GREATER;
236 return Collator::GREATER;
253 return Collator::GREATER;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ProgramStoreTest.java 123 assertEquals(DepthFunc.GREATER,
124 DepthFunc.valueOf("GREATER"));
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 275 |GREATER
418 GREATER : '>' ;
  /external/webkit/Source/JavaScriptCore/wtf/
AVLTree.h 125 // You pick 28 because MN(28) is 832,039, which is less than or equal to 1,000,000, and MN(29) is 1,346,268, which is strictly greater than 1,000,000.
138 GREATER = 4,
140 GREATER_EQUAL = EQUAL | GREATER
189 // Key can be greater than key of starting node.
191 else if (st & GREATER)
326 // take greater branch from the nth node in the path, otherwise
353 // less from the node at depth N, if true branch greater.
357 // greater subtree has one more node than it's less subtree.
369 // together by having the "greater" handle of a node set to the
387 // Build a subtree with two nodes, slanting to greater
    [all...]
  /external/icu4c/i18n/unicode/
coll.h 116 * cout << "abc is greater than or equal to ABC" << endl;
221 * GREATER is returned if source string is compared to be greater than
230 GREATER = 1
342 * than, greater than or equal to another string.
345 * @return Returns a byte value. GREATER if source is greater
356 * than, greater than or equal to another string.
360 * @return Returns an enum value. UCOL_GREATER if source is greater
375 * @return Returns a byte value. GREATER if source (up to the specifie
    [all...]
tblcoll.h 270 * less than, greater than or equal to another string in a language.
274 * @return the comparison result. GREATER if the source string is greater
286 * than, greater than or equal to another string.
290 * @return Returns an enum value. UCOL_GREATER if source is greater
302 * about whether a string is less than, greater than or equal to another
307 * @return the comparison result. GREATER if the source string is greater
324 * length) is greater than target; UCOL_EQUAL if source (up to specified
337 * is less than, greater than or equal to another string array
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
ProgramStore.java 62 * Drawn if the incoming depth value is greater than that in the
65 GREATER (3),
67 * Drawn if the incoming depth value is greater or equal to that
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UT_program_store.java 83 depthFunc = b.setDepthFunc(ProgramStore.DepthFunc.GREATER).create();

Completed in 2015 milliseconds

1 2 3 4