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

  /external/autotest/utils/
release 58 BASE_DIR=`grep ^BASE_DIR= $INIT_SCR`
60 if (test "$BASE_DIR" == "")
62 echo "Error: BASE_DIR not defined in $INIT_SCR"
67 eval $BASE_DIR
76 if (test -x $BASE_DIR/site_utils/site_sync_code)
79 su $BECOME_USER -c $BASE_DIR/site_utils/site_sync_code || exit 1
87 ( cd $BASE_DIR/frontend &&
97 ( cd $BASE_DIR/tko &&
105 ( cd $BASE_DIR/site_db &
    [all...]
autotest.init 8 BASE_DIR=/usr/local/autotest
27 --background --exec $BASE_DIR/scheduler/monitor_db_babysitter )
34 start-stop-daemon --stop --quiet --pidfile $BASE_DIR/$PID_NAME.pid
  /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/libvpx/
generate_config.sh 16 BASE_DIR=$(pwd)
32 $BASE_DIR/lint_config.sh \
33 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
34 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
41 $BASE_DIR/lint_config.sh -p \
42 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
43 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
51 combined_config="$(cat $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
68 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
70 print_config_basic $1 > $BASE_DIR/$TEMP_DIR/libvpx.confi
    [all...]
update_libvpx.sh 31 BASE_DIR=`pwd`
123 cd $BASE_DIR
  /packages/apps/Dialer/
Android.mk 17 BASE_DIR := java/com/android
21 $(BASE_DIR)/contacts/common \
22 $(BASE_DIR)/dialer \
23 $(BASE_DIR)/incallui \
24 $(BASE_DIR)/voicemail
28 $(BASE_DIR)/incallui/calllocation/impl/AuthException.java \
29 $(BASE_DIR)/incallui/calllocation/impl/CallLocationImpl.java \
30 $(BASE_DIR)/incallui/calllocation/impl/CallLocationModule.java \
31 $(BASE_DIR)/incallui/calllocation/impl/DownloadMapImageTask.java \
32 $(BASE_DIR)/incallui/calllocation/impl/GoogleLocationSettingHelper.java
    [all...]
  /external/shflags/bin/
gen_test_results.sh 15 BASE_DIR="`dirname $0`/.."
16 LIB_DIR="${BASE_DIR}/lib"
23 # Redefining BASE_DIR now that we have the shlib functions.
24 BASE_DIR=`shlib_relToAbsPath "${BASE_DIR}"`
25 BIN_DIR="${BASE_DIR}/bin"
26 SRC_DIR="${BASE_DIR}/src"
  /external/autotest/site_utils/admin/
autotest.init 12 BASE_DIR=/usr/local/autotest
34 --background --exec $BASE_DIR/scheduler/monitor_db_babysitter )
41 start-stop-daemon --stop --quiet --pidfile $BASE_DIR/$PID_NAME.pid
  /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/v8/tools/
eval_gc_time.sh 144 BASE_DIR=$(dirname $0)
149 | $BASE_DIR/eval_gc_nvp.py \
158 | $BASE_DIR/eval_gc_nvp.py \
run-tests.py 56 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
399 BASE_DIR, 'third_party', 'llvm-build', 'Release+Asserts', 'bin',
428 BASE_DIR, 'tools', 'sanitizers', 'tsan_suppressions.txt')
445 gn_out_dir = os.path.join(BASE_DIR, DEFAULT_OUT_GN)
461 BASE_DIR, options.outdir, options.mode, "v8_build_config.json")
464 BASE_DIR, options.outdir, "v8_build_config.json")
662 os.chdir(BASE_DIR)
678 suite_paths = utils.GetSuitePaths(join(BASE_DIR, "test"))
703 os.path.join(BASE_DIR, "test", root))
734 shell_dir = os.path.join(BASE_DIR, options.outdir
    [all...]
run-deopt-fuzzer.py 52 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
295 os.chdir(BASE_DIR)
305 suite_paths = utils.GetSuitePaths(join(BASE_DIR, "test"))
320 os.path.join(BASE_DIR, "test", root))
331 code = Execute(arch, mode, args, options, suites, BASE_DIR)
gyp_flag_compare.py 19 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
20 os.chdir(BASE_DIR)
246 ['-I%s' % os.path.dirname(BASE_DIR)])
  /external/v8/tools/sanitizers/
sancov_formatter.py 78 BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname(
82 BUILD_DIR = os.path.join(BASE_DIR, 'out', 'Release')
89 BASE_DIR, 'third_party', 'llvm', 'projects', 'compiler-rt',
93 SANITIZE_PCS = os.path.join(BASE_DIR, 'tools', 'sanitizers', 'sanitize_pcs.py')
97 BASE_DIR, 'third_party', 'llvm-build', 'Release+Asserts', 'bin',
179 cwd=BASE_DIR,
266 cwd=BASE_DIR,
sancov_formatter_test.py 23 BASE_DIR = os.path.dirname(os.path.dirname(LOCATION))
26 BUILD_DIR = os.path.join(BASE_DIR, 'out', 'Release')
sancov_merger.py 38 BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname(
43 BASE_DIR, 'third_party', 'llvm', 'projects', 'compiler-rt',
  /external/deqp/modules/internal/
ditImageCompareTests.cpp 41 static const char* BASE_DIR = "internal/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());
130 loadImageRGBA8(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).getPath());
131 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);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/
update_external_sources_android.bat 25 set BASE_DIR=%BUILD_DIR%\external
26 set GLSLANG_DIR=%BASE_DIR%\glslang
27 set SPIRV_TOOLS_DIR=%BASE_DIR%\spirv-tools
28 set SHADERC_DIR=%BASE_DIR%\shaderc
96 echo Creating and/or updating glslang, spirv-tools, shaderc in %BASE_DIR%
  /external/vulkan-validation-layers/build-android/
update_external_sources_android.bat 25 set BASE_DIR=%BUILD_DIR%\third_party
26 set SHADERC_DIR=%BASE_DIR%\shaderc
27 set SHADERC_THIRD_PARTY=%BASE_DIR%\shaderc\third_party
107 echo Creating and/or updating glslang, spirv-tools, spirv-headers, shaderc in %BASE_DIR%
  /external/v8/tools/testrunner/local/
execution.py 46 BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(
48 TEST_DIR = os.path.join(BASE_DIR, "test")
  /external/vulkan-validation-layers/
update_external_sources.bat 16 set BASE_DIR="%BUILD_DIR%external"
17 set GLSLANG_DIR=%BASE_DIR%\glslang
18 set SPIRV_TOOLS_DIR=%BASE_DIR%\spirv-tools
146 echo Creating and/or updating glslang, spirv-tools in %BASE_DIR%
  /external/libxml2/
Makefile.am     [all...]

Completed in 477 milliseconds