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

  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
Makefile 2 ROOT=../..
4 include $(ROOT)/make/commondefs
7 CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include
  /frameworks/base/core/tests/coretests/src/android/net/
UriMatcherTest.java 26 static final int ROOT = 0;
65 private static final UriMatcher mURLMatcher = 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...]
  /hardware/ti/omap3/dspbridge/inc/
dbreg.h 86 #define ROOT "Root" /* root dir */
  /libcore/luni/src/main/java/libcore/icu/
LocaleData.java 35 // Ensure that we pull in the locale data for the root locale, en_US, and the
36 // user's default locale. (All devices must support the root locale and en_US,
39 get(Locale.ROOT);
133 result.overrideWithDataFrom(get(Locale.ROOT));
TimeZones.java 44 // Ensure that we pull in the zone strings for the root locale, en_US, and the
45 // user's default locale. (All devices must support the root locale and en_US,
48 cachedZoneStrings.get(Locale.ROOT);
  /libcore/luni/src/main/java/java/util/
Locale.java 189 * Locale constant for the root locale. The root locale has an empty language,
194 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...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 4240 milliseconds