/third_party/benchmark/tools/gbench/ |
H A D | report.py | 400 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/test/parallel/ |
H A D | test-fs-realpath.js | 55 return path.join(tmpDir, p); 58 const targetsAbsDir = path.join(tmpDir, 'targets'); 63 fs.mkdirSync(path.join(targetsAbsDir, 'nested-index')); 64 fs.mkdirSync(path.join(targetsAbsDir, 'nested-index', 'one')); 65 fs.mkdirSync(path.join(targetsAbsDir, 'nested-index', 'two')); 162 .relative(path.join(targetsAbsDir, 'nested-index', 'one'), 164 const linkPath1 = path.join(targetsAbsDir, 172 const entry = path.join(targetsAbsDir, 194 const path1b = path.join(targetsAbsDir, 'nested-index', 'one'); 195 const linkPath1b = path.join(path1 [all...] |
H A D | test-fs-writefile-with-fd.js | 10 const join = require('path').join; 17 const filename = join(tmpdir.path, 'test.txt'); 49 const file = join(tmpdir.path, 'test1.txt'); 71 const file = join(tmpdir.path, 'test.txt'); 83 const file = join(tmpdir.path, 'test.txt');
|
H A D | test-repl-mode.js | 22 assert.strictEqual(cli.output.accumulator.join(''), '> 3\n> '); 26 assert.strictEqual(cli.output.accumulator.join(''), 'undefined\n> '); 33 assert.match(cli.output.accumulator.join(''), 38 assert.strictEqual(cli.output.accumulator.join(''), 'undefined\n> '); 61 assert.strictEqual(cli.output.accumulator.join(''), '> 3\n> '); 65 assert.strictEqual(cli.output.accumulator.join(''), 'undefined\n> ');
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/ |
H A D | photo_album_clone.h | 61 LEFT JOIN PhotoMap \
63 LEFT JOIN Photos AS P1 \
65 LEFT JOIN Photos AS P2 \
72 LEFT JOIN PhotoMap \
74 LEFT JOIN Photos AS P1 \
76 LEFT JOIN Photos AS P2 \
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_predicates.h | 43 * @brief Obtains the join clause in the predicates.
48 * @brief Adds a {@code cross join} condition to a SQL statement.
53 * @brief Adds an {@code inner join} condition to a SQL statement.
58 * @brief Adds a {@code left outer join} condition to a SQL statement.
76 RdbPredicates *Join(int join, const std::string &tableName);
|
/third_party/node/deps/npm/node_modules/text-table/ |
H A D | index.js | 25 return c + Array(size).join(' '); 42 var s = Array(Math.max(n + 1, 1)).join(' '); 47 return Array(Math.ceil(n / 2 + 1)).join(' ') 48 + c + Array(Math.floor(n / 2 + 1)).join(' ') 53 }).join(hsep).replace(/\s+$/, ''); 54 }).join('\n');
|
/third_party/python/Tools/scripts/ |
H A D | linktree.py | 38 linkname = os.path.join(newtree, link) 40 os.symlink(os.path.join(os.pardir, oldtree), linkname) 59 oldname = os.path.join(old, name) 60 linkname = os.path.join(link, name) 61 newname = os.path.join(new, name) 73 linkname = os.path.join(os.pardir,
|
/third_party/skia/src/gpu/tessellate/ |
H A D | StrokeFixedCountTessellator.h | 42 // Returns the fixed number of edges that are always emitted with the given join type. If the 43 // join is round, the caller needs to account for the additional radial edges on their own. 44 // Specifically, each join always emits: 47 // and a half-width edge to begin the join). 52 // * A half-width edge at the end of the join that will be colocated with the first 55 constexpr static int NumFixedEdgesInJoin(SkPaint::Join joinType) { in NumFixedEdgesInJoin()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | recursiveReverseMappedType.symbols | 20 function join<T>(l: Recur<T>[]): Recur<T> {
21 >join : Symbol(join, Decl(recursiveReverseMappedType.ts, 4, 30))
40 const x: Recur<T> | undefined = join(l);
44 >join : Symbol(join, Decl(recursiveReverseMappedType.ts, 4, 30))
|
/third_party/skia/third_party/externals/freetype/builds/meson/ |
H A D | generate_reference_docs.py | 43 include_dir = os.path.join(args.input_dir, "include") 44 include_config_dir = os.path.join(include_dir, "config") 45 include_cache_dir = os.path.join(include_dir, "cache") 48 glob.glob(os.path.join(args.input_dir, "include", "freetype", "*.h")) 50 os.path.join( 55 os.path.join(
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | extra.rs | 24 join: proc_macro::Span, 36 join: group.span(), 53 pub fn join(&self) -> Span { in join() functions 56 DelimSpanEnum::Compiler { join, .. } => Span::_new(imp::Span::Compiler(*join)), in join() 82 Debug::fmt(&self.join(), f) in fmt()
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | capture_replay_tests.py | 104 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 D | test_unistd.rs | 111 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/mbedtls/scripts/ |
H A D | generate_psa_constants.py | 246 return '\n '.join(map(self._make_return_case, 250 return '\n '.join(map(self._make_return_case, 254 return '\n '.join(map(self._make_return_case, 258 return '\n '.join(map(self._make_append_case, 276 return ''.join([make(k, d[k]) for k in sorted(d.keys())]) 281 return ''.join([make(k, d[k]) for k in sorted(d.keys())]) 284 return '\n '.join(map(self._make_return_case, 288 return '\n '.join(map(self._make_return_case, 292 return '\n '.join(map(self._make_append_case, 304 return ''.join([mak [all...] |
/third_party/ninja/misc/ |
H A D | write_fake_manifests.py | 49 return '_'.join(name) 74 return os.path.sep.join([ 80 return [(os.path.join(self.src_dir, path, s + '.cc'), 81 os.path.join('obj', path, '%s.%s.o' % (name, s))) 95 self.ninja_file_path = os.path.join( 99 self.output = os.path.join('lib' + self.name + '.a') 101 self.output = os.path.join(self.name) 111 compile_depends = os.path.join( 154 cc_path = os.path.join(root_dir, cc_filename) 260 with FileWriter(os.path.join(root_di [all...] |
/third_party/node/deps/npm/test/lib/commands/ |
H A D | exec.js | 47 '1.0.0': path.join(npm.prefix, 'npm-exec-test'), 51 const exists = await fs.stat(path.join(npm.prefix, 'npm-exec-test-success')) 84 '1.0.0': path.join(npm.prefix, 'npm-exec-test'), 88 const exists = await fs.stat(path.join(npm.prefix, 'npm-exec-test-success')) 127 '1.0.0': path.join(npm.prefix, 'npm-exec-test'), 131 const exists = await fs.stat(path.join(npm.prefix, 'workspace-a', 'npm-exec-test-success')) 161 const exists = await fs.stat(path.join(npm.prefix, 'workspace-a', 'npm-exec-test-success')) 163 t.rejects(fs.stat(path.join(npm.prefix, 'npm-exec-test-fail'))) 212 '1.0.0': path.join(npm.prefix, 'subdep', 'one'), 213 '2.0.0': path.join(np [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | gen_blit11helper.py | 163 get_blitshader_dimension_cases="\n".join([c for c in dimension_cases]), 295 path = os.path.join("Blit11Helper_autogen.inc") 307 path = os.path.join("d3d11_blit_shaders_autogen.gni") 322 print ','.join(inputs) 324 print ','.join(outputs) 344 write_inc_file("\n".join([d for d in blitshadertype_cases]), "\n".join( 345 [c for c in map_blitshader_cases]), "\n".join([i for i in shader_includes]), "\n".join( 346 [e for e in blitshaderop_enums]), "\n".join([ [all...] |
/third_party/python/Lib/test/ |
H A D | test_py_compile.py | 57 self.source_path = os.path.join(self.directory, '_test.py') 135 bad_coding = os.path.join(os.path.dirname(__file__), 'bad_coding2.py') 159 weird_path = os.path.join(self.directory, 'foo.bar.py') 165 os.path.join(penultimate_tail, tail), 166 os.path.join( 198 bad_coding = os.path.join(os.path.dirname(__file__), 'bad_coding2.py') 225 self.source_path = os.path.join(self.directory, '_test.py') 262 bad_syntax = os.path.join(os.path.dirname(__file__), 'badsyntax_3131.py') 269 bad_syntax = os.path.join(os.path.dirname(__file__), 'badsyntax_3131.py') 276 should_not_exists = os.path.join(o [all...] |
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/ |
H A D | perf_puppeteer_render_skps_test.go | 50 fi, err := os.Stat(filepath.Join(benchmarkPath, "out")) 60 require.NoError(t, ioutil.WriteFile(filepath.Join(skps, "first_skp"), []byte("doesnt matter"), 0777)) 88 "--input_skp", filepath.Join(skps, "first_skp"), 101 require.NoError(t, ioutil.WriteFile(filepath.Join(skps, "desk_carsvg.skp"), []byte("doesnt matter"), 0777)) 134 require.NoError(t, ioutil.WriteFile(filepath.Join(skps, "first_skp"), []byte("doesnt matter"), 0777)) 162 "--input_skp", filepath.Join(skps, "first_skp"), 176 require.NoError(t, ioutil.WriteFile(filepath.Join(skps, "first_skp"), []byte("doesnt matter"), 0777)) 205 "--input_skp", filepath.Join(skps, "first_skp"), 219 err = writeFilesToDisk(filepath.Join(input, "out"), map[string]string{ 239 outputFile := filepath.Join(outpu [all...] |
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | isolated-reifier.js | 6 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 D | build_py.py | 107 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...] |
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/main/ |
H A D | gitee_rest_api.js | 91 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 D | plot.py | 33 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 D | astc_test_image_dl.py | 32 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)
|