/external/r8/tools/ |
D | gmscore_data.py | 9 THIRD_PARTY = os.path.join(utils.REPO_ROOT, 'third_party') 10 BASE = os.path.join(THIRD_PARTY, 'gmscore') 12 V4_BASE = os.path.join(BASE, 'v4') 13 V5_BASE = os.path.join(BASE, 'v5') 14 V6_BASE = os.path.join(BASE, 'v6') 15 V7_BASE = os.path.join(BASE, 'v7') 16 V8_BASE = os.path.join(BASE, 'v8') 18 V9_BASE = os.path.join(BASE, 'gmscore_v9') 19 V9_PREFIX = os.path.join(V9_BASE, 'GmsCore_prod_alldpi_release_all_locales') 21 V10_BASE = os.path.join(BASE, 'gmscore_v10') [all …]
|
D | youtube_data.py | 9 THIRD_PARTY = os.path.join(utils.REPO_ROOT, 'third_party') 11 BASE = os.path.join(THIRD_PARTY, 'youtube') 13 V12_10_BASE = os.path.join(BASE, 'youtube.android_12.10') 14 V12_10_PREFIX = os.path.join(V12_10_BASE, 'YouTubeRelease') 16 V12_17_BASE = os.path.join(BASE, 'youtube.android_12.17') 17 V12_17_PREFIX = os.path.join(V12_17_BASE, 'YouTubeRelease') 19 V12_22_BASE = os.path.join(BASE, 'youtube.android_12.22') 20 V12_22_PREFIX = os.path.join(V12_22_BASE, 'YouTubeRelease') 24 ANDROID_JAR = os.path.join(THIRD_PARTY, 'android_jar', 'lib-v25', 'android.jar') 29 'inputs': [os.path.join(V12_10_BASE, 'YouTubeRelease_unsigned.apk')], [all …]
|
/external/v8/tools/ |
D | verify_source_deps.py | 25 os.path.join(V8_BASE, 'src', 'd8.gyp'), 26 os.path.join(V8_BASE, 'src', 'v8.gyp'), 27 os.path.join(V8_BASE, 'src', 'inspector', 'inspector.gypi'), 28 os.path.join(V8_BASE, 'src', 'third_party', 'vtune', 'v8vtune.gyp'), 29 os.path.join(V8_BASE, 'samples', 'samples.gyp'), 30 os.path.join(V8_BASE, 'test', 'cctest', 'cctest.gyp'), 31 os.path.join(V8_BASE, 'test', 'fuzzer', 'fuzzer.gyp'), 32 os.path.join(V8_BASE, 'test', 'unittests', 'unittests.gyp'), 33 os.path.join(V8_BASE, 'test', 'inspector', 'inspector.gyp'), 34 os.path.join(V8_BASE, 'testing', 'gmock.gyp'), [all …]
|
/external/mockito/src/main/java/org/mockito/internal/exceptions/ |
D | Reporter.java | 33 import static org.mockito.internal.util.StringUtil.join; 52 return new MockitoException(join( in checkedExceptionInvalid() 59 return new MockitoException(join( in cannotStubWithNullThrowable() 66 return new UnfinishedStubbingException(join( in unfinishedStubbing() 84 return new MockitoException(join( in incorrectUseOfApi() 97 return new MissingMethodInvocationException(join( in missingMethodInvocation() 112 return new UnfinishedVerificationException(join( in unfinishedVerificationException() 127 return new NotAMockException(join( in notAMockPassedToVerify() 138 return new NullInsteadOfMockException(join( in nullPassedToVerify() 150 return new NotAMockException(join( in notAMockPassedToWhenMethod() [all …]
|
/external/v8/tools/clang/scripts/ |
D | update.py | 43 CHROMIUM_DIR = os.path.abspath(os.path.join(THIS_DIR, '..', '..', '..')) 44 THIRD_PARTY_DIR = os.path.join(CHROMIUM_DIR, 'third_party') 45 LLVM_DIR = os.path.join(THIRD_PARTY_DIR, 'llvm') 46 LLVM_BOOTSTRAP_DIR = os.path.join(THIRD_PARTY_DIR, 'llvm-bootstrap') 47 LLVM_BOOTSTRAP_INSTALL_DIR = os.path.join(THIRD_PARTY_DIR, 49 LLVM_LTO_GOLD_PLUGIN_DIR = os.path.join(THIRD_PARTY_DIR, 'llvm-lto-gold-plugin') 50 CHROME_TOOLS_SHIM_DIR = os.path.join(LLVM_DIR, 'tools', 'chrometools') 51 LLVM_BUILD_DIR = os.path.join(CHROMIUM_DIR, 'third_party', 'llvm-build', 53 COMPILER_RT_BUILD_DIR = os.path.join(LLVM_BUILD_DIR, 'compiler-rt') 54 CLANG_DIR = os.path.join(LLVM_DIR, 'tools', 'clang') [all …]
|
D | package.py | 20 CHROMIUM_DIR = os.path.abspath(os.path.join(THIS_DIR, '..', '..', '..')) 21 THIRD_PARTY_DIR = os.path.join(THIS_DIR, '..', '..', '..', 'third_party') 22 LLVM_DIR = os.path.join(THIRD_PARTY_DIR, 'llvm') 23 LLVM_BOOTSTRAP_DIR = os.path.join(THIRD_PARTY_DIR, 'llvm-bootstrap') 24 LLVM_BOOTSTRAP_INSTALL_DIR = os.path.join(THIRD_PARTY_DIR, 26 LLVM_BUILD_DIR = os.path.join(THIRD_PARTY_DIR, 'llvm-build') 27 LLVM_RELEASE_DIR = os.path.join(LLVM_BUILD_DIR, 'Release+Asserts') 28 LLVM_LTO_GOLD_PLUGIN_DIR = os.path.join(THIRD_PARTY_DIR, 'llvm-lto-gold-plugin') 29 STAMP_FILE = os.path.join(LLVM_BUILD_DIR, 'cr_build_revision') 63 rev_cmd = [sys.executable, os.path.join(THIS_DIR, 'update.py'), [all …]
|
/external/chromium-trace/catapult/tracing/ |
D | tracing_project.py | 21 _AddToPathIfNeeded(os.path.join(p.catapult_third_party_path, 'WebOb')) 22 _AddToPathIfNeeded(os.path.join(p.catapult_third_party_path, 'Paste')) 23 _AddToPathIfNeeded(os.path.join(p.catapult_third_party_path, 'six')) 24 _AddToPathIfNeeded(os.path.join(p.catapult_third_party_path, 'webapp2')) 35 x = os.path.abspath(os.path.join(dirpath, f)) 58 os.path.join(os.path.dirname(__file__), os.path.pardir)) 60 tracing_root_path = os.path.join(catapult_path, 'tracing') 61 trace_processor_root_path = os.path.join(catapult_path, 'trace_processor') 62 tracing_src_path = os.path.join(tracing_root_path, 'tracing') 63 extras_path = os.path.join(tracing_src_path, 'extras') [all …]
|
/external/vixl/tools/test_generator/ |
D | generator.py | 183 args=",".join(operand_types.GetNames()), 277 args=", ".join(input_types.GetNames()), 349 return "".join([ 363 return "".join([operand.Declare() for operand in self.operands]) 374 return "".join([input.Declare() for input in self.inputs]) 386 "{{{}}}".format(",".join(input)) 391 """.format(name=test_input.name, input=",".join(inputs)) 393 return "\n".join(map(InputDefinition, self.test_cases)) 437 """.format(operands=",".join(operand), 438 operands_description=" ".join(operand), [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_macpath.py | 33 join = macpath.join 34 self.assertEqual(join('a', 'b'), ':a:b') 35 self.assertEqual(join(':a', 'b'), ':a:b') 36 self.assertEqual(join(':a:', 'b'), ':a:b') 37 self.assertEqual(join(':a::', 'b'), ':a::b') 38 self.assertEqual(join(':a', '::b'), ':a::b') 39 self.assertEqual(join('a', ':'), ':a:') 40 self.assertEqual(join('a:', ':'), 'a:') 41 self.assertEqual(join('a', ''), ':a:') 42 self.assertEqual(join('a:', ''), 'a:') [all …]
|
/external/autotest/client/bin/ |
D | local_host_unittest.py | 147 files = (os.path.join(self.tmpdir.name, 'file1'), 148 os.path.join(self.tmpdir.name, 'file2')) 156 host.list_files_glob(os.path.join(self.tmpdir.name, '*'))) 163 fname = os.path.join(self.tmpdir.name, 'file') 164 sname = os.path.join(self.tmpdir.name, 'sym') 179 fname = os.path.join(self.tmpdir.name, 'file') 180 sname = os.path.join(self.tmpdir.name, 'sym') 194 source_file = os.path.join(self.tmpdir.name, 'file') 195 open(os.path.join(source_file), 'w').close() 197 dest_file = os.path.join(self.tmpdir.name, 'dest') [all …]
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 83 os.path.join(SRCDIR, 'configure'), 'PACKAGE_VERSION') 95 fn = os.path.join(SRCDIR, 'Include', 'patchlevel.h') 110 DEPSRC = os.path.join(WORKDIR, 'third-party') 272 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')), 292 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')), 341 shellQuote(os.path.join(WORKDIR, 'libraries')), 342 shellQuote(os.path.join(WORKDIR, 'libraries')), 375 shellQuote(os.path.join(WORKDIR, 'libraries')), 376 ' -arch '.join(ARCHLIST), 387 shellQuote(os.path.join(WORKDIR, 'libraries')), [all …]
|
/external/clang/ |
D | build.py | 57 return os.path.realpath(os.path.join(THIS_DIR, '../..', *args)) 65 return os.path.join(top_out, *args) 69 return '.'.join([version.major, version.minor]) 73 return '.'.join([version.major, version.minor, version.patch]) 79 logger().info('check_call: %s', ' '.join(cmd)) 195 install_dir = os.path.join(install_host_dir, package_name) 204 version_file_path = os.path.join(install_dir, 'AndroidVersion.txt') 210 package_path = os.path.join(dist_dir, tarball_name) + '.tar.bz2' 287 install_path = os.path.join(install_dir, dirname) 291 built_path = os.path.join(build_dir, 'host', host, built_file) [all …]
|
/external/autotest/client/cros/faft/utils/ |
D | firmware_updater.py | 26 self._keys_path = os.path.join(self._temp_path, 'keys') 27 self._work_path = os.path.join(self._temp_path, 'work') 46 working_shellball = os.path.join(self._temp_path, 67 (os.path.join(self._work_path, 'bios.bin'), 'RW_FWID_A')) 84 os.path.join(self._work_path, 'bios.bin'), 85 os.path.join(self._temp_path, 'output.bin'), 86 os.path.join(self._keys_path, 'firmware_data_key.vbprivk'), 87 os.path.join(self._keys_path, 'firmware.keyblock'), 88 os.path.join(self._keys_path, 'dev_firmware_data_key.vbprivk'), 89 os.path.join(self._keys_path, 'dev_firmware.keyblock'), [all …]
|
/external/vulkan-validation-layers/build-android/ |
D | build.py | 29 src_file = os.path.join(src_dir, file_name) 30 dst_file = os.path.join(dst_dir, file_name) 42 parent_dir = os.path.normpath(os.path.join(dst_dir, '..')) 104 type=os.path.realpath, default=os.path.join(THIS_DIR, 'out')) 148 ndk_build = os.path.join(ndk_dir, 'ndk-build') 149 platforms_root = os.path.join(ndk_dir, 'platforms') 150 toolchains_root = os.path.join(ndk_dir, 'toolchains') 160 obj_out = os.path.join(THIS_DIR, stl, 'obj') 161 lib_out = os.path.join(THIS_DIR, 'jniLibs') 167 shaderc_root_dir = os.path.join(THIS_DIR, '../../shaderc') [all …]
|
/external/v8/tools/unittests/ |
D | run_perf_test.py | 23 RUN_PERF = os.path.join(BASE_DIR, 'run_perf.py') 24 TEST_DATA = os.path.join(BASE_DIR, 'unittests', 'testdata') 26 TEST_WORKSPACE = path.join(tempfile.gettempdir(), "test-v8-run-perf") 94 include=([os.path.join(cls.base, "run_perf.py")])) 118 self._test_input = path.join(TEST_WORKSPACE, "test.json") 133 dirs = [path.join(TEST_WORKSPACE, arg) for arg in args[0]] 142 self._test_output = path.join(TEST_WORKSPACE, "results.json") 167 arg = [path.join(path.dirname(self.base), binary)] 175 a = [path.join(path.dirname(self.base), arg[0])] 189 self._VerifyMock(path.join("out", "x64.release", "d7"), "--flag", "run.js") [all …]
|
/external/skia/infra/bots/assets/valgrind/ |
D | create.py | 28 TEMP_DIR = os.path.join(tempfile.gettempdir(), 'skia-%s' % VALGRIND) 29 INSTALL_DIR = os.path.join(TEMP_DIR, 'valgrind_install') 54 if os.path.isfile(os.path.join(INSTALL_DIR, 'bin', 'valgrind')): 56 with utils.chdir(os.path.join(TEMP_DIR, VALGRIND)): 63 with utils.chdir(os.path.join(TEMP_DIR, VALGRIND)): 64 os.mkdir(os.path.join(target_dir, 'bin')) 65 shutil.copy(os.path.join(INSTALL_DIR, 'bin', 'valgrind'), 66 os.path.join(target_dir, 'bin', 'valgrind')) 67 os.mkdir(os.path.join(target_dir, 'lib')) 68 os.mkdir(os.path.join(target_dir, 'lib', 'valgrind')) [all …]
|
/external/vixl/tools/ |
D | config.py | 31 dir_root = os.path.abspath(os.path.join(dir_tools, '..')) 32 dir_build = os.path.join(dir_root, 'obj') 33 dir_build_latest = os.path.join(dir_build, 'latest') 34 dir_src_vixl = os.path.join(dir_root, 'src') 35 dir_tests = os.path.join(dir_root, 'test') 36 dir_aarch64_benchmarks = os.path.join(dir_root, 'benchmarks', 'aarch64') 37 dir_aarch32_benchmarks = os.path.join(dir_root, 'benchmarks', 'aarch32') 38 dir_aarch64_examples = os.path.join(dir_root, 'examples', 'aarch64') 39 dir_aarch32_examples = os.path.join(dir_root, 'examples', 'aarch32') 40 dir_aarch64_traces = os.path.join(dir_tests, 'aarch64', 'traces') [all …]
|
/external/skia/tools/skp/ |
D | webpages_playback.py | 75 LOCAL_REPLAY_WEBPAGES_ARCHIVE_DIR = os.path.join( 81 CREDENTIALS_FILE_PATH = os.path.join( 110 CHROMIUM_PAGE_SETS_PATH = os.path.join('tools', 'perf', 'page_sets') 137 self._chrome_page_sets_path = os.path.join(parse_options.chrome_src_path, 154 self._telemetry_binaries_dir = os.path.join(parse_options.chrome_src_path, 156 self._catapult_dir = os.path.join(parse_options.chrome_src_path, 159 self._local_skp_dir = os.path.join( 161 self._local_record_webpages_archive_dir = os.path.join( 172 page_sets_dir = os.path.join(os.path.abspath(os.path.dirname(__file__)), 174 ps = [os.path.join(page_sets_dir, page_set) [all …]
|
/external/v8/gypfiles/ |
D | vs_toolchain.py | 17 chrome_src = os.path.abspath(os.path.join(script_dir, os.pardir)) 19 sys.path.insert(1, os.path.join(chrome_src, 'tools')) 20 sys.path.insert(0, os.path.join(chrome_src, 'tools', 'gyp', 'pylib')) 21 json_data_file = os.path.join(script_dir, 'win_toolchain.json') 67 os.environ['GYP_DEFINES'] = ' '.join('%s=%s' % (k, pipes.quote(str(v))) 72 runtime_path = os.path.pathsep.join(vs_runtime_dll_dirs) 130 version_as_year, ', '.join(year_to_version.keys()))) 138 path = os.path.normpath(os.path.join(path, '..', '..')) 176 target = os.path.join(target_dir, dll) 177 source = os.path.join(source_dir, dll) [all …]
|
/external/llvm/utils/llvm-lit/ |
D | llvm-lit.in | 11 sys.path.insert(0, os.path.join(llvm_source_root, 'utils', 'lit')) 17 'llvm_site_config' : os.path.join(llvm_obj_root, 'test', 'lit.site.cfg'), 18 'llvm_unit_site_config' : os.path.join(llvm_obj_root, 'test', 'Unit', 22 clang_obj_root = os.path.join(llvm_obj_root, 'tools', 'clang') 26 os.path.join(clang_obj_root, 'test', 'lit.site.cfg') 27 clang_tools_extra_obj_root = os.path.join(clang_obj_root, 'tools', 'extra') 30 os.path.join(clang_tools_extra_obj_root, 'test', 'lit.site.cfg') 32 lld_obj_root = os.path.join(llvm_obj_root, 'tools', 'lld') 35 os.path.join(lld_obj_root, 'test', 'lit.site.cfg') 37 compilerrt_obj_root = os.path.join(llvm_obj_root, 'projects', 'compiler-rt') [all …]
|
/external/deqp/scripts/ |
D | run_internal_tests.py | 84 testWorkDir = os.path.join(config.buildPath, "modules", "internal") 85 junitToolPath = os.path.join(config.buildPath, 'executor', config.junitTool) 99 os.path.join(config.buildPath, 'executor', config.executor), 101 '--start-server=%s' % os.path.join(config.buildPath, 'execserver', config.execserver), 105 '--caselistdir=%s' % os.path.join(testWorkDir), 115 SRC_PATH = os.path.normpath(os.path.join(os.path.dirname(__file__), "..")) 116 BASE_BUILD_PATH = os.path.normpath(os.path.join(SRC_PATH, "..", "de-internal-tests")) 122 os.path.join(BASE_BUILD_PATH, "win32-vs10-debug"), 133 os.path.join(BASE_BUILD_PATH, "win32-vs10-release"), 144 os.path.join(BASE_BUILD_PATH, "win64-vs10-debug"), [all …]
|
/external/parameter-framework/upstream/test/xml-generator/ |
D | test.py | 85 raise AssertionError("The result and the reference don't match:" + "\n".join(unified)) 90 config_dir = os.path.join(basedir, "PFConfig") 91 vector_dir = os.path.join(basedir, "testVector") 94 self.nominal_reference = open(os.path.join(vector_dir, "reference.xml")).read().splitlines() 95 self.nominal_pfconfig = PfConfig(os.path.join(config_dir, "configuration.xml"), 96 os.path.join(config_dir, "criteria.txt"), 97 os.path.join(basedir, "../../schemas")) 98 self.nominal_vector = TestVector(os.path.join(vector_dir, "initialSettings.xml"), 99 [os.path.join(vector_dir, "first.pfw"), 100 os.path.join(vector_dir, "second.pfw"), [all …]
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_install_data.py | 19 cmd.install_dir = inst = os.path.join(pkg_dir, 'inst') 24 one = os.path.join(pkg_dir, 'one') 26 inst2 = os.path.join(pkg_dir, 'inst2') 27 two = os.path.join(pkg_dir, 'two') 40 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo))) 42 self.assertTrue(os.path.exists(os.path.join(inst, rone))) 52 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo))) 53 self.assertTrue(os.path.exists(os.path.join(inst, rone))) 57 cmd.root = os.path.join(pkg_dir, 'root') 58 inst3 = os.path.join(cmd.install_dir, 'inst3') [all …]
|
/external/autotest/utils/ |
D | packager.py | 32 prof_dir = os.path.join(client_dir, 'profilers') 37 if os.path.isdir(os.path.join(prof_dir, f)): 105 base_build_dir = os.path.join(dest_dir, 'client') 107 build_dir = os.path.join(get_test_dir(name, base_build_dir), name) 111 build_dir = os.path.join(base_build_dir, pkg_type + 's', name) 132 pkg_dir = os.path.join(get_test_dir(name, src_dir), name) 135 pkg_dir = os.path.join(src_dir, name) 157 md5sum_filepath = os.path.join(build_dir, pkg_name + '.checksum') 175 tarball_path = os.path.join(pkg_dir, pkg_name); 204 pkg_dir = os.path.join(get_test_dir(name, src_dir), name) [all …]
|
/external/skia/infra/bots/recipe_modules/flavor/ |
D | gn_chromebook_flavor.py | 75 clang_linux = self.m.vars.slave_dir.join('clang_linux') 77 sysroot_dir = self.m.vars.slave_dir.join('armhf_sysroot') 80 gl_dir = self.m.vars.slave_dir.join('chromebook_arm_gles') 93 '-I%s' % gl_dir.join('include'), 94 '-I%s' % sysroot_dir.join('include'), 95 '-I%s' % sysroot_dir.join('include', 'c++', '4.8.4'), 96 '-I%s' % sysroot_dir.join('include', 'c++', '4.8.4', 105 '-B%s' % sysroot_dir.join('bin'), 107 '-B%s' % sysroot_dir.join('gcc-cross'), 109 '-L%s' % sysroot_dir.join('gcc-cross'), [all …]
|