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

1 2

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
Makefile 2 ROOT=../..
4 include $(ROOT)/make/commondefs
7 CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
Makefile 2 ROOT=../..
4 include $(ROOT)/make/commondefs
7 CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include
  /frameworks/support/v4/java/android/support/v4/text/
TextUtilsCompat.java 73 if (locale != null && !locale.equals(ROOT)) {
111 public static final Locale ROOT = new Locale("", "");
  /frameworks/base/core/tests/coretests/src/android/net/
UriMatcherTest.java 27 static final int ROOT = 0;
45 UriMatcher matcher = new UriMatcher(ROOT);
66 UriMatcher matcher = new UriMatcher(ROOT);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
Axis.java 37 * always include the root node, unless the context node is the root node.
44 * root node.
121 * root, descendants, attributes, and namespace node decls.
136 * root.
142 * from and including the root.
148 * from and including the root.
153 * A non-xpath axis, returns root only.
155 public static final int ROOT = 19;
202 "descendants-from-root", // 1
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmametadatapass.py 56 # The root context.
57 ROOT = 'root'
116 ROOT, BLOCK, CASE_BLOCK, FOR_GROUP_BLOCK, IMPLIED_BLOCK])
196 self._AddContext(EcmaContext.ROOT)
222 ParseError: If the root context is popped.
386 # ternary_false > ternary_true > statement > root
423 self._PopContextType(self, EcmaContext.ROOT)
425 # Ignore the "popped to root" error.
483 # looks like ternary_false > var > statement > root
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
BstRangeOpsTest.java 47 private static final SimpleNode ROOT;
57 ROOT = d;
64 countAggregate, GeneralRange.downTo(Ordering.natural(), c, type), ROOT);
78 countAggregate, GeneralRange.upTo(Ordering.natural(), c, type), ROOT);
98 Ordering.natural(), chars.charAt(i), lb, chars.charAt(j), ub), ROOT);
119 countAggregate, GeneralRange.<Character>all(Ordering.natural()), ROOT));
  /hardware/ti/omap3/dspbridge/inc/
dbreg.h 86 #define ROOT "Root" /* root dir */
  /libcore/luni/src/main/java/libcore/icu/
TimeZoneNames.java 46 // Ensure that we pull in the zone strings for the root locale, en_US, and the
47 // user's default locale. (All devices must support the root locale and en_US,
50 cachedZoneStrings.get(Locale.ROOT);
LocaleData.java 36 // Ensure that we pull in the locale data for the root locale, en_US, and the
37 // user's default locale. (All devices must support the root locale and en_US,
40 get(Locale.ROOT);
  /libcore/luni/src/main/java/java/util/
Locale.java 191 * Locale constant for the root locale. The root locale has an empty language,
196 public static final Locale ROOT = new Locale(true, "", "");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java 47 private static final String ROOT = "resources/net.resources/HTTP/html/testres231";
56 port = Support_Jetty.startHttpServerWithDocRoot(ROOT);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ControlTest.java 305 assertSame(Locale.ROOT, result.get(3));
313 assertSame(Locale.ROOT, result.get(2));
319 assertSame(Locale.ROOT, result.get(2));
325 assertSame(Locale.ROOT, result.get(2));
330 assertSame(Locale.ROOT, result.get(1));
335 assertSame(Locale.ROOT, result.get(1));
337 result = control.getCandidateLocales("baseName", Locale.ROOT);
338 assertSame(Locale.ROOT, result.get(0));
364 Locale.ROOT));
401 Locale.ROOT), "properties"))
    [all...]
  /external/grub/stage2/
fsys_reiserfs.c 57 __u32 s_root_block; /* root block number */
344 #define ROOT ((char *) ((int) FSYS_BUF))
345 #define CACHE(i) (ROOT + ((i) << INFO->fullblocksize_shift))
646 if (! block_read (super.s_root_block, 0, INFO->blocksize, (char*) ROOT))
649 INFO->tree_depth = BLOCKHEAD (ROOT)->blk_level;
652 printf ("root read_in: block=%d, depth=%d\n",
661 * which is simultanously leaf and root */
662 memcpy (LEAF, ROOT, INFO->blocksize);
673 * 0 ROOT node
674 * 1 LEAF node (if the ROOT is also a LEAF it is copied her
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 311 milliseconds

1 2