Home
last modified time | relevance | path

Searched refs:THIS_DIR (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/v8/tools/gcmole/
Dpackage.sh11 THIS_DIR="$(readlink -f "$(dirname "${0}")")"
13 PACKAGE_DIR="${THIS_DIR}/gcmole-tools"
14 PACKAGE_FILE="${THIS_DIR}/gcmole-tools.tar.gz"
15 PACKAGE_SUM="${THIS_DIR}/gcmole-tools.tar.gz.sha1"
16 BUILD_DIR="${THIS_DIR}/bootstrap/build"
17 V8_ROOT_DIR= `realpath "${THIS_DIR}/../.."`
35 cp "${THIS_DIR}/libgcmole.so" "${PACKAGE_DIR}"
45 --mtime="${THIS_DIR}/gcmole.cc" \
Dbootstrap.sh40 THIS_DIR="$(readlink -f "$(dirname "${0}")")"
41 LLVM_PROJECT_DIR="${THIS_DIR}/bootstrap/llvm"
42 BUILD_DIR="${THIS_DIR}/bootstrap/build"
120 make -C "${THIS_DIR}" clean
121 make -C "${THIS_DIR}" LLVM_SRC_ROOT="${LLVM_PROJECT_DIR}/llvm" \
/third_party/skia/buildtools/reclient_cfgs/
Dfetch_reclient_cfgs.py17 THIS_DIR = os.path.abspath(os.path.dirname(__file__)) variable
20 sys.path.insert(0, os.path.join(THIS_DIR, '..', '..',
27 nacl_dir = os.path.join(THIS_DIR, '..', '..', 'native_client')
82 directory=os.path.join(THIS_DIR, toolchain))
83 if os.path.exists(os.path.join(THIS_DIR,
87 wcedir = os.path.join(THIS_DIR, 'win-cross-experiments', toolchain)
90 for cfg in glob.glob(os.path.join(THIS_DIR, toolchain,
/third_party/skia/third_party/externals/angle2/infra/specs/
Dgenerate_test_spec_json.py18 THIS_DIR = d(os.path.abspath(__file__)) variable
19 TESTING_BBOT_DIR = os.path.join(d(d(THIS_DIR)), 'testing', 'buildbot')
65 MIXIN_FILE_NAME = os.path.join(THIS_DIR, 'mixins.pyl')
108 override_args = sys.argv[1:] + ['--pyl-files-dir', THIS_DIR]
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
Dv8_fuzz_config.py9 THIS_DIR = os.path.dirname(os.path.abspath(__file__)) variable
14 with open(os.path.join(THIS_DIR, 'v8_fuzz_experiments.json')) as f:
19 with open(os.path.join(THIS_DIR, 'v8_fuzz_flags.json')) as f:
/third_party/openssl/fuzz/
Dhelper.py21 THIS_DIR = os.path.abspath(os.path.dirname(__file__)) variable
22 CORPORA_DIR = os.path.abspath(os.path.join(THIS_DIR, "corpora"))
46 cmd = ([os.path.abspath(os.path.join(THIS_DIR, FUZZER))] + sys.argv[2:]
/third_party/node/deps/openssl/openssl/fuzz/
Dhelper.py21 THIS_DIR = os.path.abspath(os.path.dirname(__file__)) variable
22 CORPORA_DIR = os.path.abspath(os.path.join(THIS_DIR, "corpora"))
46 cmd = ([os.path.abspath(os.path.join(THIS_DIR, FUZZER))] + sys.argv[2:]
/third_party/skia/third_party/externals/angle2/src/tests/skia_gold/
D__init__.py9 THIS_DIR = d(os.path.abspath(__file__)) variable
10 ANGLE_SRC_DIR = d(d(d(d(THIS_DIR))))
Dangle_skia_gold_session.py10 THIS_DIR = d(os.path.abspath(__file__)) variable
11 ANGLE_SRC_DIR = d(d(d(THIS_DIR)))
Dangle_skia_gold_session_manager.py10 THIS_DIR = d(os.path.abspath(__file__)) variable
11 ANGLE_SRC_DIR = d(d(d(THIS_DIR)))
Dangle_skia_gold_properties.py12 THIS_DIR = d(os.path.abspath(__file__)) variable
13 ANGLE_SRC_DIR = d(d(d(THIS_DIR)))
/third_party/mbedtls/tests/scripts/
Dgenerate-afl-tests.sh39 THIS_DIR=$(basename $PWD)
41 if [ -d ../library -a -d ../include -a -d ../tests -a $THIS_DIR == "tests" ];
/third_party/skia/third_party/externals/angle2/scripts/
Dangle_deqp_test_merge.py12 THIS_DIR = d(os.path.abspath(__file__)) variable
13 ANGLE_SRC_DIR = d(THIS_DIR)
Dupdate_extension_data.py28 THIS_DIR = d(os.path.abspath(__file__)) variable
29 ANGLE_ROOT_DIR = d(THIS_DIR)
123 target_file = os.path.join(THIS_DIR, 'extension_data', target_file_name)
Drun_gtest_angle_test.py37 THIS_DIR = d(os.path.abspath(__file__)) variable
38 ANGLE_SRC_DIR = d(THIS_DIR)
/third_party/mesa3d/docs/_exts/
Dnir.py33 THIS_DIR = os.path.dirname(os.path.abspath(__file__)) variable
34 MESA_DIR = os.path.join(THIS_DIR, '..', '..')
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dgen_extensions.py17 THIS_DIR = d(os.path.abspath(__file__)) variable
18 ANGLE_SRC_DIR = d(d(THIS_DIR))
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
Drestricted_trace_gold_tests.py29 THIS_DIR = d(os.path.abspath(__file__)) variable
30 sys.path.insert(0, d(THIS_DIR))
35 ANGLE_SRC_DIR = d(d(d(THIS_DIR)))
/third_party/skia/third_party/externals/angle2/src/tests/
Drun_perf_tests.py25 THIS_DIR = d(os.path.abspath(__file__)) variable
26 ANGLE_DIR = d(d(THIS_DIR))