Home
last modified time | relevance | path

Searched full:join (Results 301 - 325 of 8331) sorted by relevance

1...<<11121314151617181920>>...334

/third_party/benchmark/tools/gbench/
H A Dreport.py400 testInputs = os.path.join(
404 testOutput = os.path.join(testInputs, 'test3_run0.json')
419 print("\n".join(output_lines))
430 testInputs = os.path.join(
434 testOutput1 = os.path.join(testInputs, 'test1_run1.json')
435 testOutput2 = os.path.join(testInputs, 'test1_run2.json')
469 print("\n".join(output_lines_with_header))
621 testInputs = os.path.join(
625 testOutput = os.path.join(testInputs, 'test2_run.json')
647 print("\n".join(output_lines_with_heade
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Disolated-reifier.js6 const { join } = require('path')
105 const dir = join(
233 deps.push(`${branch.join('->')}::${node.resolved}`)
241 .update(deps.join(','))
323 path: join(proxiedIdealTree.root.localPath, location),
324 realpath: join(proxiedIdealTree.root.localPath, location),
339 const location = join('node_modules', '.store', key, 'node_modules', c.name)
365 const fromLocation = join('node_modules', '.store', key, 'node_modules', node.name)
367 nmFolder = join('node_modules', '.store', key, 'node_modules')
370 nmFolder = join(nod
[all...]
/third_party/python/Lib/distutils/command/
H A Dbuild_py.py107 build_dir = os.path.join(*([self.build_lib] + package.split('.')))
128 filelist = glob.glob(os.path.join(glob.escape(src_dir), convert_path(pattern)))
139 target = os.path.join(build_dir, filename)
141 self.copy_file(os.path.join(src_dir, filename), target,
152 return os.path.join(*path)
159 pdir = self.package_dir['.'.join(path)]
165 return os.path.join(*tail)
179 return os.path.join(*tail)
199 init_py = os.path.join(package_dir, "__init__.py")
219 module_files = glob.glob(os.path.join(glo
[all...]
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_entry_points.py1297 params=", ".join(params),
1382 print(" ".join(param))
1544 ", ".join(params),
1546 ", ".join(internal_params),
1550 "".join(packed_gl_enum_conversions),
1552 ", ".join(pass_params),
1556 ", ".join(["context"] + internal_params),
1558 ", ".join(["context"] + [entry_point_name] + internal_params),
1560 ", ".join(format_params),
1610 params_just_name = ", ".join(
[all...]
/test/xts/acts/startup/startup_standard/deviceinfo/entry/src/ohosTest/js/test/
H A DDeviceInfoJsUnit.test.js86 let bufferstr = arr.join('');
115 let bufferstr = arr.join('');
166 let bufferstr = arr.join('');
217 let bufferstr = arr.join('');
246 let bufferstr = arr.join('');
275 let bufferstr = arr.join('');
304 let bufferstr = arr.join('');
333 let bufferstr = arr.join('');
362 let bufferstr = arr.join('');
391 let bufferstr = arr.join('');
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py104 def Join(self, timeout): member in SubProcess
127 path = os.path.join('third_party', 'depot_tools')
128 return os.path.join(path, winext('gn', 'bat')), os.path.join(path, winext('ninja', 'exe'))
145 self._logger.debug('Created subprocess: %s with pid %d' % (' '.join(command), proc.Pid()))
149 returncode, output = self.subprocesses[proc.Pid()].Join(timeout)
180 worker.join()
187 worker.join()
213 args_str = ' '.join(['%s=%s' % (k, v) for (k, v) in gn_args])
215 self._logger.info(' '.join(cm
[all...]
/third_party/rust/crates/nix/test/
H A Dtest_unistd.rs111 let mkfifo_fifo = tempdir.path().join("mkfifo_fifo"); in test_mkfifo()
139 let mkfifoat_fifo = tempdir.path().join("mkfifoat_fifo"); in test_mkfifoat_none()
499 let path = tempdir.path().join("file"); in test_chown()
536 let path = tempdir.path().join("file"); in test_fchownat()
762 let path = tempdir.path().join("file"); in test_truncate()
779 let path = tempdir.path().join("file"); in test_ftruncate()
874 let target = tempdir.path().join("a"); in test_symlinkat()
875 let linkpath = tempdir.path().join("b"); in test_symlinkat()
887 readlink(&tempdir.path().join(linkpath)) in test_symlinkat()
900 let oldfilepath = tempdir.path().join(oldfilenam in test_linkat_file()
[all...]
/third_party/node/test/parallel/
H A Dtest-fs-readfile.js17 { name: path.join(tmpdir.path, `${prefix}-1K.txt`),
19 { name: path.join(tmpdir.path, `${prefix}-64K.txt`),
21 { name: path.join(tmpdir.path, `${prefix}-64KLessOne.txt`),
23 { name: path.join(tmpdir.path, `${prefix}-1M.txt`),
25 { name: path.join(tmpdir.path, `${prefix}-1MPlusOne.txt`),
64 const file = path.join(tmpdir.path, `${prefix}-too-large.txt`);
H A Dtest-module-stat.js10 const { join } = require('path');
12 const directory = join(tmpdir.path, 'directory');
13 const doesNotExist = join(tmpdir.path, 'does-not-exist');
14 const file = join(tmpdir.path, 'file.js');
/third_party/node/deps/v8/third_party/inspector_protocol/templates/
H A DExported_h.template7 #ifndef {{"_".join(config.protocol.namespace)}}_{{domain.domain}}_api_h
8 #define {{"_".join(config.protocol.namespace)}}_{{domain.domain}}_api_h
19 #ifndef {{"_".join(config.protocol.namespace)}}_exported_api_h
20 #define {{"_".join(config.protocol.namespace)}}_exported_api_h
27 #endif // !defined({{"_".join(config.protocol.namespace)}}_exported_api_h)
74 #endif // !defined({{"_".join(config.protocol.namespace)}}_{{domain.domain}}_api_h)
/third_party/node/tools/inspector_protocol/templates/
H A DExported_h.template7 #ifndef {{"_".join(config.protocol.namespace)}}_{{domain.domain}}_api_h
8 #define {{"_".join(config.protocol.namespace)}}_{{domain.domain}}_api_h
19 #ifndef {{"_".join(config.protocol.namespace)}}_exported_api_h
20 #define {{"_".join(config.protocol.namespace)}}_exported_api_h
27 #endif // !defined({{"_".join(config.protocol.namespace)}}_exported_api_h)
75 #endif // !defined({{"_".join(config.protocol.namespace)}}_{{domain.domain}}_api_h)
/third_party/node/tools/
H A Dtest-npm-package.js28 const npmBin = path.join(projectDir, 'deps', 'npm', 'bin', 'npm-cli.js');
45 const npmCache = path.join(tmpDir.path, 'npm-cache');
46 const npmPrefix = path.join(tmpDir.path, 'npm-prefix');
47 const npmTmp = path.join(tmpDir.path, 'npm-tmp');
48 const npmUserconfig = path.join(tmpDir.path, 'npm-userconfig');
49 const pkgDir = path.join(tmpDir.path, 'pkg');
/third_party/node/deps/npm/lib/utils/
H A Dexplain-dep.js64 return `${pkgid}${extra.join('')}` +
74 const str = '\n' + messages.join('\n')
75 return str.split('\n').join('\n ')
101 const show = `(${showNames.join(', ')})`
105 const str = '\n' + messages.join('\n')
106 return str.split('\n').join('\n ')
/third_party/libjpeg-turbo/
H A Dinstall.py43 neon_compat_src_path = os.path.join(src_path, "neon-compat.h")
44 neon_compat_dst_path = os.path.join(dst_path, "simd/arm/neon-compat.h")
47 src_file = os.path.join(src_path, file)
48 dst_file = os.path.join(dst_path, file)
80 tar_file_path = os.path.join(args.source_dir, "libjpeg-turbo-2.1.1.tar.gz")
81 target_dir = os.path.join(args.gen_dir, "libjpeg-turbo-2.1.1")
/third_party/pcre2/pcre2/doc/
H A Dpcre2_pattern_info.333 .\" JOIN
46 .\" JOIN
49 .\" JOIN
58 .\" JOIN
61 .\" JOIN
64 .\" JOIN
/third_party/vk-gl-cts/external/openglcts/scripts/
H A Dverify_kc_cts_rev.py29 sys.path.append(os.path.join(os.path.dirname(__file__), "..", ".."))
32 sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts"))
36 EXTERNAL_DIR = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..")))
47 fullDstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.extractDir)
58 fullDstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.extractDir)
70 fullDstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.extractDir)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dgen_vk_mandatory_format_support_table.py72 return os.path.join(os.path.dirname(sys.argv[0]), path)
84 optimal_features_str = "|".join(sorted(optimal_features)) if len(optimal_features) else "0"
85 buffer_features_str = "|".join(sorted(buffer_features)) if len(buffer_features) else "0"
115 print ','.join(inputs)
117 print ','.join(outputs)
134 format_case_data=",\n".join(vk_cases),
/third_party/typescript/tests/baselines/reference/
H A DundeclaredModuleError.symbols22 function join(...paths: string[]) {}
23 >join : Symbol(join, Decl(undeclaredModuleError.ts, 1, 165))
51 var fullPath = join(IDoNotExist);
53 >join : Symbol(join, Decl(undeclaredModuleError.ts, 1, 165))
H A DrecursiveReverseMappedType.js8 function join<T>(l: Recur<T>[]): Recur<T> {
13 const x: Recur<T> | undefined = join(l);
29 function join(l) { function
33 var x = join(l);
H A DundeclaredModuleError.js5 function join(...paths: string[]) {} function
12 var fullPath = join(IDoNotExist);
23 function join() {
34 var fullPath = join(IDoNotExist);
/third_party/gn/build/
H A Dgen.py152 return ' '.join(result)
154 return ' '.join(shell_quote(item) for item in result)
165 '/'.join(Platform.known_platforms()) + ')',
169 '/'.join(Platform.known_platforms()) + ')',
182 default=os.path.join(REPO_ROOT, 'out'),
221 out_dir = options.out_path or os.path.join(REPO_ROOT, 'out')
226 os.path.join(out_dir, 'last_commit_position.h'))
227 WriteGNNinja(os.path.join(out_dir, 'build.ninja'), platform, host, options, args_list)
284 template_filename = os.path.join(SCRIPT_DIR, {
327 os.path.join(REPO_ROO
[all...]
/third_party/python/Mac/IDLE/IDLE.app/Contents/MacOS/
H A DIDLE5 executable = os.path.join(execdir, "Python")
6 resdir = os.path.join(os.path.dirname(execdir), "Resources")
7 libdir = os.path.join(os.path.dirname(execdir), "Frameworks")
8 mainprogram = os.path.join(resdir, "idlemain.py")
/third_party/typescript/tests/cases/fourslash/
H A DquickInfoImportedTypesWithMergedMeanings.ts22 ].join("\n"), "some docs");
29 ].join("\n"), "some docs");
35 ].join("\n"), "some docs");
41 ].join("\n"), "some docs");
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py10 LINUX_ROOT = os.path.abspath(os.path.join(__file__,
13 os.path.join(LINUX_ROOT, 'tools/bpf/bpftool'))
15 os.path.join(BPFTOOL_DIR, 'bash-completion'))
17 os.path.join(BPFTOOL_DIR, 'Documentation'))
19 os.path.join(LINUX_ROOT, 'tools/include'))
304 filename = os.path.join(BPFTOOL_DIR, 'main.h')
330 filename = os.path.join(BPFTOOL_DOC_DIR, 'substitutions.rst')
353 filename = os.path.join(BPFTOOL_DIR, 'prog.c')
366 filename = os.path.join(BPFTOOL_DIR, 'map.c')
375 filename = os.path.join(BPFTOOL_DI
[all...]
/third_party/node/deps/v8/tools/unittests/
H A Drun_tests_test.py33 TEST_DATA_ROOT = os.path.join(TOOLS_ROOT, 'unittests', 'testdata')
34 RUN_TESTS_PY = os.path.join(TOOLS_ROOT, 'run-tests.py')
65 basedir = os.path.join(TEST_DATA_ROOT, baseroot)
67 builddir = os.path.join(tempbase, 'out', 'build')
68 testroot = os.path.join(tempbase, 'test')
70 shutil.copy(os.path.join(basedir, 'v8_build_config.json'), builddir)
71 shutil.copy(os.path.join(basedir, 'd8_mocked.py'), builddir)
73 for suite in os.listdir(os.path.join(basedir, 'test')):
74 os.makedirs(os.path.join(testroot, suite))
75 for entry in os.listdir(os.path.join(basedi
[all...]

Completed in 34 milliseconds

1...<<11121314151617181920>>...334