HomeSort by relevance Sort by last modified time
    Searched refs:ROOT (Results 1 - 25 of 71) 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...]
  /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
  /external/compiler-rt/lib/tsan/
check_cmake.sh 5 ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6 mkdir -p $ROOT/build
7 cd $ROOT/build
8 CC=clang CXX=clang++ cmake -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../..
  /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
  /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;
  /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...]
  /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/xpath/axes/
WalkingIteratorSorted.java 110 || (axis == Axis.ROOT));
160 // || (axis == Axis.ROOT));
  /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...]
DefineGrammarItemsWalker.g 52 protected GrammarAST root;
79 GrammarAST p = root;
96 //Console.Out.WriteLine( "root after removal is: " + root.ToStringList() );
112 root = $start;
386 : ^(ROOT element)
395 if ( e.getType()==ANTLRParser.ROOT || e.getType()==ANTLRParser.BANG )
415 if ( a.getType()==ANTLRParser.ROOT || a.getType()==ANTLRParser.BANG )
546 : 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...]
  /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));
  /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...]

Completed in 1280 milliseconds

1 2 3