Home
last modified time | relevance | path

Searched refs:BASE_DIR (Results 1 - 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/freetype/src/base/
H A Drules.mk27 $I$(subst /,$(COMPILER_SEP),$(BASE_DIR)) \
39 BASE_SRC := $(BASE_DIR)/ftadvanc.c \
40 $(BASE_DIR)/ftcalc.c \
41 $(BASE_DIR)/ftcolor.c \
42 $(BASE_DIR)/ftdbgmem.c \
43 $(BASE_DIR)/fterrors.c \
44 $(BASE_DIR)/ftfntfmt.c \
45 $(BASE_DIR)/ftgloadr.c \
46 $(BASE_DIR)/fthash.c \
47 $(BASE_DIR)/ftlcdfi
[all...]
/third_party/skia/modules/canvaskit/
H A Dcompile.sh9 BASE_DIR=`cd $(dirname ${BASH_SOURCE[0]}) && pwd`
21 pushd $BASE_DIR/../..
28 RELEASE_CONF="-Oz --closure 1 -DSK_RELEASE --pre-js $BASE_DIR/release.js"
43 --source-map-base /node_modules/canvaskit/bin/ -DSK_DEBUG --pre-js $BASE_DIR/debug.js"
69 -DSK_DISABLE_LEGACY_SHADERCONTEXT --pre-js $BASE_DIR/cpu.js --pre-js $BASE_DIR/gpu.js\
75 WASM_GPU="-DSK_SUPPORT_GPU=0 -DSK_ENABLE_SKSL --pre-js $BASE_DIR/cpu.js -s USE_WEBGL2=0"
78 SKP_JS="--pre-js $BASE_DIR/skp.js"
93 SKOTTIE_JS="--pre-js $BASE_DIR/skottie.js"
94 SKOTTIE_BINDINGS="$BASE_DIR/skottie_binding
[all...]
H A Dcompile_gm.sh9 BASE_DIR=`cd $(dirname ${BASH_SOURCE[0]}) && pwd`
21 pushd $BASE_DIR/../..
33 -DSK_DEBUG --pre-js $BASE_DIR/debug.js"
39 RELEASE_CONF="-O3 -DSK_RELEASE --pre-js $BASE_DIR/release.js \
54 -DSK_DISABLE_LEGACY_SHADERCONTEXT --pre-js $BASE_DIR/cpu.js --pre-js $BASE_DIR/gpu.js\
60 BUILTIN_FONT="$BASE_DIR/fonts/NotoMono-Regular.ttf.cpp"
64 --input $BASE_DIR/fonts/NotoMono-Regular.ttf \
65 --output $BASE_DIR/fonts/NotoMono-Regular.ttf.cpp \
226 --pre-js $BASE_DIR/g
[all...]
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/
H A Dhelpers.js17 const BASE_DIR = path.join(path.dirname(__dirname), 'test_data');
18 const DB_DIR = path.join(BASE_DIR, 'fake_db');
52 return sourceHelpers.loadSource(BASE_DIR, relPath);
56 const absPath = path.join(BASE_DIR, expectedPath);
69 BASE_DIR: BASE_DIR,
/third_party/node/tools/dep_updaters/
H A Dupdate-base64.sh5 BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
6 DEPS_DIR="$BASE_DIR/deps"
8 [ -z "$NODE" ] && NODE="$BASE_DIR/out/Release/node"
12 . "$BASE_DIR/tools/dep_updaters/utils.sh"
75 cat > "$BASE_DIR/src/base64_version.h" << EOL
H A Dupdate-nghttp3.sh5 BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
6 DEPS_DIR="$BASE_DIR/deps"
7 [ -z "$NODE" ] && NODE="$BASE_DIR/out/Release/node"
11 . "$BASE_DIR/tools/dep_updaters/utils.sh"
H A Dupdate-npm.sh5 BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
6 DEPS_DIR="$BASE_DIR/deps"
7 [ -z "$NODE" ] && NODE="$BASE_DIR/out/Release/node"
11 . "$BASE_DIR/tools/dep_updaters/utils.sh"
H A Dupdate-histogram.sh5 BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
6 DEPS_DIR="$BASE_DIR/deps"
8 [ -z "$NODE" ] && NODE="$BASE_DIR/out/Release/node"
12 . "$BASE_DIR/tools/dep_updaters/utils.sh"
H A Dupdate-simdutf.sh5 BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
6 DEPS_DIR="$BASE_DIR/deps"
7 [ -z "$NODE" ] && NODE="$BASE_DIR/out/Release/node"
11 . "$BASE_DIR/tools/dep_updaters/utils.sh"
H A Dupdate-nghttp2.sh5 BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
6 DEPS_DIR="$BASE_DIR/deps"
8 [ -z "$NODE" ] && NODE="$BASE_DIR/out/Release/node"
12 . "$BASE_DIR/tools/dep_updaters/utils.sh"
H A Dupdate-ngtcp2.sh5 BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
6 DEPS_DIR="$BASE_DIR/deps"
7 [ -z "$NODE" ] && NODE="$BASE_DIR/out/Release/node"
11 . "$BASE_DIR/tools/dep_updaters/utils.sh"
H A Dupdate-libuv.sh5 BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
6 DEPS_DIR="$BASE_DIR/deps"
7 [ -z "$NODE" ] && NODE="$BASE_DIR/out/Release/node"
11 . "$BASE_DIR/tools/dep_updaters/utils.sh"
H A Dupdate-cjs-module-lexer.sh5 BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
7 DEPS_DIR="$BASE_DIR/deps"
8 [ -z "$NODE" ] && NODE="$BASE_DIR/out/Release/node"
62 cat > "$BASE_DIR/src/cjs_module_lexer_version.h" << EOL
H A Dupdate-c-ares.sh5 BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
6 DEPS_DIR="$BASE_DIR/deps"
8 [ -z "$NODE" ] && NODE="$BASE_DIR/out/Release/node"
12 . "$BASE_DIR/tools/dep_updaters/utils.sh"
H A Dupdate-brotli.sh5 BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
6 DEPS_DIR="$BASE_DIR/deps"
8 [ -z "$NODE" ] && NODE="$BASE_DIR/out/Release/node"
12 . "$BASE_DIR/tools/dep_updaters/utils.sh"
H A Dupdate-uvwasi.sh5 BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
6 DEPS_DIR="$BASE_DIR/deps"
8 [ -z "$NODE" ] && NODE="$BASE_DIR/out/Release/node"
12 . "$BASE_DIR/tools/dep_updaters/utils.sh"
H A Dupdate-llhttp.sh6 BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
7 DEPS_DIR="${BASE_DIR}/deps"
9 [ -z "$NODE" ] && NODE="$BASE_DIR/out/Release/node"
13 . "$BASE_DIR/tools/dep_updaters/utils.sh"
H A Dupdate-ada.sh5 BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
6 DEPS_DIR="$BASE_DIR/deps"
10 . "$BASE_DIR/tools/dep_updaters/utils.sh"
H A Dupdate-openssl.sh24 . "$BASE_DIR/tools/dep_updaters/utils.sh"
90 BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
91 DEPS_DIR="$BASE_DIR/deps"
/third_party/node/deps/v8/tools/sanitizers/
H A Dsancov_formatter.py82 BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname( variable
87 BASE_DIR, 'third_party', 'llvm', 'projects', 'compiler-rt',
91 SANITIZE_PCS = os.path.join(BASE_DIR, 'tools', 'sanitizers', 'sanitize_pcs.py')
95 BASE_DIR, 'third_party', 'llvm-build', 'Release+Asserts', 'bin',
180 cwd=BASE_DIR,
267 cwd=BASE_DIR,
416 default=os.path.join(BASE_DIR, 'out', 'Release'),
/third_party/node/deps/v8/tools/
H A Deval_gc_time.sh138 BASE_DIR=$(dirname $0)
143 | $BASE_DIR/eval_gc_nvp.py \
152 | $BASE_DIR/eval_gc_nvp.py \
/third_party/node/deps/v8/tools/unittests/
H A Drun_perf_test.py22 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable
23 RUN_PERF = os.path.join(BASE_DIR, 'run_perf.py')
24 TEST_DATA = os.path.join(BASE_DIR, 'unittests', 'testdata')
96 sys.path.insert(0, BASE_DIR)
110 sys.path.insert(0, BASE_DIR)
112 include=([os.path.join(BASE_DIR, 'run_perf.py')]))
163 os.path.join(os.path.dirname(BASE_DIR), out, build_dir)
214 shell = os.path.join(os.path.dirname(BASE_DIR), binary)
227 'shell': os.path.join(os.path.dirname(BASE_DIR), arg[0]),
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify22.c43 #define BASE_DIR "internal_dir" macro
44 #define BAD_DIR BASE_DIR"/bad_dir"
45 #define BAD_LINK BASE_DIR"/bad_link"
272 SAFE_MKDIR(MOUNT_PATH"/"BASE_DIR, 0777); in pre_corrupt_fs()
276 fanotify_save_fid(MOUNT_PATH"/"BASE_DIR, &bad_link_fid); in pre_corrupt_fs()
/third_party/skia/third_party/externals/freetype/builds/
H A Dfreetype.mk96 BASE_DIR := $(SRC_DIR)/base macro
197 FTSYS_SRC ?= $(BASE_DIR)/ftsystem.c
209 FTDEBUG_SRC ?= $(BASE_DIR)/ftdebug.c
237 FTINIT_SRC := $(BASE_DIR)/ftinit.c
252 FTVER_SRC := $(BASE_DIR)/ftver.rc
/third_party/vk-gl-cts/modules/internal/
H A DditImageCompareTests.cpp41 static const char* BASE_DIR = "internal/data/imagecompare"; member
75 tcu::ImageIO::loadImage(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).getPath()); in iterate()
76 tcu::ImageIO::loadImage(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).getPath()); in iterate()
130 loadImageRGBA8(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).getPath()); in iterate()
131 loadImageRGBA8(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).getPath()); in iterate()

Completed in 7 milliseconds

12