Home
last modified time | relevance | path

Searched full:join (Results 351 - 375 of 8027) sorted by relevance

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

/third_party/python/Tools/stringbench/
H A Dstringbench.py16 sys.stdout.write(' '.join(str(s) for s in args) + '\n')
672 #### Benchmark join
679 @bench('"A".join("")',
680 "join empty string, with 1 character sep", 100)
684 sep_join = sep.join
688 @bench('"ABCDE".join("")',
689 "join empty string, with 5 character sep", 100)
693 sep_join = sep.join
697 @bench('"A".join("ABC..Z")',
698 "join strin
[all...]
/third_party/libabigail/tests/
H A Druntestfedabipkgdiff.py.in47 (['--from', 'fc20', os.path.join(INPUT_DIR,
65 ([os.path.join(INPUT_DIR, 'packages/dbus-glib/0.100.2/2.fc20/x86_64/dbus-glib-0.100.2-2.fc20.x86_64.rpm'),
66 os.path.join(INPUT_DIR, 'packages/dbus-glib/0.106/1.fc23/x86_64/dbus-glib-0.106-1.fc23.x86_64.rpm')],
70 ([os.path.join(INPUT_DIR, 'dbus-glib/dbus-glib-0.100.2-2.fc20.x86_64.rpm'),
71 os.path.join(INPUT_DIR, 'dbus-glib/dbus-glib-0.106-1.fc23.x86_64.rpm')],
75 ([os.path.join(INPUT_DIR, 'nss-util/nss-util-3.12.6-1.fc14.x86_64.rpm'),
76 os.path.join(INPUT_DIR, 'nss-util/nss-util-3.24.0-2.0.fc25.x86_64.rpm')],
117 reference_report_path = os.path.join(TEST_SRC_DIR, reference_report_path)
118 output_path = os.path.join(TEST_BUILD_DIR, output_path)
136 sys.stderr.write('command was: ' + ' '.join(cm
[all...]
/third_party/node/test/sequential/
H A Dtest-watch-mode.mjs27 const file = path.join(basename, `${tmpFiles++}${ext}`);
120 const dir = path.join(tmpdir.path, 'subdir1');
141 const dir = path.join(tmpdir.path, 'subdir2');
143 const file = path.join(dir, 'non-existing.js');
159 const dir = path.join(tmpdir.path, 'subdir3');
161 const file = path.join(dir, 'non-existing.js');
300 const nonExistingfile = path.join(tmpdir.path, `${tmpFiles++}.js`);
307 const nonExistingfile = path.join(tmpdir.path, `${tmpFiles++}.mjs`);
314 const dependency = path.join(tmpdir.path, `${tmpFiles++}.js`);
325 const dependency = path.join(tmpdi
[all...]
H A Dtest-fs-opendir-recursive.js71 fs.writeFileSync(pathModule.join(path, fileOrDir), '');
73 const dirPath = pathModule.join(path, fileOrDir[0]);
84 const symlinksRootPath = pathModule.join(testDir, 'symlinks');
85 const symlinkTargetFile = pathModule.join(symlinksRootPath, 'symlink-target-file');
86 const symlinkTargetDir = pathModule.join(symlinksRootPath, 'symlink-target-dir');
90 fs.symlinkSync(symlinkTargetFile, pathModule.join(symlinksRootPath, 'symlink-src-file'));
91 fs.symlinkSync(symlinkTargetDir, pathModule.join(symlinksRootPath, 'symlink-src-dir'));
/third_party/node/deps/npm/test/fixtures/
H A Dmock-npm.js24 obj[key] = tap.fixture('symlink', path.join('..', value.content))
35 `Received the following top level entries: ${Object.keys(globalDir).join(', ')}.`
116 joinedOutput: () => outputs.map(o => o.join(' ')).join('\n'),
198 prefix: path.join(dir, 'prefix'),
199 cache: path.join(dir, 'cache'),
200 globalPrefix: path.join(dir, 'global'),
201 home: path.join(dir, 'home'),
202 other: path.join(dir, 'other'),
308 .join('\
[all...]
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_loader.py49 defines="\n".join(defines),
50 function_pointers="\n".join(var_protos),
94 function_pointers="\n".join(var_defs),
95 set_pointers="\n".join(setters),
122 path = os.path.join("..", "src", "libEGL")
219 path = os.path.join("..", "util")
227 path = os.path.join("..", "src", "tests", "restricted_traces")
256 path = os.path.join("..", "util", "windows")
282 print(','.join(inputs))
284 print(','.join(output
[all...]
/foundation/communication/dsoftbus/tests/sdk/bus_center/demo/bus_center/
H A Djoin_lnn_demo.c19 * @brief Provides the sample code for device join and leave lnn
62 // Device B is found by coap or ble, we can get it's addr info before join lnn. in main()
71 * 1. Device A calls JoinLNN() to Join Lnn with B. in main()
74 printf("[demo]join lnn result = %d\n", ret); in main()
77 * 2. When finish join lnn, device A return the lnn result via OnJoinLnnDone(). in main()
/third_party/node/test/parallel/
H A Dtest-policy-parse-integrity.js23 const tmpdirPath = path.join(tmpdir.path, 'test-policy-parse-integrity');
27 const policyFilepath = path.join(tmpdirPath, 'policy');
29 const parentFilepath = path.join(tmpdirPath, 'parent.js');
32 const depFilepath = path.join(tmpdirPath, 'dep.js');
44 const packageFilepath = path.join(tmpdirPath, 'package.json');
H A Dtest-runner-import-no-scheme.js32 const packageRoot = path.join(tmpdir.path, 'node_modules', 'test');
33 const reportersDir = path.join(tmpdir.path, 'node_modules', 'test', 'reporters');
34 const indexFile = path.join(packageRoot, 'index.js');
35 const reportersIndexFile = path.join(reportersDir, 'index.js');
62 const dummyFile = path.join(tmpdir.path, 'file.js');
H A Dtest-repl-save-load.js26 const join = require('path').join;
51 const saveFileName = join(tmpdir.path, 'test.save.js');
61 testFile.join('\n'));
82 let loadFile = join(tmpdir.path, 'file.does.not.exist');
106 const invalidFileName = join(tmpdir.path, '\0\0\0\0\0');
136 `${cmds.join('\n')}\n`);
/third_party/python/Tools/peg_generator/scripts/
H A Ddownload_pypi_packages.py23 with open(os.path.join("data", f"{filename}.json"), "r") as f:
29 path = os.path.join("data", f"{filename}.json")
35 urlretrieve(url, os.path.join("data", f"{package_name}.json"))
46 urlretrieve(url, os.path.join("data", "pypi", filename))
63 os.mkdir(os.path.join("data", "pypi"))
/third_party/python/Lib/distutils/tests/
H A Dtest_text_file.py42 # result 5: strip comments and blanks, plus join lines (but don't
46 # result 6: strip comments and blanks, plus join lines (and
55 filename = os.path.join(tmpdir, "test.txt")
92 test_input(5, "join lines without collapsing", in_file, result5)
99 test_input(6, "join lines with collapsing", in_file, result6)
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
H A Drun-subset-fuzzer-tests.py21 return 'error: timeout, ' + ' '.join (command), 1
27 hb_subset_fuzzer = os.path.join (top_builddir, "hb-subset-fuzzer" + EXEEXT)
48 path = os.path.join(parent_path, file)
68 run_dir (os.path.join (srcdir, "..", "subset", "data", "fonts"))
69 run_dir (os.path.join (srcdir, "fonts"))
/third_party/typescript/tests/baselines/reference/
H A Des2018IntlAPIs.symbols12 console.log(Intl.PluralRules.supportedLocalesOf(locales, options).join(', '));
16 >Intl.PluralRules.supportedLocalesOf(locales, options).join : Symbol(Array.join, Decl(lib.es5.d.ts, --, --))
24 >join : Symbol(Array.join, Decl(lib.es5.d.ts, --, --))
H A Des2018IntlAPIs.types18 console.log(Intl.PluralRules.supportedLocalesOf(locales, options).join(', '));
19 >console.log(Intl.PluralRules.supportedLocalesOf(locales, options).join(', ')) : void
23 >Intl.PluralRules.supportedLocalesOf(locales, options).join(', ') : string
24 >Intl.PluralRules.supportedLocalesOf(locales, options).join : (separator?: string) => string
33 >join : (separator?: string) => string
/third_party/skia/infra/bots/recipe_modules/build/
H A Dandroid.py11 skia_dir = checkout_root.join('skia')
35 'ndk': quote(api.vars.workdir.join(ndk_path)),
65 gn_args = ' '.join('%s=%s' % (k,v) for (k,v) in sorted(args.items()))
66 gn = skia_dir.join('bin', 'gn')
70 script=skia_dir.join('bin', 'fetch-gn'),
/third_party/skia/infra/bots/assets/armhf_sysroot/
H A Dcreate.py38 os.path.join(target_dir, 'gcc-cross'))
42 os.path.join(target_dir, 'lib'))
44 os.path.join(target_dir, 'lib'))
51 bad_libpthread = os.path.join(target_dir, "lib", "libpthread.so")
58 bad_libc = os.path.join(target_dir, "lib", "libc.so")
/third_party/skia/infra/bots/
H A Dtest_utils.py26 dname = os.path.join(self._cwd, dname)
32 fname = os.path.join(self._cwd, fname)
39 fname = os.path.join(self._cwd, fname)
57 pathA = os.path.join(a, prefix, f)
58 pathB = os.path.join(b, prefix, f)
H A Dzip_utils_test.py24 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input'))
33 fw.write(os.path.join('subdir', 'd.txt'), 0o640)
45 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input'))
47 fw.write(os.path.join('.git', 'index'))
59 fw.remove(os.path.join('.git', 'index'))
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DPaint.java70 public enum Join { enum in Paint
75 private Join(int nativeInt) { in Join() method in Paint.Join
80 public Paint setStrokeJoin(Join join) { in setStrokeJoin() argument
81 nSetStrokeJoin(mNativeInstance, join.nativeInt); in setStrokeJoin()
/applications/standard/photos/common/src/main/ets/default/utils/
H A DLog.ts74 return HiLog.debug(DOMAIN, TAG, className + COLON + this.join(...args));
78 return HiLog.info(DOMAIN, TAG, className + COLON + this.join(...args));
82 return HiLog.warn(DOMAIN, TAG, className + COLON + this.join(...args));
86 return HiLog.error(DOMAIN, TAG, className + COLON + this.join(...args));
90 return HiLog.fatal(DOMAIN, TAG, className + COLON + this.join(...args));
118 static join(...args): string {
126 return args.join(SEPARATOR);
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dphotos_clone.h90 INNER JOIN PhotoMap \
92 INNER JOIN Photos \
100 INNER JOIN PhotoMap \
102 INNER JOIN Photos \
111 LEFT JOIN PhotoAlbum \
120 LEFT JOIN PhotoAlbum \
143 INNER JOIN Photos \
/test/testfwk/developer_test/local_coverage/automate_execute/
H A Dbuild_part.py26 all_system_info_path = os.path.join(
44 repo_config_path = os.path.join(code_path, ".repo/manifests.git/.repo_config.json")
77 bundle_json_path = os.path.join(code_path, part_json.get(part_str, {}).get("path", [""])[0], "bundle.json")
88 test_str = " ".join([i.strip("//") for i in test_path])
108 start_path = os.path.join(developer_test, "start.sh")
122 developer_test_path = os.path.join(root_path, "test/testfwk/developer_test")
123 build_before_path = os.path.join(
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbuild_tree.py14 return all(os.path.isdir(os.path.join(path, subdir))
19 return all(os.path.isdir(os.path.join(path, subdir))
38 return os.path.join(root, "core")
42 return os.path.join(root, "library")
72 os.path.join(os.path.pardir, os.path.pardir)]:
87 + [os.path.join(*([os.path.pardir]*i)) for i in range(2, 10)]:
88 d = os.path.abspath(os.path.join(path, d))
/third_party/node/deps/v8/
H A D.ycm_extra_conf.py52 return os.path.exists(os.path.join(*args))
70 nextdir = os.path.normpath(os.path.join(curdir, '..'))
74 return os.path.join(curdir, 'v8')
95 v8_flags = ['-I' + os.path.join(v8_root)]
115 filename = os.path.join(v8_root, 'src', 'utils', 'utils.cc')
117 sys.path.append(os.path.join(v8_root, 'tools', 'vim'))
151 abs_path = os.path.normpath(os.path.join(out_dir, flag[2:]))

Completed in 15 milliseconds

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