HomeSort by relevance Sort by last modified time
    Searched refs:LESS (Results 26 - 50 of 262) sorted by null

12 3 4 5 6 7 8 91011

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py 29 LESS = 20
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
token.py 29 LESS = 20
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 29 LESS = 20
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 29 LESS = 20
  /external/icu/icu4c/source/test/intltest/
g7coll.cpp 143 doTest(myCollation.getAlias(), testCases[results[i][j]], testCases[results[i][n]], Collator::LESS);
175 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS);
209 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS);
243 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS);
272 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], Collator::LESS);
currcoll.cpp 104 expectedResult = Collator::LESS;
tscoll.cpp 250 if(result == Collator::LESS) {
253 doTestVariant(col, target, source, Collator::LESS);
344 if (result == Collator::LESS)
346 target += "LESS";
mnkytst.cpp 233 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
248 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
  /external/guava/guava/src/com/google/common/collect/
ComparisonChain.java 101 return (result < 0) ? LESS : (result > 0) ? GREATER : ACTIVE;
108 private static final ComparisonChain LESS = new InactiveComparisonChain(-1);
193 * Compares two {@code boolean} values, considering {@code true} to be less
202 * Compares two {@code boolean} values, considering {@code false} to be less
  /external/libpcap/
grammar.h 56 LESS = 266,
178 #define LESS 266
  /frameworks/base/rs/java/android/renderscript/
ProgramStore.java 50 * Drawn if the incoming depth value is less than that in the
53 LESS (1),
55 * Drawn if the incoming depth value is less or equal to that in
227 * - incoming pixels are drawn if their depth value is less than
238 builder.setDepthFunc(ProgramStore.DepthFunc.LESS);
270 * - incoming pixels are drawn if their depth value is less than
283 builder.setDepthFunc(ProgramStore.DepthFunc.LESS);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java 390 return (leftPrimary < rightPrimary) ? Collation.LESS : Collation.GREATER;
477 return (leftSecondary < rightSecondary) ? Collation.LESS : Collation.GREATER;
535 return (leftCase < rightCase) ? Collation.LESS : Collation.GREATER;
537 return (leftCase < rightCase) ? Collation.GREATER : Collation.LESS;
608 return (leftTertiary < rightTertiary) ? Collation.LESS : Collation.GREATER;
663 return (leftQuaternary < rightQuaternary) ? Collation.LESS : Collation.GREATER;
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java 386 return (leftPrimary < rightPrimary) ? Collation.LESS : Collation.GREATER;
473 return (leftSecondary < rightSecondary) ? Collation.LESS : Collation.GREATER;
531 return (leftCase < rightCase) ? Collation.LESS : Collation.GREATER;
533 return (leftCase < rightCase) ? Collation.GREATER : Collation.LESS;
604 return (leftTertiary < rightTertiary) ? Collation.LESS : Collation.GREATER;
659 return (leftQuaternary < rightQuaternary) ? Collation.LESS : Collation.GREATER;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
token.py 31 LESS = 20
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
token.py 33 LESS = 20
  /external/python/cpython2/Lib/
token.py 31 LESS = 20
  /prebuilts/gdb/darwin-x86/lib/python2.7/
token.py 33 LESS = 20
  /prebuilts/gdb/linux-x86/lib/python2.7/
token.py 33 LESS = 20
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 33 LESS = 20
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 33 LESS = 20
  /external/v8/testing/gmock/
CMakeLists.txt 147 if (NOT MSVC OR MSVC_VERSION LESS 1600) # 1600 is Visual Studio 2010.
  /external/mesa3d/src/compiler/glsl/
opt_minmax.cpp 47 LESS,
87 * Returns LESS if all vector components of `a' are strictly lower than of `b',
164 return foundless ? LESS : GREATER;
342 enum compare_components_result cr = LESS;
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 274 comp_op: LESS
416 LESS : '<' ;
  /external/googletest/googlemock/
CMakeLists.txt 163 if (NOT MSVC OR MSVC_VERSION LESS 1600) # 1600 is Visual Studio 2010.
  /external/testng/src/main/java/org/testng/reporters/
JUnitXMLReporter.java 32 private static final Pattern LESS= Pattern.compile("<");
39 ATTR_ESCAPES.put("&lt;", LESS);

Completed in 2600 milliseconds

12 3 4 5 6 7 8 91011