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

1 2

  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
Makefile 2 ROOT=../..
4 include $(ROOT)/make/commondefs
7 CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include
  /development/tools/labpretest/crespo/
custom_flash.sh 16 # ROOT
33 bootloaderfile=`ls -1 $ROOT/$product/ | sed -n 's/^\(bootloader\.[0-9A-Za-z_]*.img\)\n*/\1/ p'`
38 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
42 log_print "using $ROOT/$product/$bootloaderfile as bootloader image file"
45 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
54 # ROOT
72 # ROOT
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3_nist.sh 25 ROOT="Trust Anchor "
78 run_test 1 0 "${P}1/${END}CP.01.01.crt" "${P}1/${ROOT}CP.01.01.crt"
79 run_test 2 1 "${P}2/${END}CP.01.02.crt" "${P}2/${ICA}CP.01.02.crt" "${P}2/${ROOT}CP.01.01.crt"
80 run_test 3 1 "${P}3/${END}CP.01.03.crt" "${P}3/${ICA}CP.01.03.crt" "${P}3/${ROOT}CP.01.01.crt"
81 run_test 4 0 "${P}4/${END}CP.02.01.crt" "${P}4/${ICA}2 CP.02.01.crt" "${P}4/${ICA}1 CP.02.01.crt" "${P}4/${ROOT}CP.01.01.crt"
82 run_test 5 4 "${P}5/${END}CP.02.02.crt" "${P}5/${ICA}CP.02.02.crt" "${P}5/${ROOT}CP.01.01.crt"
83 run_test 6 4 "${P}6/${END}CP.02.03.crt" "${P}6/${ICA}CP.02.03.crt" "${P}6/${ROOT}CP.01.01.crt"
84 run_test 7 0 "${P}7/${END}CP.02.04.crt" "${P}7/${ICA}CP.02.04.crt" "${P}7/${ROOT}CP.01.01.crt"
85 run_test 8 4 "${P}8/${END}CP.02.05.crt" "${P}8/${ICA}CP.02.05.crt" "${P}8/${ROOT}CP.01.01.crt"
86 run_test 9 4 "${P}9/${END}CP.03.01.crt" "${P}9/${ICA}CP.03.01.crt" "${P}9/${ROOT}CP.01.01.crt
    [all...]
  /development/tools/labpretest/stingray/
custom_flash.sh 16 # ROOT
38 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
42 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"
45 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
54 # ROOT
72 # ROOT
  /development/tools/labpretest/sholes/
custom_flash.sh 16 # ROOT
43 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
47 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"
50 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
  /external/e2fsprogs/lib/et/
compile_et.sh.in 41 ROOT=`echo $1 | sed -e s/.et$//`
42 BASE=`basename $ROOT`
44 if test ! -f "$ROOT.et" ; then
45 echo "compile_et: $ROOT.et: File not found"
49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
56 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
  /development/tools/labpretest/
labpretest.sh 17 ROOT=$(cd `dirname $0` && pwd)
18 ADB="$ROOT/tools/adb"
19 FASTBOOT="$ROOT/tools/fastboot"
267 # ROOT
284 bootloaderfile=`ls -1 $ROOT/$product | sed -n 's/\(.*boot[0-9._]\+img\)/\1/ p'`
289 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
293 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"
296 flash_partition $bootpart $ROOT/$product/$bootloaderfile
306 # ROOT
323 radiofile=`ls -1 $ROOT/$product | sed -n 's/\(radio[0-9._A-Za-z]\+img\)/\1/ p'
    [all...]
  /external/e2fsprogs/lib/ss/
mk_cmds.sh.in 42 ROOT=`echo $1 | sed -e s/.ct$//`
43 BASE=`basename "$ROOT"`
52 | ${AWK} -f "${DIR}/ct_c.awk" "rootname=${ROOT}" "outfile=${TMP}" -
  /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 */
  /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...]
ResourceBundleTest.java 635 // root locale
638 Locale.ROOT, SYSTEM_LOADER, DEFAULT_CONTROL);
647 Locale.ROOT, SYSTEM_LOADER, CLASS_CONTROL);
656 Locale.ROOT, SYSTEM_LOADER, PROPERTIES_CONTROL);
664 Locale.ROOT, SYSTEM_LOADER, reverseControl);
    [all...]
LocaleTest.java 391 * @tests {@value java.util.Locale#ROOT}
395 Locale root = Locale.ROOT; local
396 assertEquals("", root.getLanguage());
397 assertEquals("", root.getCountry());
398 assertEquals("", root.getVariant());
  /frameworks/base/core/java/android/util/
LocaleUtil.java 60 if (locale != null && !locale.equals(Locale.ROOT)) {
  /libcore/luni/src/test/java/libcore/java/text/
DecimalFormatSymbolsTest.java 29 assertEquals(DecimalFormatSymbols.getInstance(Locale.ROOT), dfs);
32 // TODO: we fail these tests because ROOT has "INF" for infinity but 'dfs' has "\u221e".
33 // On the RI, ROOT has "\u221e" too, but DecimalFormatSymbols.equals appears to be broken;
DateFormatSymbolsTest.java 34 assertEquals(DateFormatSymbols.getInstance(Locale.ROOT), dfs);
39 // TODO: we fail this test. on Android, the root locale uses GMT offsets as names.
40 // see the invalid locale test below. on the RI, the root locale uses English names.
  /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);
  /development/build/tools/
mk_sdk_repo_xml.sh 52 # Get the root element from the schema. This is the first element
54 ROOT=$(sed -n -e '/xsd:element.*name="sdk-/s/.*name="\(sdk-[^"]*\)".*/\1/p' "$SCHEMA")
55 [[ -z "$ROOT" ]] && error "Failed to find root element in $SCHEMA."
56 echo "## Using root element $ROOT"
61 <sdk:$ROOT
273 echo "</sdk:$ROOT>" >> "$OUT"
  /external/clang/www/demo/
index.cgi 12 my $ROOT = "/tmp/webcompile";
13 #my $ROOT = "/home/vadve/lattner/webcompile";
17 if ( !-d $ROOT ) { mkdir( $ROOT, 0777 ); }
19 my $LOGFILE = "$ROOT/log.txt";
42 sprintf( "$ROOT/_%d_%d%s", $$, $count, $extension );
52 system("rm -f $ROOT/locked");
140 if ( -f "$ROOT/locked" ) {
142 stat("$ROOT/locked");
151 system("touch $ROOT/locked")
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkingIteratorSorted.java 110 || (axis == Axis.ROOT));
160 // || (axis == Axis.ROOT));
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 556 * if ruleName is: root}
560 * root.meaning='hello';root.meaning=root.meaning+' '+'world';
562 * I am basically replacing END_SCOPE_MARKER with '.' and inserting 'root.'
673 * map 'ROOT.meaning' to 'meaning'
683 LSTRCPY(meaning, ruleName); /* the last rule name encountered is always the root */
713 * No meaning was provided, so just concat all the values that are associated with the ROOT rule
714 * (key name begins with ROOT)
721 if (LSTRSTR(p, ruleName) == p) /* key name begins with root ruleName *
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
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);
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));
  /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...]
  /frameworks/base/core/tests/coretests/src/android/util/
LocaleUtilTest.java 62 LocaleUtil.getLayoutDirectionFromLocale(Locale.ROOT));

Completed in 646 milliseconds

1 2