Home
last modified time | relevance | path

Searched full:join (Results 501 - 525 of 6379) sorted by relevance

1...<<21222324252627282930>>...256

/third_party/node/deps/v8/tools/unittests/
H A Dcompare_torque_output_test.py14 COMPARE_SCRIPT = os.path.join(TOOLS_DIR, 'compare_torque_output.py')
15 TEST_DATA = os.path.join(TOOLS_DIR, 'unittests', 'testdata', 'compare_torque')
24 file1 = os.path.join(TEST_DATA, test_folder, 'f1')
25 file2 = os.path.join(TEST_DATA, test_folder, 'f2')
/third_party/node/test/parallel/
H A Dtest-fs-mkdir-recursive-eaccess.js44 const dir = path.join(tmpdir.path, `mkdirp_${n++}`);
49 fs.mkdirSync(path.join(dir, '/foo'), { recursive: true });
61 const dir = path.join(tmpdir.path, `mkdirp_${n++}`);
64 fs.mkdir(path.join(dir, '/bar'), { recursive: true }, (err) => {
H A Dtest-fs-write-file-buffer.js24 const join = require('path').join;
47 data = data.join('\n');
53 fs.writeFileSync(join(tmpdir.path, 'test.jpg'), buf);
H A Dtest-snapshot-api.js20 const blobPath = path.join(tmpdir.path, 'snapshot.blob');
29 fs.writeFileSync(path.join(tmpdir.path, book), content, 'utf8');
31 fs.copyFileSync(entry, path.join(tmpdir.path, 'entry.js'));
45 const stats = fs.statSync(path.join(tmpdir.path, 'snapshot.blob'));
H A Dtest-snapshot-typescript.js15 const blobPath = path.join(tmpdir.path, 'snapshot.blob');
20 const file = path.join(tmpdir.path, 'snapshot.js');
40 const stats = fs.statSync(path.join(tmpdir.path, 'snapshot.blob'));
45 const outPath = path.join(tmpdir.path, 'ts-example.js');
H A Dtest-fs-promises.js330 const dir = path.join(tmpDir, nextdir());
373 const dir = path.join(tmpDir, nextdir());
381 const dir = path.join(tmpDir, nextdir());
389 const dir = path.join(tmpDir, nextdir(), nextdir());
397 const dir = path.join(tmpDir, nextdir(), nextdir());
413 const file = path.join(tmpDir, nextdir(), nextdir());
414 const dir = path.join(file, nextdir(), nextdir());
447 const dir = path.join(tmpDir, nextdir(), nextdir());
/third_party/node/deps/npm/node_modules/cli-columns/
H A Dindex.js42 return value + filler.join(character);
52 return arr.join('');
72 return cells.join(options.newline);
79 .join(options.newline);
/third_party/python/Tools/scripts/
H A Dwin_add2path.py22 scripts = os.path.join(pythonpath, "Scripts")
27 userscripts = os.path.join(userpath, "Scripts")
42 envpath = os.pathsep.join(paths)
50 print('\n'.join(paths[1:]))
H A Dhighlight.py20 'Join content from a range of lines between start and end'
25 return ''.join(rows), end
73 return ''.join(result)
95 return ''.join(result)
109 return ''.join(result)
142 css_str = '\n'.join(['%s %s' % item for item in css.items()])
185 macros = '\n'.join(r'\newcommand{\py%s}[1]{%s}' % c for c in commands.items())
193 return default_latex_document % dict(title=title, macros=macros, body=''.join(result))
/third_party/python/Lib/distutils/tests/
H A Dtest_build.py25 wanted = os.path.join(cmd.build_base, 'lib')
35 wanted = os.path.join(cmd.build_base, 'lib' + plat_spec)
42 wanted = os.path.join(cmd.build_base, 'temp' + plat_spec)
46 wanted = os.path.join(cmd.build_base,
/third_party/toybox/
H A Dinstall.py20 bin_dir = os.path.join(out_dir, 'bin')
24 sbin_dir = os.path.join(out_dir, 'sbin')
28 usr_bin_dir = os.path.join(out_dir, 'usr', 'bin')
32 usr_sbin_dir = os.path.join(out_dir, 'usr', 'sbin')
/third_party/typescript/tests/baselines/reference/
H A DtypeGuardsOnClassProperty.js11 return typeof data === "string" ? data : data.join(" ");
15 return typeof this.data === "string" ? this.data : this.data.join(" ");
41 return typeof data === "string" ? data : data.join(" ");
44 return typeof this.data === "string" ? this.data : this.data.join(" ");
/third_party/skia/docs/examples/
H A Dstrokerect_gm.cpp7 constexpr SkPaint::Join gJoins[] = {SkPaint::kMiter_Join, SkPaint::kRound_Join, in REG_FIDDLE()
29 SkPaint::Join join = gJoins[i]; in REG_FIDDLE() local
43 paint.setStrokeJoin(join); in REG_FIDDLE()
/third_party/skia/platform_tools/android/bin/
H A Dandroid_build_app28 args_gn_path = os.path.join(args.output_dir, "args.gn")
43 subprocess.check_call(cmd, cwd=os.path.join(os.path.dirname(__file__), ".."))
50 apk_src = os.path.join(current_dir, "..", "apps", args.app_name, "build", "outputs", "apk",
53 apk_dst = os.path.join(args.output_dir, args.app_name + ".apk")
/third_party/skia/infra/bots/recipes/
H A Dupload_nano_results.py26 src_path = api.path['start_dir'].join('perf')
38 gs_path = '/'.join((
44 gs_path = '/'.join(('trybot', gs_path,
47 dst = '/'.join((
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dabs_rdb_predicates.h272 * @brief Obtains the join types in the predicates.
277 * @brief Sets the join types in the predicates. The value can be {@code INNER JOIN}, {@code LEFT OUTER JOIN},
278 * and {@code CROSS JOIN}.
293 * @brief Obtains the join conditions in the predicates.
298 * @brief Sets the join conditions required in the predicates.
303 * @brief Obtains the join clause in the predicates.
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXCldrStub.java243 public static <T> String join(T[] source, String separator) { in join() method in XCldrStub
252 public static <T> String join(Iterable<T> source, String separator) { in join() method in XCldrStub
264 public static <T, U extends Iterable<T>> String join(U source, String separator) { in join() method in XCldrStub.CollectionUtilities
265 return XCldrStub.join(source, separator); in join()
277 public <T> String join(T[] source) { in join() method in XCldrStub.Joiner
278 return XCldrStub.join(source, separator); in join()
280 public <T> String join(Iterable<T> source) { in join() method in XCldrStub.Joiner
281 return XCldrStub.join(source, separator); in join()
/third_party/node/deps/v8/tools/release/
H A Droll_merge.py94 % ", ".join(port_revision_list)):
105 self["revision_list"] = ", ".join(self["full_revision_list"])
114 "\n".join(action_text % s for s in self["full_revision_list"]),
127 bug_aggregate = ",".join(sorted(filter(lambda s: s and s != "none", bugs)))
131 self["new_commit_msg"] = "".join(msg_pieces)
165 text = FileToText(os.path.join(self.default_cwd, VERSION_FILE))
169 TextToFile(text, os.path.join(self.default_cwd, VERSION_FILE))
171 self.Editor(os.path.join(self.default_cwd, VERSION_FILE))
/third_party/node/deps/v8/tools/sanitizers/
H A Dsancov_merger.py42 SANCOV_TOOL = os.path.join(
84 with open(os.path.join(coverage_dir, result_file_name), "wb") as f:
88 os.remove(os.path.join(coverage_dir, f))
169 input_file = os.path.join(swarming_output_dir, f)
170 output_file = os.path.join(coverage_dir, f)
188 if os.path.exists(os.path.join(options.coverage_dir, f)):
193 os.rename(os.path.join(options.swarming_output_dir, f),
194 os.path.join(options.coverage_dir, f))
/third_party/rust/crates/clang-sys/build/
H A Ddynamic.rs146 let path = directory.join(&filename); in search_libclang_directories()
168 .join(", "), in search_libclang_directories()
169 invalid.join(", "), in search_libclang_directories()
220 directory.parent().unwrap().join("lib") in link()
223 if lib.join("libclang.lib").exists() { in link()
225 } else if lib.join("libclang.dll.a").exists() { in link()
233 lib.join("libclang.dll.a"), in link()
234 Path::new(&out).join("libclang.lib"), in link()
/third_party/python/Lib/test/support/
H A Dscript_helper.py220 script_name = os.path.join(script_dir, script_filename)
230 zip_name = os.path.join(zip_dir, zip_filename)
245 return zip_name, os.path.join(zip_name, name_in_zip)
265 pkg_names = [os.sep.join([pkg_name]*i) for i in range(1, depth+1)]
266 script_name_in_zip = os.path.join(pkg_names[-1], os.path.basename(script_name))
268 zip_name = os.path.join(zip_dir, zip_filename)
271 init_name_in_zip = os.path.join(name, init_basename)
280 return zip_name, os.path.join(zip_name, script_name_in_zip)
/third_party/skia/gm/
H A Dcubicpaths.cpp127 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath()
134 paint.setStrokeJoin(join); in drawPath()
165 SkPaint::Join fJoin;
246 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath()
253 paint.setStrokeJoin(join); in drawPath()
284 SkPaint::Join fJoin;
126 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth) drawPath() argument
245 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth) drawPath() argument
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
H A Dperf_puppeteer_canvas.go87 outputFile := filepath.Join(outputAbsPath, fmt.Sprintf("perf-%s.json", *taskID))
120 if _, err := exec.RunCwd(ctx, benchmarkPath, filepath.Join(nodeBinPath, "npm"), "ci"); err != nil {
124 if err := os.MkdirAll(filepath.Join(benchmarkPath, "out"), 0777); err != nil {
137 args := []string{filepath.Join(nodeBinPath, "node"),
140 "--canvaskit_js", filepath.Join(canvaskitBinPath, "canvaskit.js"),
141 "--canvaskit_wasm", filepath.Join(canvaskitBinPath, "canvaskit.wasm"),
143 "--output", filepath.Join(benchmarkPath, "out", "perf.json"),
188 perfJSONPath := filepath.Join(benchmarkPath, "out", "perf.json")
/third_party/python/Lib/test/
H A Dtest_os.py146 path = os.path.join(path, dirname)
729 fname = os.path.join(os.environ['TEMP'], self.fname)
756 self.fname = os.path.join(self.dirname, "f1")
1039 formatted_items = ", ".join(
1048 test_env = {'PATH': os.pathsep.join(test_path)}
1287 join = os.path.join
1307 self.walk_path = join(os_helper.TESTFN, "TEST1")
1308 self.sub1_path = join(self.walk_path, "SUB1")
1309 self.sub11_path = join(sel
[all...]
/third_party/jerryscript/tools/
H A Drun-tests.py28 OUTPUT_DIR = os.path.join(settings.PROJECT_DIR, 'build', 'tests')
249 sys.stderr.write(''.join('%s%s=%r \\%s\n' % (TERM_BLUE, var, val, TERM_NORMAL)
251 sys.stderr.write('%s%s%s\n' % (TERM_BLUE, (' \\%s\n\t%s' % (TERM_NORMAL, TERM_BLUE)).join(cmd), TERM_NORMAL))
275 build_dir_path = os.path.join(options.outdir, job.name)
278 install_dir_path = os.path.join(build_dir_path, 'local')
304 return os.path.join(build_dir_path, 'local', 'bin', 'jerry' + executable_extension)
369 test_case_path = os.path.join(settings.DEBUGGER_TESTS_DIR, test_case)
400 skip_list.append(os.path.join('es5.1', ''))
402 skip_list.append(os.path.join('es2015', ''))
408 test_cmd.append("--skip-list=" + ",".join(skip_lis
[all...]

Completed in 15 milliseconds

1...<<21222324252627282930>>...256