Home
last modified time | relevance | path

Searched refs:join (Results 1 – 25 of 5620) sorted by relevance

12345678910>>...225

/external/v8/tools/clang/scripts/
Dpackage.py21 CHROMIUM_DIR = os.path.abspath(os.path.join(THIS_DIR, '..', '..', '..'))
22 THIRD_PARTY_DIR = os.path.join(THIS_DIR, '..', '..', '..', 'third_party')
23 LLVM_DIR = os.path.join(THIRD_PARTY_DIR, 'llvm')
24 LLVM_BOOTSTRAP_DIR = os.path.join(THIRD_PARTY_DIR, 'llvm-bootstrap')
25 LLVM_BOOTSTRAP_INSTALL_DIR = os.path.join(THIRD_PARTY_DIR,
27 LLVM_BUILD_DIR = os.path.join(THIRD_PARTY_DIR, 'llvm-build')
28 LLVM_RELEASE_DIR = os.path.join(LLVM_BUILD_DIR, 'Release+Asserts')
29 EU_STRIP = os.path.join(THIRD_PARTY_DIR, 'eu-strip', 'bin', 'eu-strip')
30 STAMP_FILE = os.path.join(LLVM_BUILD_DIR, 'cr_build_revision')
64 rev_cmd = [sys.executable, os.path.join(THIS_DIR, 'update.py'),
[all …]
Dupdate.py44 CHROMIUM_DIR = os.path.abspath(os.path.join(THIS_DIR, '..', '..', '..'))
45 GCLIENT_CONFIG = os.path.join(os.path.dirname(CHROMIUM_DIR), '.gclient')
46 THIRD_PARTY_DIR = os.path.join(CHROMIUM_DIR, 'third_party')
47 LLVM_DIR = os.path.join(THIRD_PARTY_DIR, 'llvm')
48 LLVM_BOOTSTRAP_DIR = os.path.join(THIRD_PARTY_DIR, 'llvm-bootstrap')
49 LLVM_BOOTSTRAP_INSTALL_DIR = os.path.join(THIRD_PARTY_DIR,
51 CHROME_TOOLS_SHIM_DIR = os.path.join(LLVM_DIR, 'tools', 'chrometools')
52 LLVM_BUILD_DIR = os.path.join(CHROMIUM_DIR, 'third_party', 'llvm-build',
54 THREADS_ENABLED_BUILD_DIR = os.path.join(LLVM_BUILD_DIR, 'threads_enabled')
55 COMPILER_RT_BUILD_DIR = os.path.join(LLVM_BUILD_DIR, 'compiler-rt')
[all …]
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java40 import static org.mockito.internal.util.StringUtil.join;
61 return new MockitoException(join( in checkedExceptionInvalid()
68 return new MockitoException(join( in cannotStubWithNullThrowable()
75 return new UnfinishedStubbingException(join( in unfinishedStubbing()
93 return new MockitoException(join( in incorrectUseOfApi()
106 return new MissingMethodInvocationException(join( in missingMethodInvocation()
121 return new UnfinishedVerificationException(join( in unfinishedVerificationException()
136 return new NotAMockException(join( in notAMockPassedToVerify()
147 return new NullInsteadOfMockException(join( in nullPassedToVerify()
159 return new NotAMockException(join( in notAMockPassedToWhenMethod()
[all …]
/external/skia/infra/bots/recipe_modules/build/
Dchromebook.py7 skia_dir = checkout_root.join('skia')
11 clang_linux = api.vars.slave_dir.join('clang_linux')
13 sysroot_dir = api.vars.slave_dir.join('armhf_sysroot')
18 gl_dir = api.vars.slave_dir.join('chromebook_arm_gles')
19 env = {'LD_LIBRARY_PATH': sysroot_dir.join('lib')}
31 '-I%s' % gl_dir.join('include'),
32 '-I%s' % sysroot_dir.join('include'),
33 '-I%s' % sysroot_dir.join('include', 'c++', '4.8.4'),
34 '-I%s' % sysroot_dir.join('include', 'c++', '4.8.4',
44 '-B%s' % sysroot_dir.join('bin'),
[all …]
Ddefault.py19 script=skia_dir.join('tools', 'build_command_buffer.py'),
37 cmake_bin = str(api.vars.slave_dir.join('cmake_linux', 'bin'))
52 skia_dir = checkout_root.join('skia')
59 clang_linux = str(api.vars.slave_dir.join('clang_linux'))
60 win_toolchain = str(api.vars.slave_dir.join('win_toolchain'))
61 moltenvk = str(api.vars.slave_dir.join('moltenvk'))
72 mac_toolchain_cmd = api.vars.slave_dir.join(
74 xcode_app_path = api.vars.cache_dir.join('Xcode.app')
108 mips64el_toolchain_linux = str(api.vars.slave_dir.join(
135 cxx = skia_dir.join("tools/clang-tidy.sh")
[all …]
/external/skqp/infra/bots/recipe_modules/build/
Dchromebook.py7 skia_dir = checkout_root.join('skia')
11 clang_linux = api.vars.slave_dir.join('clang_linux')
13 sysroot_dir = api.vars.slave_dir.join('armhf_sysroot')
18 gl_dir = api.vars.slave_dir.join('chromebook_arm_gles')
19 env = {'LD_LIBRARY_PATH': sysroot_dir.join('lib')}
31 '-I%s' % gl_dir.join('include'),
32 '-I%s' % sysroot_dir.join('include'),
33 '-I%s' % sysroot_dir.join('include', 'c++', '4.8.4'),
34 '-I%s' % sysroot_dir.join('include', 'c++', '4.8.4',
44 '-B%s' % sysroot_dir.join('bin'),
[all …]
Ddefault.py19 script=skia_dir.join('tools', 'build_command_buffer.py'),
37 cmake_bin = str(api.vars.slave_dir.join('cmake_linux', 'bin'))
52 skia_dir = checkout_root.join('skia')
59 clang_linux = str(api.vars.slave_dir.join('clang_linux'))
60 win_toolchain = str(api.vars.slave_dir.join('win_toolchain'))
61 moltenvk = str(api.vars.slave_dir.join('moltenvk'))
72 mac_toolchain_cmd = api.vars.slave_dir.join(
74 xcode_app_path = api.vars.cache_dir.join('Xcode.app')
108 mips64el_toolchain_linux = str(api.vars.slave_dir.join(
135 cxx = skia_dir.join("tools/clang-tidy.sh")
[all …]
/external/chromium-trace/catapult/tracing/
Dtracing_project.py28 os.path.join(p.catapult_third_party_path, 'WebOb'),
29 os.path.join(p.catapult_third_party_path, 'Paste'),
30 os.path.join(p.catapult_third_party_path, 'six'),
31 os.path.join(p.catapult_third_party_path, 'webapp2'),
32 os.path.join(p.catapult_path, 'common', 'py_utils'),
33 os.path.join(p.tracing_third_party_path, 'symbols')
45 x = os.path.abspath(os.path.join(dirpath, f))
68 os.path.join(os.path.dirname(__file__), os.path.pardir))
70 tracing_root_path = os.path.join(catapult_path, 'tracing')
71 trace_processor_root_path = os.path.join(catapult_path, 'trace_processor')
[all …]
/external/python/cpython3/Lib/test/
Dtest_macpath.py56 join = macpath.join
57 self.assertEqual(join('a', 'b'), ':a:b')
58 self.assertEqual(join(':a', 'b'), ':a:b')
59 self.assertEqual(join(':a:', 'b'), ':a:b')
60 self.assertEqual(join(':a::', 'b'), ':a::b')
61 self.assertEqual(join(':a', '::b'), ':a::b')
62 self.assertEqual(join('a', ':'), ':a:')
63 self.assertEqual(join('a:', ':'), 'a:')
64 self.assertEqual(join('a', ''), ':a:')
65 self.assertEqual(join('a:', ''), 'a:')
[all …]
/external/vixl/tools/test_generator/
Dgenerator.py183 args=",".join(operand_types.GetNames()),
277 args=", ".join(input_types.GetNames()),
350 return "".join([
364 return "".join([operand.Declare() for operand in self.operands])
375 return "".join([input.Declare() for input in self.inputs])
387 "{{{}}}".format(",".join(input))
392 """.format(name=test_input.name, input=",".join(inputs))
394 return "\n".join(map(InputDefinition, self.test_cases))
438 """.format(operands=",".join(operand),
439 operands_description=" ".join(operand),
[all …]
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py89 os.path.join(SRCDIR, 'configure'), 'PACKAGE_VERSION')
101 fn = os.path.join(SRCDIR, 'Include', 'patchlevel.h')
117 DEPSRC = os.path.join(WORKDIR, 'third-party')
237 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
257 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
306 shellQuote(os.path.join(WORKDIR, 'libraries')),
307 shellQuote(os.path.join(WORKDIR, 'libraries')),
342 shellQuote(os.path.join(WORKDIR, 'libraries')),
343 ' -arch '.join(ARCHLIST),
353 shellQuote(os.path.join(WORKDIR, 'libraries')),
[all …]
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py94 os.path.join(SRCDIR, 'configure'), 'PACKAGE_VERSION')
106 fn = os.path.join(SRCDIR, 'Include', 'patchlevel.h')
122 DEPSRC = os.path.join(WORKDIR, 'third-party')
241 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
261 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
310 shellQuote(os.path.join(WORKDIR, 'libraries')),
311 shellQuote(os.path.join(WORKDIR, 'libraries')),
346 shellQuote(os.path.join(WORKDIR, 'libraries')),
347 ' -arch '.join(ARCHLIST),
357 shellQuote(os.path.join(WORKDIR, 'libraries')),
[all …]
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io_test.py32 self._base_dir = os.path.join(self.get_temp_dir(), "base_dir")
44 file_path = os.path.join(self._base_dir, "temp_file")
50 file_path = os.path.join(self._base_dir, "temp_file")
57 file_path = os.path.join(self._base_dir, "temp_file")
64 file_path = os.path.join(self._base_dir, "temp_file")
76 file_path = os.path.join(self._base_dir, "temp_file")
82 file_path = os.path.join(self._base_dir, "temp_file")
88 file_path = os.path.join(self._base_dir, "temp_file")
100 file_prefix = os.path.join(self._base_dir, "temp_file")
109 file_path = os.path.join(self._base_dir, "temp_file")
[all …]
/external/autotest/client/bin/
Dlocal_host_unittest.py147 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/Lib/test/
Dtest_macpath.py33 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/clang/
Dbuild.py57 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/vulkan-validation-layers/build-android/
Dbuild.py29 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'))
140 ndk_dir = os.path.join(THIS_DIR, '../../../prebuilts/toolchain')
142 ndk_build = os.path.join(ndk_dir, 'ndk-build')
143 platforms_root = os.path.join(ndk_dir, 'platforms')
144 toolchains_root = os.path.join(ndk_dir, 'toolchains')
154 obj_out = os.path.join(THIS_DIR, stl, 'obj')
155 lib_out = os.path.join(THIS_DIR, 'jniLibs')
[all …]
/external/perfetto/tools/
Drun_android_emulator31 emulator_root = os.path.join(
33 emulator_path = os.path.join(emulator_root, 'qemu', 'linux-x86_64')
35 emulator_root = os.path.join(
37 emulator_path = os.path.join(emulator_root, 'qemu', 'darwin-x86_64')
39 aosp_path = os.path.join(root_dir, 'buildtools', 'aosp-arm')
45 'LD_LIBRARY_PATH': os.path.join(emulator_root, 'lib64', 'qt', 'lib'),
46 'DYLD_LIBRARY_PATH': os.path.join(emulator_root, 'lib64', 'qt', 'lib'),
48 emulator_bin = os.path.join(emulator_path, 'qemu-system-armel')
51 '-system', os.path.join(aosp_path, 'system-qemu.img'),
52 '-kernel', os.path.join(aosp_path, 'kernel-ranchu'),
[all …]
/external/capstone/bindings/python/
Dsetup.py24 LIBS_DIR = os.path.join(ROOT_DIR, 'capstone', 'lib')
25 HEADERS_DIR = os.path.join(ROOT_DIR, 'capstone', 'include')
26 SRC_DIR = os.path.join(ROOT_DIR, 'src')
27 BUILD_DIR = SRC_DIR if os.path.exists(SRC_DIR) else os.path.join(ROOT_DIR, '../..')
31 with open(os.path.join(BUILD_DIR, 'pkgconfig.mk')) as fp:
85 shutil.copytree(os.path.join(BUILD_DIR, "arch"), os.path.join(SRC_DIR, "arch"))
86 shutil.copytree(os.path.join(BUILD_DIR, "include"), os.path.join(SRC_DIR, "include"))
88 src.extend(glob.glob(os.path.join(BUILD_DIR, "*.[ch]")))
89 src.extend(glob.glob(os.path.join(BUILD_DIR, "*.mk")))
91 src.extend(glob.glob(os.path.join(BUILD_DIR, "Makefile")))
[all …]
/external/tensorflow/tensorflow/tools/docs/
Dgenerate_lib_test.py114 redirects_file = os.path.join(output_dir, '_redirects.yaml')
124 self.assertTrue(os.path.exists(os.path.join(output_dir, 'index.md')))
125 self.assertTrue(os.path.exists(os.path.join(output_dir, 'tf.md')))
126 self.assertTrue(os.path.exists(os.path.join(output_dir, '_toc.yaml')))
128 os.path.exists(os.path.join(output_dir, 'tf/TestModule.md')))
130 os.path.exists(os.path.join(output_dir, 'tf/test_function.md')))
133 os.path.join(output_dir, 'tf/TestModule/TestClass.md')))
136 os.path.join(output_dir,
140 os.path.join(
146 os.path.join(output_dir, 'tf/TestModule/test_function.md')))
[all …]
/external/yapf/yapftests/
Dfile_resources_test.py48 test_file = os.path.join(self.test_tmpdir, 'file.py')
54 style_file = os.path.join(self.test_tmpdir, '.style.yapf')
57 test_filename = os.path.join(self.test_tmpdir, 'file.py')
61 test_filename = os.path.join(self.test_tmpdir, 'dir1', 'file.py')
82 fullpath = os.path.normpath(os.path.join(self.test_tmpdir, name))
89 file1 = os.path.join(tdir1, 'testfile1.py')
90 file2 = os.path.join(tdir2, 'testfile2.py')
103 file1 = os.path.join(tdir1, 'testfile1.py')
104 file2 = os.path.join(tdir2, 'testfile2.py')
119 os.path.join(tdir1, 'testfile1.py'),
[all …]
/external/python/setuptools/setuptools/
Dmsvc.py99 vcvarsall = os.path.os.path.join(productdir, "vcvarsall.bat")
361 return os.path.join(self.visualstudio, 'SxS')
368 return os.path.join(self.sxs, 'VC7')
375 return os.path.join(self.sxs, 'VS7')
396 return os.path.join(self.microsoft_sdk, 'Windows')
403 return os.path.join(self.microsoft_sdk, 'NETFXSDK')
428 return os.path.join('Software', node64, 'Microsoft', key)
532 default = os.path.join(self.ProgramFilesx86, name)
547 reg_path = os.path.join(self.ri.vc_for_python, '%0.1f' % self.vc_ver)
549 default_vc = os.path.join(python_vc, 'VC') if python_vc else guess_vc
[all …]
/external/skqp/tools/skp/
Dwebpages_playback.py74 LOCAL_REPLAY_WEBPAGES_ARCHIVE_DIR = os.path.join(
99 CHROMIUM_PAGE_SETS_PATH = os.path.join('tools', 'perf', 'page_sets')
133 self._chrome_page_sets_path = os.path.join(parse_options.chrome_src_path,
150 self._telemetry_binaries_dir = os.path.join(parse_options.chrome_src_path,
152 self._catapult_dir = os.path.join(parse_options.chrome_src_path,
155 self._local_skp_dir = os.path.join(
157 self._local_record_webpages_archive_dir = os.path.join(
168 page_sets_dir = os.path.join(os.path.abspath(os.path.dirname(__file__)),
170 ps = [os.path.join(page_sets_dir, page_set)
172 if not os.path.isdir(os.path.join(page_sets_dir, page_set)) and
[all …]
/external/autotest/client/cros/faft/utils/
Dfirmware_updater.py40 self._cbfs_work_path = os.path.join(self._temp_path, 'cbfs')
41 self._keys_path = os.path.join(self._temp_path, 'keys')
42 self._work_path = os.path.join(self._temp_path, 'work')
45 pubkey_path = os.path.join(self._keys_path, 'root_key.vbpubk')
86 working_shellball = os.path.join(self._temp_path,
117 os.path.join(self._work_path, self._bios_path))
132 os.path.join(self._work_path, self._ec_path))
171 ecrw_bin_path = os.path.join(self._cbfs_work_path,
176 ecrw_hash_path = os.path.join(self._cbfs_work_path,
199 os.path.join(work_path, self._bios_path),
[all …]
/external/skia/tools/skp/
Dwebpages_playback.py75 LOCAL_REPLAY_WEBPAGES_ARCHIVE_DIR = os.path.join(
100 CHROMIUM_PAGE_SETS_PATH = os.path.join('tools', 'perf', 'page_sets')
134 self._chrome_page_sets_path = os.path.join(parse_options.chrome_src_path,
151 self._telemetry_binaries_dir = os.path.join(parse_options.chrome_src_path,
153 self._catapult_dir = os.path.join(parse_options.chrome_src_path,
156 self._local_skp_dir = os.path.join(
158 self._local_record_webpages_archive_dir = os.path.join(
169 page_sets_dir = os.path.join(os.path.abspath(os.path.dirname(__file__)),
171 ps = [os.path.join(page_sets_dir, page_set)
173 if not os.path.isdir(os.path.join(page_sets_dir, page_set)) and
[all …]

12345678910>>...225