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

1 2 3

  /external/compiler-rt/test/BlocksRuntime/
rettypepromotion.c 23 enum { LESS = -1, EQUAL, GREATER };
30 if (random()) return LESS;
  /external/chromium_org/third_party/icu/source/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...]
  /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/icu/icu4c/source/i18n/unicode/
coll.h 110 * cout << "abc is less than ABC" << endl;
211 * LESS is returned if source string is compared to be less than target
222 LESS = UCOL_LESS, // -1
331 * different strings. Returns information about whether a string is less
336 * than target; EQUAL if source is equal to target; LESS if source is less
345 * different strings. Returns information about whether a string is less
351 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
367 * length) is equal to target; LESS if source (up to the specifie
    [all...]
  /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/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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 29 LESS = 20
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 33 LESS = 20
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 681 final char LESS = 0x3C;
700 ch == LESS ||
  /external/libpcap/
tokdefs.h 48 LESS = 266,
169 #define LESS 266
grammar.c 355 LESS = 266,
476 #define LESS 266
1028 "NETMASK", "PORT", "PORTRANGE", "LESS", "GREATER", "PROTO", "PROTOCHAIN",
    [all...]
  /external/chromium_org/v8/src/
objects.h 315 // instance_types that are less than those of all other types:
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 

Completed in 353 milliseconds

1 2 3