/external/v8/tools/ |
H A D | gyp_flag_compare.py | 19 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 D | run-deopt-fuzzer.py | 52 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 D | run-tests.py | 55 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 D | update_external_sources.bat | 16 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 D | mac_toolchain.py | 36 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 D | win_tool.py | 20 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 D | sancov_merger.py | 38 BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname( variable 43 BASE_DIR, 'third_party', 'llvm', 'projects', 'compiler-rt',
|
H A D | sancov_formatter.py | 78 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 D | sancov_formatter_test.py | 23 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 D | ditImageCompareTests.cpp | 41 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 D | execution.py | 46 BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname( variable 48 TEST_DIR = os.path.join(BASE_DIR, "test")
|