Home
last modified time | relevance | path

Searched full:join (Results 751 - 775 of 6215) sorted by relevance

1...<<31323334353637383940>>...249

/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/
H A Dmove-file.js1 const { dirname, join, resolve, relative, isAbsolute } = require('path')
37 moveFile(join(source, file), join(destination, file), options, false, symlinks)
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/
H A Dbuild.rs20 .join("tests") in main()
21 .join(dir); in main()
59 .join("libclang_version_specific_generated_tests.rs"); in main()
/third_party/skia/src/core/
H A DSkStroke.h38 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin()
39 void setJoin(SkPaint::Join);
/third_party/skia/tools/svg/
H A Dsvg_downloader.py30 dest_dir = os.path.join(output_dir, os.path.dirname(rel_file))
34 dest_file = os.path.join(dest_dir, prefix + os.path.basename(file_url))
48 default=os.path.join(PARENT_DIR, 'svgs.txt'))
/third_party/python/Python/
H A Dmakeopcodetargets.py18 modpath = os.path.join(
25 modpath = os.path.join(
44 f.write(",\n".join([" &&%s" % s for s in targets]))
/third_party/python/Lib/lib2to3/tests/
H A Dsupport.py15 proj_dir = os.path.normpath(os.path.join(test_dir, ".."))
16 grammar_path = os.path.join(test_dir, "..", "Grammar.txt")
56 yield os.path.join(dirpath, filename)
/third_party/skia/infra/bots/analysis/
H A Dmissing.sh31 # The last join with --np means don't print matches, and --ul specifies to print
32 # values that are unmatched on the left hand side of the join, i.e. from the
38 mlr --csv join -f /tmp/cpu_or_gpu_value,model.csv -j cpu_or_gpu_value --ul --np
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DOffsetPaths.cpp27 static constexpr SkPaint::Join gJoinMap[] = { in OffsetPathsAdapter()
33 const auto join = ParseDefault<int>(joffset["lj"], 1) - 1; in OffsetPathsAdapter() local
34 this->node()->setJoin(gJoinMap[SkTPin<int>(join, 0, SK_ARRAY_COUNT(gJoinMap) - 1)]); in OffsetPathsAdapter()
/third_party/skia/bin/
H A Dfetch-gn21 os.chdir(os.path.join(os.path.dirname(__file__), os.pardir))
23 gnzip = os.path.join(tempfile.mkdtemp(), 'gn.zip')
37 gn = os.path.join('bin', gn)
/third_party/mesa3d/src/amd/common/
H A Dsid_tables.py35 AMD_REGISTERS = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), "../registers"))
42 return "'" + "', '".join(string) + "', '\\0',"
78 ', '.join(str(idx) for idx in sorted(te[2]))
85 '\n'.join('\t' + fragment for fragment in fragments)
132 ' '.join((str(elt) + ',') for elt in self.table[idxs[i]:idxs[i+1]])
140 '\n'.join(fragments)
/third_party/jerryscript/tools/
H A Dgen-magic-strings.py33 MAGIC_STRINGS_INI = os.path.join(PROJECT_DIR, 'jerry-core', 'lit', 'lit-magic-strings.ini')
34 MAGIC_STRINGS_INC_H = os.path.join(PROJECT_DIR, 'jerry-core', 'lit', 'lit-magic-strings.inc.h')
147 for root, _, files in os.walk(os.path.join(PROJECT_DIR, 'jerry-core')):
151 process_file(os.path.join(root, fname))
196 return ' \\\n|| '.join(' && '.join(g.strip() for g in sorted(guard))
/third_party/node/test/pummel/
H A Dtest-policy-integrity-worker-commonjs.js112 const configDirPath = path.join(
116 const tmpPolicyPath = path.join(
127 const manifestPath = path.join(configDirPath, policyPath);
131 const filePath = path.join(configDirPath, resourcePath);
134 integrity: integrities.join(' '),
214 const enoentFilepath = path.join(tmpdir.path, 'enoent');
H A Dtest-policy-integrity-worker-module.js112 const configDirPath = path.join(
116 const tmpPolicyPath = path.join(
127 const manifestPath = path.join(configDirPath, policyPath);
131 const filePath = path.join(configDirPath, resourcePath);
134 integrity: integrities.join(' '),
214 const enoentFilepath = path.join(tmpdir.path, 'enoent');
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Ddb.js101 'join',
427 let dirPath = fsPath.join(self.outputDir, expression.type);
435 let filePath = fsPath.join(dirPath, sha1sum.digest('hex') + '.json');
455 fsPath.join(this.outputDir, 'index.json'),
464 fs.readFileSync(fsPath.join(outputDir, 'index.json'), 'utf-8'));
476 let path = fsPath.join(
/third_party/node/deps/v8/tools/sanitizers/
H A Dsancov_formatter_test.py26 BUILD_DIR = os.path.join(BASE_DIR, 'out', 'Release')
140 os.path.join('src', 'baz', 'bar.h.json'),
150 os.path.join('src', 'baz.cc.json'),
160 os.path.join('src', 'foo.cc.json'),
177 include=([os.path.join(LOCATION, 'sancov_formatter.py')]))
217 full_path = os.path.join(output_dir, file_name)
/third_party/node/deps/npm/lib/commands/
H A Dconfig.js30 const val = arg.length ? arg.join('=')
193 this.npm.output(out.join('\n'))
243 ${data.split('\n').sort(localeCompare).join('\n').trim()}
250 `.split('\n').join(EOL)
302 }).join('\n')
362 this.npm.output(msg.join('\n').trim())
/third_party/rust/crates/clap/clap_mangen/src/
H A Drender.rs67 line.push(italic(value.join(" ")));
105 header.push(italic(value.join(" ")));
147 roman(possible_values_text.join(", ")),
166 header.push(italic(value.join(" ")));
215 roman(possible_values_text.join(", ")),
322 .join(","); in option_default_values()
/third_party/python/Tools/peg_generator/pegen/
H A Dgrammar.py49 return "\n".join(str(rule) for name, rule in self.rules.items())
59 return "\n".join(lines)
93 return "\n".join(lines)
151 return " | ".join(str(alt) for alt in self.alts)
176 core = " ".join(str(item) for item in self.items)
188 return f"Alt({', '.join(args)})"
/third_party/python/Lib/test/
H A Dmake_ssl_certs.py179 with open(os.path.join('cadir','index.txt'),'a+') as f:
181 with open(os.path.join('cadir','crl.txt'),'a+') as f:
183 with open(os.path.join('cadir','index.txt.attr'),'w+') as f:
186 with open(os.path.join('cadir','serial'), 'w') as f:
282 cert, key = make_cert_key('allsans', sign=True, extra_san='\n'.join(extra_san))
299 cert, key = make_cert_key('idnsans', sign=True, extra_san='\n'.join(extra_san))
/third_party/python/Lib/
H A Dfilecmp.py157 a_path = os.path.join(self.left, x)
158 b_path = os.path.join(self.right, x)
197 a_x = os.path.join(self.left, x)
198 b_x = os.path.join(self.right, x)
273 ax = os.path.join(a, x)
274 bx = os.path.join(b, x)
H A Dstring.py41 word using capitalize, and join the capitalized words using
42 join. If the optional second argument sep is absent or None,
45 sep is used to split and join the words.
48 return (sep or ' ').join(map(str.capitalize, s.split(sep)))
99 colno = i - len(''.join(lines[:-1]))
249 return ''.join(result), auto_arg_index
/third_party/typescript/src/testRunner/unittests/config/
H A DcommandLineParsing.ts6 baseline.push(commandLine.join(" "));
13 baseline.push(parsed.fileNames.join());
20 Harness.Baseline.runBaseline(`config/commandLineParsing/parseCommandLine/${subScenario}.js`, baseline.join("\n"));
197 baseline.push(commandLine.join(" "));
204 baseline.push(parsed.projects.join());
211 Harness.Baseline.runBaseline(`config/commandLineParsing/parseBuildOptions/${subScenario}.js`, baseline.join("\n"));
/third_party/python/Lib/test/test_importlib/
H A Dtest_threaded_import.py208 with open(os.path.join(TESTFN, name + ".py"), "wb") as f:
224 t1.join()
225 t2.join()
236 t.join()
253 fn = os.path.join(os.path.dirname(__file__),
259 fn = os.path.join(os.path.dirname(__file__),
H A Dutil.py37 file_path = os.path.join(path, filename)
109 path = os.path.join(pkg_dir, name + '.py')
159 location = os.path.join(cwd, name)
161 modpath = os.path.join(location, '__init__.py')
373 file_path = os.path.join(file_path, directory)
377 file_path = os.path.join(file_path, name_parts[-1] + '.py')
/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dut_net_policy_callback.cpp181 setPolicyCallback.join(); in HWTEST_F()
209 setPolicyCallback2.join(); in HWTEST_F()
238 setQuotaPolicy.join(); in HWTEST_F()
266 setQuotaPolicy2.join(); in HWTEST_F()
291 setBackgroundPolicy.join(); in HWTEST_F()

Completed in 12 milliseconds

1...<<31323334353637383940>>...249