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

1 2

  /external/freetype/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)/fthash.c \
45 $(BASE_DIR)/ftobjs.c \
46 $(BASE_DIR)/ftoutln.c \
47 $(BASE_DIR)/ftpic.c
    [all...]
  /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 22 BASE_DIR=$(pwd)
38 $BASE_DIR/lint_config.sh \
39 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
40 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
47 $BASE_DIR/lint_config.sh -p \
48 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
49 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
57 combined_config="$(cat $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
74 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
76 print_config_basic $1 > $BASE_DIR/$TEMP_DIR/libvpx.confi
    [all...]
update_libvpx.sh 31 BASE_DIR=`pwd`
123 cd $BASE_DIR
  /external/tensorflow/tensorflow/tools/test/
file_name_test.py 25 BASE_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '../..'))
32 # Make sure BASE_DIR ends with tensorflow. If it doesn't, we probably
34 if os.path.split(BASE_DIR)[-1] != 'tensorflow':
36 "BASE_DIR = '%s' doesn't end with tensorflow" % BASE_DIR)
38 for dirpath, dirnames, filenames in os.walk(BASE_DIR, followlinks=True):
check_futures_test.py 36 BASE_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '../..'))
86 # Make sure BASE_DIR ends with tensorflow. If it doesn't, we probably
88 if os.path.split(BASE_DIR)[-1] != 'tensorflow':
89 raise AssertionError("BASE_DIR = '%s' doesn't end with tensorflow" %
90 BASE_DIR)
93 whitelist = frozenset(os.path.join(BASE_DIR, w) for w in WHITELIST)
94 old_division = frozenset(os.path.join(BASE_DIR, w) for w in OLD_DIVISION)
95 for root, _, filenames in os.walk(BASE_DIR):
102 short_path = path[len(BASE_DIR) + 1:]
  /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/tensorflow/tensorflow/tools/ci_build/builds/
docker_test.sh 73 BASE_DIR=$(upsearch "${DOCKERFILE}")
74 if [[ -z "${BASE_DIR}" ]]; then
78 echo "Base directory: ${BASE_DIR}"
80 pushd ${BASE_DIR} > /dev/null
83 DOCKERFILE_PATH="${BASE_DIR}/${DOCKERFILE}"
114 docker run -v ${BASE_DIR}:/tensorflow-src -w /tensorflow-src \
  /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__)))
401 BASE_DIR, 'third_party', 'llvm-build', 'Release+Asserts', 'bin',
413 BASE_DIR, 'tools', 'memory', 'lsan', 'suppressions.txt'),
438 BASE_DIR, 'tools', 'sanitizers', 'tsan_suppressions.txt')
455 gn_out_dir = os.path.join(BASE_DIR, DEFAULT_OUT_GN)
471 BASE_DIR, options.outdir, options.mode, "v8_build_config.json")
474 BASE_DIR, options.outdir, "v8_build_config.json")
672 os.chdir(BASE_DIR)
688 suite_paths = utils.GetSuitePaths(join(BASE_DIR, "test"))
713 os.path.join(BASE_DIR, "test", root)
    [all...]
run-deopt-fuzzer.py 52 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
294 os.chdir(BASE_DIR)
304 suite_paths = utils.GetSuitePaths(join(BASE_DIR, "test"))
319 os.path.join(BASE_DIR, "test", root))
330 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/skia/tools/skqp/
upload_model 9 BASE_DIR='platform_tools/android/apps/skqp/src/main/assets'
27 cd "$(dirname "$0")/../../$BASE_DIR"
  /external/skqp/tools/skqp/
upload_model 9 BASE_DIR='platform_tools/android/apps/skqp/src/main/assets'
27 cd "$(dirname "$0")/../../$BASE_DIR"
  /packages/apps/Dialer/
Android.mk 16 BASE_DIR := java/com/android
20 $(BASE_DIR)/incallui/calllocation/impl/AuthException.java \
21 $(BASE_DIR)/incallui/calllocation/impl/CallLocationImpl.java \
22 $(BASE_DIR)/incallui/calllocation/impl/CallLocationModule.java \
23 $(BASE_DIR)/incallui/calllocation/impl/DownloadMapImageTask.java \
24 $(BASE_DIR)/incallui/calllocation/impl/GoogleLocationSettingHelper.java \
25 $(BASE_DIR)/incallui/calllocation/impl/HttpFetcher.java \
26 $(BASE_DIR)/incallui/calllocation/impl/LocationFragment.java \
27 $(BASE_DIR)/incallui/calllocation/impl/LocationHelper.java \
28 $(BASE_DIR)/incallui/calllocation/impl/LocationPresenter.java
    [all...]
  /external/freetype/builds/
freetype.mk 96 BASE_DIR := $(SRC_DIR)/base
203 FTSYS_SRC ?= $(BASE_DIR)/ftsystem.c
215 FTDEBUG_SRC ?= $(BASE_DIR)/ftdebug.c
242 FTINIT_SRC := $(BASE_DIR)/ftinit.c
257 FTVER_SRC := $(BASE_DIR)/ftver.rc
  /external/v8/tools/foozzie/
v8_foozzie_test.py 13 BASE_DIR = os.path.dirname(os.path.abspath(__file__))
14 FOOZZIE = os.path.join(BASE_DIR, 'v8_foozzie.py')
15 TEST_DATA = os.path.join(BASE_DIR, 'testdata')
  /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);
  /external/vulkan-validation-layers/build-android/
update_external_sources_android.bat 25 set BASE_DIR=%BUILD_DIR%\third_party
26 set GLSLANG_DIR=%BASE_DIR%\shaderc\third_party\glslang
27 set SPIRV_TOOLS_DIR=%BASE_DIR%\shaderc\third_party\spirv-tools
28 set SPIRV_HEADERS_DIR=%BASE_DIR%\shaderc\third_party\spirv-tools\external\spirv-headers
29 set SHADERC_DIR=%BASE_DIR%\shaderc
106 echo Creating and/or updating glslang, spirv-tools, spirv-headers, shaderc in %BASE_DIR%
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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%

Completed in 1144 milliseconds

1 2