/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 | 262 if(result == Collator::LESS) { 265 doTestVariant(col, target, source, Collator::LESS); 356 if (result == Collator::LESS) 358 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;
|
dadrcoll.cpp | 107 el.relation = Collator::LESS;
|
/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 146 * - incoming pixels are drawn if their depth value is less than 157 builder.setDepthFunc(ProgramStore.DepthFunc.LESS); 189 * - incoming pixels are drawn if their depth value is less than 202 builder.setDepthFunc(ProgramStore.DepthFunc.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/src/com/google/common/collect/ |
ComparisonChain.java | 89 return (result < 0) ? LESS : (result > 0) ? GREATER : ACTIVE; 96 private static final ComparisonChain LESS = new InactiveComparisonChain(-1);
|
/external/libpcap/ |
tokdefs.h | 40 LESS = 266, 144 #define LESS 266
|
/external/icu4c/i18n/ |
sortkey.cpp | 195 // An empty key is always LESS than a non-empty one 199 return Collator::LESS; 217 result = Collator::LESS; 236 return Collator::LESS; 244 return Collator::LESS;
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ProgramStoreTest.java | 119 assertEquals(DepthFunc.LESS, 120 DepthFunc.valueOf("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...] |
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/ |
FBOSyncRS.java | 82 b.setDepthFunc(ProgramStore.DepthFunc.LESS);
|