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

1 2 3

  /external/compiler-rt/BlocksRuntime/tests/
rettypepromotion.c 23 enum { LESS = -1, EQUAL, GREATER };
30 if (random()) return LESS;
  /external/icu4c/test/intltest/
allcoll.cpp 50 Collator::LESS,
51 Collator::LESS, /*Collator::GREATER,*/
52 Collator::LESS,
53 Collator::LESS,
54 Collator::LESS,
55 Collator::LESS,
56 Collator::LESS,
59 Collator::LESS, /* 10 */
61 Collator::LESS,
64 Collator::LESS,
    [all...]
trcoll.cpp 59 Collator::LESS,
60 Collator::LESS,
61 Collator::LESS,
62 Collator::LESS,
64 Collator::LESS,
65 Collator::LESS,
68 Collator::LESS,
69 Collator::LESS,
escoll.cpp 71 Collator::LESS,
72 Collator::LESS,
74 Collator::LESS,
75 Collator::LESS,
77 Collator::LESS,
79 Collator::LESS,
decoll.cpp 88 { Collator::LESS, Collator::LESS },
89 { Collator::EQUAL, Collator::LESS },
93 { Collator::EQUAL, Collator::LESS },
95 { Collator::LESS, Collator::LESS },
98 { Collator::LESS, Collator::LESS },
encoll.cpp 134 Collator::LESS,
135 Collator::LESS, /*Collator::GREATER,*/
136 Collator::LESS,
140 Collator::LESS,
141 Collator::LESS,
142 Collator::LESS,
143 Collator::LESS, /*Collator::GREATER,*/ /* 10 */
145 Collator::LESS,
147 Collator::LESS,
151 Collator::LESS,
    [all...]
frcoll.cpp 78 Collator::LESS,
79 Collator::LESS,
80 Collator::LESS, /*Collator::GREATER,*/
81 Collator::LESS,
84 Collator::LESS,
86 Collator::LESS, /*Collator::GREATER,*/
88 Collator::LESS,
89 Collator::LESS
175 expected = Collator::LESS;
194 doTest(myCollation, testBugs[i], testBugs[j], Collator::LESS);
    [all...]
jacoll.cpp 57 Collator::LESS,
58 Collator::EQUAL, //Collator::LESS, /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/
59 Collator::LESS,
60 Collator::GREATER, // Collator::LESS, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
61 Collator::LESS,
62 Collator::LESS, //Collator::GREATER /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*//* 6 */
124 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], Collator::LESS);
134 Collator::LESS);
147 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], Collator::LESS);
161 Collator::LESS);
    [all...]
ficoll.cpp 62 Collator::LESS,
64 Collator::LESS,
lcukocol.cpp 61 Collator::LESS
g7coll.cpp 149 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], Collator::LESS);
184 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS);
218 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS);
252 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS);
281 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], Collator::LESS);
currcoll.cpp 103 expectedResult = Collator::LESS;
tscoll.cpp 264 if(result == Collator::LESS) {
267 doTestVariant(col, target, source, Collator::LESS);
358 if (result == Collator::LESS)
360 target += "LESS";
mnkytst.cpp 231 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
246 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
thcoll.cpp 154 doTest(coll, lastWord, word, Collator::LESS);
261 expect = Collator::LESS;
  /external/clang/test/Sema/
block-misc.c 140 enum { LESS };
147 foo(^{ return LESS; }); // expected-error {{incompatible block pointer types passing 'int (^)(void)' to parameter of type 'long (^)()'}}
  /external/guava/guava/src/com/google/common/collect/
ComparisonChain.java 90 return (result < 0) ? LESS : (result > 0) ? GREATER : ACTIVE;
97 private static final ComparisonChain LESS = new InactiveComparisonChain(-1);
  /external/libpcap/
tokdefs.h 40 LESS = 266,
144 #define LESS 266
  /frameworks/base/graphics/java/android/renderscript/
ProgramStore.java 52 * Drawn if the incoming depth value is less than that in the
55 LESS (1),
57 * Drawn if the incoming depth value is less or equal to that in
229 * - incoming pixels are drawn if their depth value is less than
240 builder.setDepthFunc(ProgramStore.DepthFunc.LESS);
272 * - incoming pixels are drawn if their depth value is less than
285 builder.setDepthFunc(ProgramStore.DepthFunc.LESS);
  /external/icu4c/i18n/
sortkey.cpp 199 // An empty key is always LESS than a non-empty one
203 return Collator::LESS;
221 result = Collator::LESS;
240 return Collator::LESS;
248 return Collator::LESS;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ProgramStoreTest.java 119 assertEquals(DepthFunc.LESS,
120 DepthFunc.valueOf("LESS"));
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 274 comp_op: LESS
416 LESS : '<' ;
  /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.
137 LESS = 2,
139 LESS_EQUAL = EQUAL | LESS,
188 if (st & LESS)
192 // Key can be less than key of starting node.
327 // take the less branch. branch[0] gives branch from root, and
353 // less from the node at depth N, if true branch greater.
357 // greater subtree has one more node than it's less subtree.
366 // The algorithm relies on a stack of nodes whose less subtree has
415 // We've completed a less subtree
    [all...]
  /external/icu4c/i18n/unicode/
coll.h 114 * cout << "abc is less than ABC" << endl;
217 * LESS is returned if source string is compared to be less than target
228 LESS = -1,
341 * different strings. Returns information about whether a string is less
346 * than target; EQUAL if source is equal to target; LESS if source is less
355 * different strings. Returns information about whether a string is less
361 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
377 * length) is equal to target; LESS if source (up to the specifie
    [all...]
tblcoll.h 270 * less than, greater than or equal to another string in a language.
275 * than the target string, LESS if the source is less than the
285 * different strings. Returns information about whether a string is less
291 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
302 * about whether a string is less than, greater than or equal to another
308 * than the target string, LESS if the source is less than the
326 * length) is less than target.
337 * is less than, greater than or equal to another string array
    [all...]

Completed in 365 milliseconds

1 2 3