Searched refs:BASE_PATH (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/ |
D | fuzz_one.py | 19 BASE_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable 20 APP_DIR = os.path.join(BASE_PATH, 'workdir', 'app_dir') 21 FUZZ_EXE = os.path.join(BASE_PATH, 'workdir', 'fuzzer', 'ochang_js_fuzzer') 22 INPUT_DIR = os.path.join(BASE_PATH, 'workdir', 'input') 23 TEST_CASES = os.path.join(BASE_PATH, 'workdir', 'output')
|
D | workbench.py | 33 BASE_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable 34 TEST_CASES = os.path.join(BASE_PATH, 'workdir', 'output') 35 FUZZ_ONE = os.path.join(BASE_PATH, 'tools', 'fuzz_one.py') 36 RUN_ONE = os.path.join(BASE_PATH, 'tools', 'run_one.py') 38 os.chdir(BASE_PATH)
|
D | minimize.py | 21 BASE_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable 22 OUT_PATH = os.path.join(BASE_PATH, 'out.js') 24 BASE_PATH, 'workdir', 'output', 'failures.json')
|
D | run_one.py | 21 BASE_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable 22 FOOZZIE = os.path.join(BASE_PATH, 'workdir', 'app_dir', 'v8_foozzie.py') 23 TEST_CASES = os.path.join(BASE_PATH, 'workdir', 'output')
|
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/ |
D | v8_commands.py | 31 BASE_PATH = os.path.dirname(os.path.abspath(__file__)) variable 34 DEFAULT_MOCK = os.path.join(BASE_PATH, 'v8_mock.js') 37 JS_SUPPRESSIONS = os.path.join(BASE_PATH, 'v8_suppressions.js') 40 ARCH_MOCKS = os.path.join(BASE_PATH, 'v8_mock_archs.js') 41 WEBASSEMBLY_MOCKS = os.path.join(BASE_PATH, 'v8_mock_webassembly.js')
|
D | v8_foozzie.py | 95 BASE_PATH = os.path.dirname(os.path.abspath(__file__)) variable 96 SMOKE_TESTS = os.path.join(BASE_PATH, 'v8_smoke_tests.js') 229 d8 = os.path.join(BASE_PATH, d8)
|
/third_party/jerryscript/tools/ |
D | heaplimit_measure.py | 27 BASE_PATH = os.path.join(TOOLS_PATH, '..') variable 32 JERRY_BUILDER = os.path.join(BASE_PATH, 'tools', 'build.py') 33 JERRY_BIN = os.path.join(BASE_PATH, 'build', 'bin', 'jerry') 34 TEST_DIR = os.path.join(BASE_PATH, 'tests')
|
/third_party/node/deps/v8/tools/gcmole/ |
D | run-gcmole.py | 16 BASE_PATH = os.path.dirname(os.path.dirname(GCMOLE_PATH)) variable 28 cwd=BASE_PATH,
|