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

1 2 3

  /external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/devel-resources/
install.sh 12 ROOT=/Developer/Documentation/SDL
14 find $ROOT -type d -exec chmod a+rx {} \;
15 find $ROOT -type f -exec chmod a+r {} \;
24 #sudo -u $USER /Developer/Tools/CpMac -r $ROOT/SDL.framework ~/Library/Frameworks
27 rm -rf $ROOT/SDL.framework
49 cp -r "$ROOT/Project Stationary/SDL Application" "$PBXDIR/Project Templates/Application/"
50 cp -r "$ROOT/Project Stationary/SDL Cocoa Application" "$PBXDIR/Project Templates/Application/"
51 cp -r "$ROOT/Project Stationary/SDL Custom Cocoa Application" "$PBXDIR/Project Templates/Application/"
52 cp -r "$ROOT/Project Stationary/SDL OpenGL Application" "$PBXDIR/Project Templates/Application/"
53 cp "$ROOT/Project Stationary/Application.trgttmpl" "$PBXDIR/Target Templates/SDL/
    [all...]
  /development/tools/emulator/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
  /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...]
  /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;
  /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 62 # Get the root element from the schema. This is the first element
64 ROOT=$(sed -n -e '/xsd:element.*name="sdk-/s/.*name="\(sdk-[^"]*\)".*/\1/p' "$SCHEMA")
65 [[ -z "$ROOT" ]] && error "Failed to find root element in $SCHEMA."
66 echo "## Using root element $ROOT"
71 <sdk:$ROOT
141 # which elements. This depends on the XSD root element and the XSD version.
143 if [[ "$ROOT" == "sdk-repository" && "$XSD_VERSION" -ge 7 ]] ||
144 [[ "$ROOT" == "sdk-addon" && "$XSD_VERSION" -ge 5 ]]; the
    [all...]
  /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/skia/third_party/glu/libtess/
GNUmakefile 40 include $(ROOT)/usr/include/make/commondefs
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/applicationdata/
Element.java 32 * The project tree starts at {@link Element.Type#ROOT}
34 * Inside root, there are folders e.g.: {@link Element.Type#FOLDER_RES} or {@link Element.Type#FOLDER_DRAWABLE}.
41 ROOT, FOLDER_SRC, FOLDER_RES, FOLDER_LAYOUT, FOLDER_VALUES, FOLDER_DRAWABLE, FOLDER_LIB,
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
hetero-nodes.rb 433 tokens { ROOT; }
441 a : ID -> ROOT<V> ID
467 tokens { ROOT; }
479 a : ID -> ROOT<V>[42] ID
505 tokens { ROOT; }
513 a : ID -> ^(ROOT<V> ID)
539 tokens { ROOT; }
555 a : ID -> ROOT<V>[$ID]
581 tokens { ROOT; }
644 example "token root" d
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
LeftRecursiveRuleWalker.g 218 | ^(ROOT s=token {$t = $s.t;})
243 : ^(ROOT element)
282 : ROOT
ANTLR.g 142 protected boolean atTreeRoot; // are we matching a tree root in tree grammar?
425 public void cleanup( GrammarAST root )
432 root,
741 : range (ROOT^|BANG^)?
751 | notSet (ROOT^|BANG^)?
755 : RULE_REF^ ARG_ACTION? (ROOT^|BANG^)?
793 | ROOT
794 -> ^(ROOT block)
808 : cl=CHAR_LITERAL^ ( elementOptions[$cl.tree]! )? (ROOT^|BANG^)?
813 (ROOT^|BANG^)
    [all...]
  /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/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));

Completed in 2583 milliseconds

1 2 3