HomeSort by relevance Sort by last modified time
    Searched refs:BASE_DIR (Results 1 - 21 of 21) 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
rules.mk 36 BASE_SRC := $(BASE_DIR)/ftadvanc.c \
37 $(BASE_DIR)/ftcalc.c \
38 $(BASE_DIR)/ftdbgmem.c \
39 $(BASE_DIR)/ftgloadr.c \
40 $(BASE_DIR)/ftobjs.c \
41 $(BASE_DIR)/ftoutln.c \
42 $(BASE_DIR)/ftrfork.c \
43 $(BASE_DIR)/ftsnames.c \
44 $(BASE_DIR)/ftstream.c \
45 $(BASE_DIR)/fttrigon.c
    [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/third_party/libvpx/
generate_gypi.sh 19 BASE_DIR=`pwd`
211 write_file_list source_list $BASE_DIR/$2.gypi
216 write_special_flags intrinsic_list[@] $BASE_DIR/$2_intrinsics.gypi
233 $BASE_DIR/lint_config.sh \
234 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
235 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
242 $BASE_DIR/lint_config.sh -p \
243 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
244 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
252 combined_config="$(cat $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h
    [all...]
update_libvpx.sh 30 BASE_DIR=`pwd`
96 cd $BASE_DIR
  /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/git/
mass-rename.py 22 BASE_DIR = os.path.abspath(os.path.dirname(__file__))
40 os.path.join(BASE_DIR, 'move_source_file.py'),
  /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'))
  /external/deqp/modules/internal/
ditImageCompareTests.cpp 41 static const char* BASE_DIR = "data/imagecompare";
75 tcu::ImageIO::loadImage(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).getPath());
76 tcu::ImageIO::loadImage(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).getPath());
126 loadImageRGBA8(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).getPath());
127 loadImageRGBA8(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).getPath());
  /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);
  /ndk/build/tools/
build-gcc.sh 443 local BASE_DIR OBJS UNWIND_OBJS
447 BASE_DIR="$BUILD_OUT/gcc-$CONFIGURE_GCC_VERSION/$ABI_CONFIGURE_TARGET/libgcc/"
454 BASE_DIR="$BUILD_OUT/gcc-$CONFIGURE_GCC_VERSION/$ABI_CONFIGURE_TARGET/armv7-a/libgcc/"
461 BASE_DIR="$BUILD_OUT/gcc-$CONFIGURE_GCC_VERSION/$ABI_CONFIGURE_TARGET/armv7-a/hard/libgcc/"
468 BASE_DIR="$BUILD_OUT/gcc-$CONFIGURE_GCC_VERSION/$ABI_CONFIGURE_TARGET/libgcc/"
480 BASE_DIR="$BUILD_OUT/gcc-$CONFIGURE_GCC_VERSION/$ABI_CONFIGURE_TARGET/libgcc/"
488 UNWIND_OBJS=$UNWIND_OBJS" $BASE_DIR/$OBJ"
  /external/chromium_org/tools/gyp/pylib/gyp/
win_tool.py 20 BASE_DIR = os.path.dirname(os.path.abspath(__file__))
306 project_dir = os.path.relpath(project_dir, BASE_DIR)
312 return subprocess.call(cmd, shell=True, cwd=BASE_DIR)
  /external/chromium_org/net/tools/testserver/
testserver.py 39 BASE_DIR = os.path.dirname(os.path.abspath(__file__))
40 ROOT_DIR = os.path.dirname(os.path.dirname(os.path.dirname(BASE_DIR)))
    [all...]

Completed in 452 milliseconds