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

1 2 3 4 5 6 7

  /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
  /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/compiler-rt/lib/tsan/
check_cmake.sh 5 ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6 if [ -d "$ROOT/build" ]; then
7 cd $ROOT/build
9 mkdir -p $ROOT/build
10 cd $ROOT/build
11 CC=clang CXX=clang++ cmake -G Ninja -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON $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"
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestSetPath.java 28 ROOT, UP, DOWN
45 mDir = SetPathDir.ROOT;
57 case ROOT:
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapRequestSetPath.java 32 ROOT, UP, DOWN
47 mDir = SetPathDir.ROOT;
59 case ROOT:
  /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...]
  /external/chromium_org/v8/tools/
test-server.py 37 ROOT = os.path.abspath(os.path.dirname(sys.argv[0]))
67 data_dir = os.path.join(ROOT, "data")
72 trusted_dir = os.path.join(ROOT, "trusted")
113 testrunner_dir = os.path.join(ROOT, "testrunner")
128 v8_dir = os.path.join(ROOT, "v8")
163 if not os.path.isdir(os.path.join(ROOT, "v8")):
173 daemon = main.Server(PIDFILE, ROOT)
176 daemon = main.Server(PIDFILE, ROOT)
179 daemon = main.Server(PIDFILE, ROOT)
204 daemon = main.Server(PIDFILE, ROOT)
    [all...]
  /hardware/qcom/audio/hal/
platform_info.c 31 ROOT,
45 [ROOT] = process_root,
230 section = ROOT;
232 section = ROOT;
234 section = ROOT;
247 section = ROOT;
  /frameworks/base/core/java/android/net/
NetworkConfig.java 66 name = fragments[0].trim().toLowerCase(Locale.ROOT);
  /hardware/ti/omap3/dspbridge/inc/
dbreg.h 86 #define ROOT "Root" /* root dir */
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
AccountUtils.java 58 final String atDomain = "@" + domain.toLowerCase(Locale.ROOT);
60 if (account.name.toLowerCase(Locale.ROOT).endsWith(atDomain)) {
  /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
147 if [[ "$ROOT" == "sdk-repository" && "$XSD_VERSION" -ge "10" ]]; then return 0; fi
148 if [[ "$ROOT" == "sdk-addon" && "$XSD_VERSION" -ge "7" ]]; then return 0; fi
149 if [[ "$ROOT" == "sdk-sys-img" && "$XSD_VERSION" -ge "3" ]]; then return 0; f
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ControlTest.java 297 assertSame(Locale.ROOT, result.get(3));
305 assertSame(Locale.ROOT, result.get(2));
311 assertSame(Locale.ROOT, result.get(2));
317 assertSame(Locale.ROOT, result.get(2));
322 assertSame(Locale.ROOT, result.get(1));
327 assertSame(Locale.ROOT, result.get(1));
329 result = control.getCandidateLocales("baseName", Locale.ROOT);
330 assertSame(Locale.ROOT, result.get(0));
356 Locale.ROOT));
498 Locale.ROOT, PROPERTIES, systemLoader, false)
    [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);
  /dalvik/dx/src/com/android/dx/command/annotool/
Main.java 78 eTypes.add(ElementType.valueOf(p.toUpperCase(Locale.ROOT)));
89 printTypes.add(PrintType.valueOf(p.toUpperCase(Locale.ROOT)));
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkingIteratorSorted.java 110 || (axis == Axis.ROOT));
160 // || (axis == Axis.ROOT));
  /external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
popup.js 7 var ROOT = 'http://stackoverflow.com';
40 var url = ROOT + question.question_answers_url;

Completed in 1410 milliseconds

1 2 3 4 5 6 7