HomeSort by relevance Sort by last modified time
    Searched defs:LESS (Results 1 - 25 of 211) 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 };
30 if (random()) return 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/icu/icu4c/source/i18n/unicode/
coll.h 112 * cout << "abc is less than ABC" << endl;
208 * LESS is returned if source string is compared to be less than target
219 LESS = UCOL_LESS, // -1
328 * different strings. Returns information about whether a string is less
333 * than target; EQUAL if source is equal to target; LESS if source is less
342 * different strings. Returns information about whether a string is less
348 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
364 * length) is equal to target; LESS if source (up to the specifie
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
token.h 32 #define LESS 20
  /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/Include/
token.h 32 #define LESS 20
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
token.py 29 LESS = 20
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
token.py 33 LESS = 20
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
BinaryExpr.java 57 LESS("<"),
  /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/python/cpython2/Include/
token.h 32 #define LESS 20
  /external/python/cpython2/Lib/lib2to3/pgen2/
token.py 29 LESS = 20
  /external/python/cpython2/Lib/
token.py 31 LESS = 20
  /external/python/cpython3/Include/
token.h 32 #define LESS 20
  /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);
  /prebuilts/gdb/darwin-x86/include/python2.7/
token.h 32 #define LESS 20
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py 29 LESS = 20
  /prebuilts/gdb/darwin-x86/lib/python2.7/
token.py 33 LESS = 20
  /prebuilts/gdb/linux-x86/include/python2.7/
token.h 32 #define LESS 20
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
token.py 29 LESS = 20
  /prebuilts/gdb/linux-x86/lib/python2.7/
token.py 33 LESS = 20
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 32 #define LESS 20
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 29 LESS = 20
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 33 LESS = 20
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 32 #define LESS 20

Completed in 1006 milliseconds

1 2 3 4 5 6 7 8 9