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

  /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/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...]
  /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
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);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 658 final char LESS = 0x3C;
677 ch == LESS ||
  /external/libpcap/
tokdefs.h 40 LESS = 266,
144 #define LESS 266
grammar.c 75 LESS = 266,
179 #define LESS 266
783 "NETMASK", "PORT", "PORTRANGE", "LESS", "GREATER", "PROTO", "PROTOCHAIN",
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 267 LESS = 0x0201,
    [all...]
  /external/v8/src/
objects.h 259 // instance_types that are less than those of all other types:
595 LESS = -1,
    [all...]
  /prebuilt/common/jython/
jython.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 486 milliseconds