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

  /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...]
  /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"
  /cts/tools/host/test/com/android/cts/
CtsTestBase.java 32 protected static final String ROOT = "tmp";
33 protected static final String CONFIG_PATH = ROOT + File.separator + "host_config.xml";
42 // create root direcoty for the test
43 new File(ROOT).mkdirs();
46 Log.initLog(ROOT);
53 clearDirectory(ROOT);
63 buf.append("\t<Repository root=\"" + ROOT + "\" >");
70 new File(ROOT + File.separator + PLAN_REPOSITORY).mkdirs();
71 new File(ROOT + File.separator + CASE_REPOSITORY).mkdirs()
151 File root = new File(path); local
    [all...]
ConsoleTests.java 57 mPath1 = ROOT + File.separator + "com.google.android.cts.p1.zip";
58 mPath2 = ROOT + File.separator + "com.google.android.cts.p2.zip";
59 mPath3 = ROOT + File.separator + "net.sf.jlee.cts.p3.zip";
113 mPath1 = ROOT + File.separator + "com.google.android.cts.p1.zip";
114 mPath2 = ROOT + File.separator + "com.google.android.cts.p2.zip";
115 mPath3 = ROOT + File.separator + "net.sf.jlee.cts.p3.zip";
173 mPath1 = ROOT + File.separator + pkgName1;
174 mPath2 = ROOT + File.separator + pkgName2;
192 mPath1 = ROOT + File.separator + pkgName1;
207 mPath1 = ROOT + File.separator + name + HostConfig.FILE_SUFFIX_ZIP
    [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}" -
  /libcore/luni/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...]
  /libcore/luni/src/test/java/libcore/java/text/
DecimalFormatSymbolsTest.java 25 assertEquals(DecimalFormatSymbols.getInstance(Locale.ROOT), dfs);
28 // TODO: we fail these tests because ROOT has "INF" for infinity but 'dfs' has "\u221e".
29 // On the RI, ROOT has "\u221e" too, but DecimalFormatSymbols.equals appears to be broken;
DateFormatSymbolsTest.java 32 assertEquals(DateFormatSymbols.getInstance(Locale.ROOT), dfs);
37 // TODO: we fail this test. on Android, the root locale uses GMT offsets as names.
38 // see the invalid locale test below. on the RI, the root locale uses English names.
  /hardware/ti/omap3/dspbridge/inc/
dbreg.h 86 #define ROOT "Root" /* root dir */
  /external/openssl/apps/
install.com 6 $! P1 root of the directory tree
25 $ ROOT = F$PARSE(P1,"[]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
26 $ ROOT_DEV = F$PARSE(ROOT,,,"DEVICE","SYNTAX_ONLY")
27 $ ROOT_DIR = F$PARSE(ROOT,,,"DIRECTORY","SYNTAX_ONLY") -
29 $ ROOT = ROOT_DEV + "[" + ROOT_DIR
31 $ DEFINE/NOLOG WRK_SSLROOT 'ROOT'.] /TRANS=CONC
  /external/openssl/ssl/
install.com 6 $! P1 root of the directory tree
24 $ ROOT = F$PARSE(P1,"[]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
25 $ ROOT_DEV = F$PARSE(ROOT,,,"DEVICE","SYNTAX_ONLY")
26 $ ROOT_DIR = F$PARSE(ROOT,,,"DIRECTORY","SYNTAX_ONLY") -
28 $ ROOT = ROOT_DEV + "[" + ROOT_DIR
30 $ DEFINE/NOLOG WRK_SSLROOT 'ROOT'.] /TRANS=CONC
  /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);
  /libcore/luni/src/main/java/org/apache/xpath/axes/
WalkingIteratorSorted.java 110 || (axis == Axis.ROOT));
160 // || (axis == Axis.ROOT));
WalkerFactory.java 238 // root
328 return Axis.ROOT;
391 case Axis.ROOT :
781 * the axis root.
    [all...]
  /external/openssl/crypto/
install.com 8 $! P1 root of the directory tree
26 $ ROOT = F$PARSE(P1,"[]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
27 $ ROOT_DEV = F$PARSE(ROOT,,,"DEVICE","SYNTAX_ONLY")
28 $ ROOT_DIR = F$PARSE(ROOT,,,"DIRECTORY","SYNTAX_ONLY") -
30 $ ROOT = ROOT_DEV + "[" + ROOT_DIR
32 $ DEFINE/NOLOG WRK_SSLROOT 'ROOT'.] /TRANS=CONC
  /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...]
  /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...]
  /libcore/luni/src/main/java/com/ibm/icu4jni/util/
LocaleData.java 125 result.overrideWithDataFrom(get(Locale.ROOT));
  /libcore/luni/src/main/java/java/util/
Locale.java 182 * Locale constant for the root locale. The root locale has an empty language,
187 public static final Locale ROOT = new Locale("", "", "");
ResourceBundle.java 41 * This base bundle acts as the root and is the last fallback in case none of
391 || (Locale.ROOT.equals(ret.getLocale()) && (!(locales.size() == 1 && locales
392 .contains(Locale.ROOT))))) {
856 retList.add(Locale.ROOT);
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 155 case Axis.ROOT :
222 case Axis.ROOT :
298 * @param node Sets the root of the iteration.
352 * @param node Sets the root of the iteration.
443 * @param node Sets the root of the iteration.
534 * @param node Sets the root of the iteration.
600 * @param node Sets the root of the iteration.
685 * Iterator that returns the the root node as defined by the XPath data model
705 * @param node Sets the root of the iteration.
824 * @param node Sets the root of the iteration
    [all...]
DTMDefaultBaseTraversers.java 178 case Axis.ROOT :
339 * @param axisRoot The root identity of the axis.
364 // If the parent occured before the subtree root, then
369 // Otherwise, it could be a descendant below the subtree root
370 // children, or it could be after the subtree root. So we have
371 // to climb up until the parent is less than the subtree root, in
373 // root, in which case we continue to look.
422 * of origin for the traversal -- its "root node" or starting point.
517 * node that occurs after the axis root.
519 * @param axisRoot The root identity of the axis
1566 int root=getDocumentRoot(context); local
1667 int root = first(context); local
1738 int root = getDocumentRoot(context); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 592 * Convenience method to get the workspace root.
652 if (!status.isOK() || !Path.ROOT.isValidSegment(projectName)) {
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 

Completed in 1184 milliseconds