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

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
rules.mk 27 $I$(subst /,$(COMPILER_SEP),$(BASE_DIR)) \
39 BASE_SRC := $(BASE_DIR)/basepic.c \
40 $(BASE_DIR)/ftadvanc.c \
41 $(BASE_DIR)/ftcalc.c \
42 $(BASE_DIR)/ftdbgmem.c \
43 $(BASE_DIR)/ftgloadr.c \
44 $(BASE_DIR)/ftobjs.c \
45 $(BASE_DIR)/ftoutln.c \
46 $(BASE_DIR)/ftpic.c \
47 $(BASE_DIR)/ftrfork.c
    [all...]
  /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 \
71 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
73 print_config_basic $1 > $BASE_DIR/$TEMP_DIR/libvpx.confi
    [all...]
update_libvpx.sh 31 BASE_DIR=`pwd`
123 cd $BASE_DIR
  /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/opencv3/cmake/templates/
opencv_run_all_tests_android.sh.in 3 BASE_DIR=`dirname $0`
4 OPENCV_TEST_PATH=$BASE_DIR/@TEST_PATH@
5 OPENCV_TEST_DATA_PATH=$BASE_DIR/sdk/etc/testdata/
  /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-deopt-fuzzer.py 52 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
299 os.chdir(BASE_DIR)
309 suite_paths = utils.GetSuitePaths(join(BASE_DIR, "test"))
324 os.path.join(BASE_DIR, "test", root))
335 code = Execute(arch, mode, args, options, suites, BASE_DIR)
run-tests.py 55 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
393 BASE_DIR, 'third_party', 'llvm-build', 'Release+Asserts', 'bin',
422 BASE_DIR, 'tools', 'sanitizers', 'tsan_suppressions.txt')
595 os.chdir(BASE_DIR)
613 [sys.executable, join(BASE_DIR, "tools", "presubmit.py")])
615 suite_paths = utils.GetSuitePaths(join(BASE_DIR, "test"))
640 os.path.join(BASE_DIR, "test", root))
668 shell_dir = os.path.join(BASE_DIR, options.outdir, mode)
672 BASE_DIR,
822 ctx, peers, BASE_DIR)
    [all...]
gyp_flag_compare.py 19 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
20 os.chdir(BASE_DIR)
239 ['-I%s' % os.path.dirname(BASE_DIR)])
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/
freetype.mk 96 BASE_DIR := $(SRC_DIR)/base
200 FTSYS_SRC ?= $(BASE_DIR)/ftsystem.c
212 FTDEBUG_SRC ?= $(BASE_DIR)/ftdebug.c
239 FTINIT_SRC := $(BASE_DIR)/ftinit.c
  /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());
  /external/v8/build/
mac_toolchain.py 36 BASE_DIR = os.path.abspath(os.path.dirname(__file__))
37 TOOLCHAIN_BUILD_DIR = os.path.join(BASE_DIR, 'mac_files', 'Xcode.app')
38 STAMP_FILE = os.path.join(BASE_DIR, 'mac_files', 'toolchain_build_revision')
  /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/v8/tools/gyp/pylib/gyp/
win_tool.py 20 BASE_DIR = os.path.dirname(os.path.abspath(__file__))
313 project_dir = os.path.relpath(project_dir, BASE_DIR)
319 return subprocess.call(cmd, shell=True, cwd=BASE_DIR)
  /external/vulkan-validation-layers/
update_external_sources.bat 16 set BASE_DIR=%BUILD_DIR%..
17 set GLSLANG_DIR=%BASE_DIR%\glslang
18 set SPIRV_TOOLS_DIR=%BASE_DIR%\spirv-tools
144 echo Creating and/or updating glslang, spirv-tools 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/libxml2/
Makefile.am     [all...]

Completed in 396 milliseconds