Home
last modified time | relevance | path

Searched full:join (Results 251 - 275 of 8027) sorted by relevance

1...<<11121314151617181920>>...322

/test/xts/acts/ability/ability_runtime/actsuiextensiontest/uiextensionprovider/entry/src/main/ets/model/
H A DLogger.ts20 console.log(`${TAG}.${tag}: ${args.join('')}`)
24 console.info(`${TAG}.${tag}: ${args.join('')}`)
28 console.debug(`${TAG}.${tag}: ${args.join('')}`)
32 console.warn(`${TAG}.${tag}: ${args.join('')}`)
36 console.error(`${TAG}.${tag}: ${args.join('')}`)
/test/xts/acts/ability/ability_runtime/actsuiextensiontest/uiextensionprovider3/entry/src/main/ets/model/
H A DLogger.ts20 console.log(`${TAG}.${tag}: ${args.join('')}`)
24 console.info(`${TAG}.${tag}: ${args.join('')}`)
28 console.debug(`${TAG}.${tag}: ${args.join('')}`)
32 console.warn(`${TAG}.${tag}: ${args.join('')}`)
36 console.error(`${TAG}.${tag}: ${args.join('')}`)
/third_party/node/test/parallel/
H A Dtest-zlib-const.js11 ].join(' '));
17 ].join(' '));
26 ].join(' '));
32 ].join(' '));
38 ].join(' '));
H A Dtest-fs-write-buffer.js34 const filename = path.join(tmpdir.path, 'write1.txt');
50 const filename = path.join(tmpdir.path, 'write2.txt');
66 const filename = path.join(tmpdir.path, 'write3.txt');
82 const filename = path.join(tmpdir.path, 'write4.txt');
98 const filename = path.join(tmpdir.path, 'write5.txt');
114 const filename = path.join(tmpdir.path, 'write6.txt');
130 const filename = path.join(tmpdir.path, 'write7.txt');
152 const filename = path.join(tmpdir.path, 'write8.txt');
H A Dtest-watch-mode-files_watcher.mjs47 const file = path.join(tmpdir.path, 'file1');
55 const file = path.join(tmpdir.path, 'file2');
77 writeFileSync(path.join(tmpdir.path, 'file3'), '1');
83 const file = path.join(tmpdir.path, 'file4');
103 const file = path.join(tmpdir.path, 'file5');
127 watcher.watchPath(path.join(tmpdir.path, 'subdirectory'));
134 const subdirectory = path.join(tmpdir.path, 'subdirectory');
156 let expected = [file, path.join(tmpdir.path, 'file')];
/third_party/node/test/wasi/
H A Dtest-wasi-stdio.js6 const { join } = require('path');
8 const modulePath = join(__dirname, 'wasm', 'stdin.wasm');
10 const stdinFile = join(tmpdir.path, 'stdin.txt');
11 const stdoutFile = join(tmpdir.path, 'stdout.txt');
12 const stderrFile = join(tmpdir.path, 'stderr.txt');
/third_party/node/test/es-module/
H A Dtest-esm-specifiers-symlink.mjs19 const entry = path.join(tmpDir, 'index.mjs');
20 const symlink = path.join(tmpDir, 'symlink.mjs');
21 const real = path.join(tmpDir, 'subfolder', 'index.mjs');
22 const packageDir = path.join(tmpDir, 'subfolder', 'node_modules', 'package-a');
23 const packageEntry = path.join(packageDir, 'index.mjs');
/third_party/python/Modules/_blake2/
H A Dblake2b2s.py7 BLAKE2 = os.path.join(HERE, 'impl')
14 name = os.path.join(BLAKE2, name)
37 with open(os.path.join(HERE, 'blake2b_impl.c')) as f:
43 with open(os.path.join(HERE, 'blake2s_impl.c'), 'w') as f:
44 f.write(''.join(lines))
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dvalgrind.py15 self._suppressions_file = self.m.path['start_dir'].join(
17 self._valgrind_cipd_dir = self.m.vars.workdir.join('valgrind')
19 self._valgrind = self._valgrind_fake_dir.join('bin', 'valgrind')
20 self._lib_dir = self._valgrind_fake_dir.join('lib', 'valgrind')
26 path_to_app = self.host_dirs.bin_dir.join(cmd[0])
/third_party/node/deps/npm/test/lib/commands/
H A Dcache.js40 const cache = path.join(npm.cache, '_cacache')
68 const cache = path.join(npm.cache, '_cacache')
74 await registry.package({ manifest, tarballs: { '1.0.0': path.join(npm.prefix, 'package') } })
95 const cache = path.join(npm.cache, '_cacache')
102 await registry.package({ manifest, tarballs: { '1.0.0': path.join(npm.prefix, 'package') } })
104 manifest: manifest2, tarballs: { '1.0.0': path.join(npm.prefix, 'package') },
125 const cache = path.join(npm.cache, '_cacache')
141 const cache = path.join(npm.cache, '_cacache')
158 const cache = path.join(npm.cache, '_cacache')
173 const cache = path.join(np
[all...]
/third_party/rust/crates/nix/test/
H A Dtest_stat.rs100 let filename = tempdir.path().join("foo.txt"); in test_stat_and_fstat()
114 let filename = tempdir.path().join("foo.txt"); in test_fstatat()
130 let filename = tempdir.path().join("bar.txt"); in test_stat_fstat_lstat()
131 let linkname = tempdir.path().join("barlink"); in test_stat_fstat_lstat()
152 let filename = tempdir.path().join("foo.txt"); in test_fchmod()
177 let fullpath = tempdir.path().join(filename); in test_fchmodat()
227 let fullpath = tempdir.path().join("file"); in test_utimes()
245 let target = tempdir.path().join("target"); in test_lutimes()
246 let fullpath = tempdir.path().join("symlink"); in test_lutimes()
272 let fullpath = tempdir.path().join("fil in test_futimens()
[all...]
/third_party/vk-gl-cts/scripts/
H A Dmake_release.py67 relPath = removeLeadingPath(os.path.normpath(os.path.join(root, file)), basePath)
128 scriptPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, "framework", "qphelper", "gen_release_info.py"))
167 targets.append(createFileObj(os.path.join(srcBasePath, file), os.path.join(dstBasePath, file)))
180 fullSrcPath = os.path.normpath(os.path.join(self.getSrcBasePath(packageBuildInfo), self.srcBasePath))
181 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstBasePath))
198 fullSrcPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, self.srcFile))
199 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstFile))
214 config = BuildConfig(os.path.join(packageBuildInfo.getTmpBasePath(), self.baseConfig.getBuildDir()),
217 srcPath = os.path.join(packageBuildInf
[all...]
/third_party/python/Lib/test/
H A D_test_multiprocessing.py96 # (join() and is_alive(), the support function can be reused
273 p.join()
293 p.join()
331 p.join()
360 p.join()
377 parent_process().join(timeout=support.SHORT_TIMEOUT)
413 p.join()
432 p.join()
462 join = TimingWrapper(p.join)
5526 def join(self): global() member in TestPoolNotLeakOnFailure.test_release_unused_processes.FailingForkProcess
[all...]
/test/xts/dcts/distributeddatamgr/jstest/distributed_data_object_stage/client/entry/src/main/ets/test/
H A DDataObjectEtsunit.test.ets208 * @tc.desc: sessionId1 genSessionId, remote join sessionId1, sync success
239 console.info(logTag + "local: join session");
242 console.info(logTag + "join error: " + error.code + error.message);
274 * @tc.desc: sessionId1 "abcde", remote join sessionId1, sync success
305 console.info(logTag + "local: join session");
308 console.info(logTag + "join error: " + error.code + error.message);
341 * @tc.desc: sessionId1 "123456", remote join sessionId1, sync success
372 console.info(logTag + "local: join session");
375 console.info(logTag + "join error: " + error.code + error.message);
409 * @tc.desc: local join sessionId
[all...]
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dgenerate_grammar_tables.py81 return '{' + ', '.join(['SpvCapability{}'.format(c) for c in caps]) + '}'
92 return '{}_caps_{}'.format(PYGEN_VARIABLE_PREFIX, ''.join(caps))
106 return '\n'.join(arrays)
118 return '{' + ', '.join(
132 PYGEN_VARIABLE_PREFIX, ''.join(extensions))
146 return '\n'.join(arrays)
264 return ', '.join(template).format(
269 operands=', '.join(self.operands),
301 return ', '.join(template).format(
306 operands=', '.join(sel
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dgenerate_grammar_tables.py81 return '{' + ', '.join(['SpvCapability{}'.format(c) for c in caps]) + '}'
92 return '{}_caps_{}'.format(PYGEN_VARIABLE_PREFIX, ''.join(caps))
106 return '\n'.join(arrays)
118 return '{' + ', '.join(
132 PYGEN_VARIABLE_PREFIX, ''.join(extensions))
146 return '\n'.join(arrays)
264 return ', '.join(template).format(
269 operands=', '.join(self.operands),
301 return ', '.join(template).format(
306 operands=', '.join(sel
[all...]
/third_party/spirv-tools/utils/
H A Dgenerate_grammar_tables.py87 return '{' + ', '.join([(base_string + '{}').format(c) for c in caps]) + '}'
98 return '{}_caps_{}'.format(PYGEN_VARIABLE_PREFIX, ''.join(caps))
116 return '\n'.join(arrays)
128 return '{' + ', '.join(
142 PYGEN_VARIABLE_PREFIX, ''.join(extensions))
156 return '\n'.join(arrays)
279 return ', '.join(template).format(
284 operands=', '.join(self.operands),
316 return ', '.join(template).format(
321 operands=', '.join(sel
[all...]
/base/startup/init/services/etc/appender/
H A Dfile_appender.py47 value = [':'.join(passwd_gid_value), arr[3]]
56 source_dict[key][1] = ','.join(user_value)
68 value = [':'.join(passwd_gid_value), arr[3]]
70 value = [':'.join(passwd_gid_value), " "]
83 value = [':'.join(passwd_gid_value), arr[3]]
85 value = [':'.join(passwd_gid_value), " "]
106 target_f.write(f"{item}:{':'.join(source_dict[item])}\n")
126 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir,
/base/update/packaging_tools/
H A Dbuild_module_img.py39 print(" ".join(["pid ", str(res[0]), " ret ", str(res[1]), "\n",
49 run_cmd(" ".join(["img2simg ", device, " ", tmp_device]))
56 size += sum([roundup(os.path.getsize(os.path.join(root, name)), BLOCK_SIZE) for name in files])
65 run_cmd(" ".join(["resize2fs", "-M", device]))
89 run_cmd(" ".join([hvb_tools, "make_hashtree_footer", "--image", device,
106 env_path = ':'.join(args.build_image_tools_path)
129 mk_configs = " ".join([src_dir, device, MOUNT_POINT, str(fs_size), fs_type_config,
131 res = run_cmd(" ".join([mkfs_tools, mk_configs]))
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/main/
H A Dgitee_rest_api.js91 const outputPath = path.join(outputDir, fileName);
94 fs.mkdirSync(path.join(outputDir, fileName), { recursive: true });
135 path.join(downloadPath, "ohos-sdk.zip")).then((res, rej) => {
156 let etsPath = path.join(sdkPath, "ets\\api");
176 await extractLargeZip(path.join(downloadPath, "ohos-sdk.zip"), downloadPath);
179 ohosSdkPath = path.join(downloadPath, 'windows');
181 ohosSdkPath = path.join(downloadPath, 'linux');
195 let etsFile = path.join(etsPath, "@ohos.arkui.componentTest.d.ts");
/foundation/resourceschedule/ffrt/benchmarks/
H A Dplot.py33 avg_base = base['_'.join([label, 'base', thread])].mean()
36 data_base = [float(base['_'.join([label, 'base', thread])][i])
38 ax.plot(stall, data_base, 's-', label='_'.join([label, 'base']))
41 ax.set_title(''.join([title, '[R:', ratio, ']']))
49 base = pandas.read_csv(os.path.join(path, 'base.csv'))
50 t1 = pandas.read_csv(os.path.join(path, 'perf_thread1.csv'))
51 t8 = pandas.read_csv(os.path.join(path, 'perf_thread8.csv'))
103 fig.savefig(os.path.join(path, out))
/third_party/astc-encoder/Test/
H A Dastc_test_image_dl.py32 TEST_IMAGE_DIR = os.path.join("Test", "Images")
111 im = Image.open(os.path.join(imageDir, src))
135 dst = os.path.join(TEST_IMAGE_DIR, "Kodak", "LDR-RGB", fle)
144 pattern = os.path.join(TEST_IMAGE_DIR, "Kodak", "LDR-RGB", fle)
149 dst = os.path.join(TEST_IMAGE_DIR, "KodakSim", "LDR-RGBA", fle)
157 dst = os.path.join(TEST_IMAGE_DIR, "KodakSim", "LDR-RGBA", fle)
161 srcDir = os.path.join(TEST_IMAGE_DIR, "Kodak", "LDR-RGB")
163 dst = os.path.join(TEST_IMAGE_DIR, "KodakMnt", "LDR-RGB", fle)
/third_party/mbedtls/scripts/
H A Dgenerate_driver_wrappers.py59 os.path.join(template_dir, template_file_name)
63 with open(file=os.path.join(output_dir, os.path.splitext(template_file_name)[0]),
116 'transparent': os.path.join(project_root,
121 'opaque': os.path.join(project_root,
142 with open(file=os.path.join(json_directory, jsondriver_list),
148 driver_file=os.path.join(json_directory, driver_file_name))
187 os.path.join(project_root,
192 os.path.join(project_root,
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/
H A Dworkbench.py34 TEST_CASES = os.path.join(BASE_PATH, 'workdir', 'output')
35 FUZZ_ONE = os.path.join(BASE_PATH, 'tools', 'fuzz_one.py')
36 RUN_ONE = os.path.join(BASE_PATH, 'tools', 'run_one.py')
60 test_dir = os.path.join(TEST_CASES, 'dir-%d' % n)
61 with open(os.path.join(test_dir, 'stats.json')) as f:
63 with open(os.path.join(test_dir, 'failures.json')) as f:
117 with open(os.path.join(TEST_CASES, 'stats.json'), 'w') as f:
119 with open(os.path.join(TEST_CASES, 'failures.json'), 'w') as f:
/third_party/node/test/sequential/
H A Dtest-fs-readdir-recursive.js70 fs.writeFileSync(pathModule.join(path, fileOrDir), '');
72 const dirPath = pathModule.join(path, fileOrDir[0]);
83 const symlinksRootPath = pathModule.join(readdirDir, 'symlinks');
84 const symlinkTargetFile = pathModule.join(symlinksRootPath, 'symlink-target-file');
85 const symlinkTargetDir = pathModule.join(symlinksRootPath, 'symlink-target-dir');
89 fs.symlinkSync(symlinkTargetFile, pathModule.join(symlinksRootPath, 'symlink-src-file'));
90 fs.symlinkSync(symlinkTargetDir, pathModule.join(symlinksRootPath, 'symlink-src-dir'));
130 return pathModule.relative(readdirDir, pathModule.join(dirent.path, dirent.name));

Completed in 37 milliseconds

1...<<11121314151617181920>>...322