Searched defs:BASE_DIR (Results 1 - 10 of 10) sorted by relevance

/external/v8/tools/
H A Dgyp_flag_compare.py19 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable
20 os.chdir(BASE_DIR)
246 ['-I%s' % os.path.dirname(BASE_DIR)])
H A Drun-deopt-fuzzer.py52 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable
295 os.chdir(BASE_DIR)
305 suite_paths = utils.GetSuitePaths(join(BASE_DIR, "test"))
320 os.path.join(BASE_DIR, "test", root))
331 code = Execute(arch, mode, args, options, suites, BASE_DIR)
H A Drun-tests.py56 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable
399 BASE_DIR, 'third_party', 'llvm-build', 'Release+Asserts', 'bin',
428 BASE_DIR, 'tools', 'sanitizers', 'tsan_suppressions.txt')
445 gn_out_dir = os.path.join(BASE_DIR, DEFAULT_OUT_GN)
461 BASE_DIR, options.outdir, options.mode, "v8_build_config.json")
464 BASE_DIR, options.outdir, "v8_build_config.json")
662 os.chdir(BASE_DIR)
678 suite_paths = utils.GetSuitePaths(join(BASE_DIR, "test"))
703 os.path.join(BASE_DIR, "test", root))
734 shell_dir = os.path.join(BASE_DIR, option
[all...]
/external/vulkan-validation-layers/build-android/
H A Dupdate_external_sources_android.bat25 set BASE_DIR=%BUILD_DIR%\third_party variable
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%
/external/vulkan-validation-layers/
H A Dupdate_external_sources.bat16 set BASE_DIR="%BUILD_DIR%external" variable
17 set GLSLANG_DIR=%BASE_DIR%\glslang
18 set SPIRV_TOOLS_DIR=%BASE_DIR%\spirv-tools
146 echo Creating and/or updating glslang, spirv-tools in %BASE_DIR%
/external/v8/tools/sanitizers/
H A Dsancov_merger.py38 BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname( variable
43 BASE_DIR, 'third_party', 'llvm', 'projects', 'compiler-rt',
H A Dsancov_formatter.py78 BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname( variable
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,
H A Dsancov_formatter_test.py23 BASE_DIR = os.path.dirname(os.path.dirname(LOCATION)) variable
26 BUILD_DIR = os.path.join(BASE_DIR, 'out', 'Release')
/external/deqp/modules/internal/
H A DditImageCompareTests.cpp41 static const char* BASE_DIR = "internal/data/imagecompare"; member in namespace:dit
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/tools/testrunner/local/
H A Dexecution.py46 BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname( variable
48 TEST_DIR = os.path.join(BASE_DIR, "test")

Completed in 3416 milliseconds