Searched defs:BASE_DIR (Results 1 - 11 of 11) 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)
239 ['-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
299 os.chdir(BASE_DIR)
309 suite_paths = utils.GetSuitePaths(join(BASE_DIR, "test"))
324 os.path.join(BASE_DIR, "test", root))
335 code = Execute(arch, mode, args, options, suites, BASE_DIR)
H A Drun-tests.py55 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable
393 BASE_DIR, 'third_party', 'llvm-build', 'Release+Asserts', 'bin',
422 BASE_DIR, 'tools', 'sanitizers', 'tsan_suppressions.txt')
595 os.chdir(BASE_DIR)
613 [sys.executable, join(BASE_DIR, "tools", "presubmit.py")])
615 suite_paths = utils.GetSuitePaths(join(BASE_DIR, "test"))
640 os.path.join(BASE_DIR, "test", root))
668 shell_dir = os.path.join(BASE_DIR, options.outdir, mode)
672 BASE_DIR,
822 ctx, peers, BASE_DIR)
[all...]
/external/vulkan-validation-layers/
H A Dupdate_external_sources.bat16 set BASE_DIR=%BUILD_DIR%.. variable
17 set GLSLANG_DIR=%BASE_DIR%\glslang
18 set SPIRV_TOOLS_DIR=%BASE_DIR%\spirv-tools
144 echo Creating and/or updating glslang, spirv-tools in %BASE_DIR%
/external/v8/build/
H A Dmac_toolchain.py36 BASE_DIR = os.path.abspath(os.path.dirname(__file__)) variable
37 TOOLCHAIN_BUILD_DIR = os.path.join(BASE_DIR, 'mac_files', 'Xcode.app')
38 STAMP_FILE = os.path.join(BASE_DIR, 'mac_files', 'toolchain_build_revision')
/external/v8/tools/gyp/pylib/gyp/
H A Dwin_tool.py20 BASE_DIR = os.path.dirname(os.path.abspath(__file__)) variable
313 project_dir = os.path.relpath(project_dir, BASE_DIR)
319 return subprocess.call(cmd, shell=True, cwd=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 249 milliseconds