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

  /sdk/eclipse/scripts/
setup_eclipse.sh 43 BASE_DIR="$1"
53 BIN="$BASE_DIR/eclipse/eclipse" # path to installed binary
54 TARGZ="$BASE_DIR/${DOWNLOAD_URL##*/}" # base dir + filename of the download URL
55 CDTZIP="$BASE_DIR/${CDT_DOWNLOAD_URL##*/}"
58 echo "Downloading and installing Eclipse in $BASE_DIR."
59 mkdir -p "$BASE_DIR"
63 (cd "$BASE_DIR" && tar xzf "$TARGZ")
67 (cd "$BASE_DIR/eclipse" && unzip -o "$CDTZIP")
78 echo "$ECLIPSE_PID" > "$BASE_DIR"/eclipse.pid
build_plugins.sh 86 BASE_DIR=/buildbot/eclipse-android
88 echo "ECLIPSE_HOME not set, using $BASE_DIR as default"
90 if [ ! -d "$BASE_DIR" ]; then
91 mkdir -p "$BASE_DIR" || die "Please create a directory $BASE_DIR where Eclipse will be installed, i.e. execute 'mkdir -p $BASE_DIR && chown $USER $BASE_DIR'."
96 BASE_DIR="$BASE_DIR/$VERSION"
97 scripts/setup_eclipse.sh -p "$BASE_DIR"
    [all...]
  /external/chromium_org/third_party/ots/test/
test_malicious_fonts.sh 9 BASE_DIR=~/malicious/
19 # BASE_DIR.
20 if [ ! -d $BASE_DIR ] ; then
21 echo "$BASE_DIR does not exist."
26 find $BASE_DIR -type f -name '*tf' -exec "$0" {} \;
test_unmalicious_fonts.sh 24 # BASE_DIR below.
29 BASE_DIR=/usr/share/fonts/truetype/
30 if [ ! -d $BASE_DIR ] ; then
32 BASE_DIR="/Library/Fonts/ /System/Library/Fonts/"
37 find $BASE_DIR -type f -name '*tf' -exec "$0" {} \;
  /external/e2fsprogs/lib/ext2fs/tdb/
build-tdb 6 #BASE_DIR=/usr/projects/samba/samba-4.0.0tp4/source/lib/tdb
7 BASE_DIR=/usr/projects/samba/tdb
14 (cd $BASE_DIR/common; svn info ) > .svninfo
21 cat $BASE_DIR/common/tdb_private.h >> tdb.c
27 sed -e '1,/#include "tdb_private.h"/d' < $BASE_DIR/common/$i >> tdb.c
30 cp $BASE_DIR/include/tdb.h .
31 cp $BASE_DIR/tools/tdbtool.c .
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_testserver.py 11 BASE_DIR = os.path.dirname(os.path.abspath(__file__))
13 sys.path.append(os.path.join(BASE_DIR, '..', '..', '..', 'net',
22 sys.path.append(os.path.join(BASE_DIR, '..', '..', '..', 'third_party',
two_phase_testserver.py 15 BASE_DIR = os.path.dirname(os.path.abspath(__file__))
17 sys.path.append(os.path.join(BASE_DIR, '..', '..', '..', 'net',
  /development/scripts/
combine_sdks.sh 53 BASE_DIR="$TMP"/base
55 OUTPUT_TMP_ZIP="$BASE_DIR/$TMP_ZIP"
57 unzip $Q "$BASE" -d "$BASE_DIR"
60 UNZIPPED_BASE_DIR=$(echo "$BASE_DIR"/*)
88 pushd "$BASE_DIR" &> /dev/null
100 mv $V "$BASE_DIR"/* "$OUT_DIR"
  /external/chromium_org/tools/perf/
run_measurement 14 BASE_DIR = os.path.dirname(os.path.abspath(__file__))
22 sys.path.append(os.path.join(BASE_DIR, BOOTSTRAPPED_FILES_DIR, module_path))
32 bootstrap.DownloadDepsURL(os.path.join(BASE_DIR, BOOTSTRAPPED_FILES_DIR),
42 telemetry_tools_path = os.path.join(BASE_DIR, os.pardir, 'telemetry_tools')
56 telemetry_path = os.path.join(BASE_DIR, os.pardir, 'telemetry')
99 sys.exit(runner.Run(BASE_DIR, page_set_filenames))
  /external/chromium_org/tools/win/sizeviewer/
sizeviewer.py 12 BASE_DIR = os.path.dirname(os.path.abspath(__file__))
43 out_dir = os.path.join(BASE_DIR, '..', '..', '..', 'out', 'Release')
50 Run(os.path.join(BASE_DIR, 'code_tally.exe'),
85 with open(os.path.join(BASE_DIR, 'template.html'), 'r') as templatef:
  /external/chromium_org/tools/win/split_link/
graph_dependencies.py 11 BASE_DIR = os.path.dirname(os.path.abspath(__file__))
50 with open(os.path.join(BASE_DIR, 'viz.js', 'viz.js')) as f:
install_split_link.py 12 BASE_DIR = os.path.dirname(os.path.abspath(__file__))
44 os.chdir(BASE_DIR)
split_link.py 20 BASE_DIR = os.path.dirname(os.path.abspath(__file__))
343 os.path.join(BASE_DIR, '../../../build/split_link_partition.py'))
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 50 private final static String BASE_DIR =
118 File tmpSaveFile = new File(BASE_DIR + File.separator + TMP_FILENAME);
168 File tmpSaveFile = new File(BASE_DIR + File.separator + TMP_FILENAME);
231 File tmpSaveFile = new File(BASE_DIR + File.separator + TMP_FILENAME);
  /external/chromium_org/tools/gyp/pylib/gyp/
win_tool.py 17 BASE_DIR = os.path.dirname(os.path.abspath(__file__))
  /external/chromium_org/net/tools/testserver/
testserver.py 43 BASE_DIR = os.path.dirname(os.path.abspath(__file__))
45 0, os.path.join(BASE_DIR, '..', '..', '..', 'third_party/pywebsocket/src'))
    [all...]

Completed in 729 milliseconds