/third_party/skia/platform_tools/android/apps/skottie/ |
H A D | skottie_metric.sql | 12 INNER JOIN thread_track ON (thread_track.id = slice.track_id) 23 INNER JOIN thread_track ON (thread_track.id = slice.track_id) 24 INNER JOIN thread ON (thread.utid = thread_track.utid) 37 INNER JOIN thread_track ON (thread_track.id = slice.track_id) 38 INNER JOIN thread ON (thread.utid = thread_track.utid) 39 INNER JOIN test_start_ts ON (test_start_ts.process_upid = thread.upid) 51 INNER JOIN thread_track ON (thread_track.id = slice.track_id) 52 INNER JOIN thread ON (thread.utid = thread_track.utid) 53 INNER JOIN test_start_ts ON (slice.ts >= test_start_ts.test_start AND slice.ts <= test_start_ts.test_end) 66 INNER JOIN thread_trac [all...] |
/third_party/node/test/parallel/ |
H A D | test-fs-cp.mjs | 18 import { join } from 'path'; 28 return join(tmpdir.path, `copy_${++dirc}`); 68 mkdirSync(join(src, 'a', 'b'), mustNotMutateObjectDeep({ recursive: true })); 69 writeFileSync(join(src, 'README.md'), 'hello world', 'utf8'); 72 const initialStat = lstatSync(join(dest, 'README.md')); 76 const finalStat = lstatSync(join(dest, 'README.md')); 85 writeFileSync(join(dest, 'README.md'), '# Goodbye', 'utf8'); 88 const content = readFileSync(join(dest, 'README.md'), 'utf8'); 97 const destFile = join(dest, 'a/b/README2.md'); 109 writeFileSync(join(sr [all...] |
H A D | test-fs-rm.js | 17 path.join(tmpdir.path, `${name}-${count++}`); 30 fs.writeFileSync(path.join(dirname, 'text.txt'), 'hello', 'utf8'); 35 fs.writeFileSync(path.join(dirname, `f-${depth}-${f}`), '', options); 42 path.join(dirname, `link-${depth}-good`), 49 path.join(dirname, `link-${depth}-bad`), 57 path.join(dirname, `link-${depth}-loop-${y}`), 64 fs.writeFileSync(path.join(dirname, '[a-z0-9].txt'), '', options); 73 path.join(dirname, `folder-${depth}-${f}`), 80 path.join(dirname, `d-${depth}-${f}`), 131 path.join(tmpdi [all...] |
H A D | test-module-loading-globalpaths.js | 21 const prefixPath = path.join(tmpdir.path, 'install'); 25 testExecPath = path.join(prefixPath, path.basename(process.execPath)); 27 const prefixBinPath = path.join(prefixPath, 'bin'); 29 testExecPath = path.join(prefixBinPath, path.basename(process.execPath)); 49 const noPkgHomeDir = path.join(tmpdir.path, 'home-no-pkg'); 60 const modHomeDir = path.join(testFixturesDir, 'home-pkg-in-node_modules'); 65 const libHomeDir = path.join(testFixturesDir, 'home-pkg-in-node_libraries'); 70 const bothHomeDir = path.join(testFixturesDir, 'home-pkg-in-both'); 77 const prefixLibPath = path.join(prefixPath, 'lib'); 79 const prefixLibNodePath = path.join(prefixLibPat [all...] |
/third_party/node/deps/npm/node_modules/env-paths/ |
H A D | index.js | 10 const library = path.join(homedir, 'Library'); 13 data: path.join(library, 'Application Support', name), 14 config: path.join(library, 'Preferences', name), 15 cache: path.join(library, 'Caches', name), 16 log: path.join(library, 'Logs', name), 17 temp: path.join(tmpdir, name) 22 const appData = env.APPDATA || path.join(homedir, 'AppData', 'Roaming'); 23 const localAppData = env.LOCALAPPDATA || path.join(homedir, 'AppData', 'Local'); 27 data: path.join(localAppData, name, 'Data'), 28 config: path.join(appDat [all...] |
/third_party/node/deps/openssl/openssl/Configurations/ |
H A D | windows-makefile.tmpl | 4 ## {- join("\n## ", @autowarntext) -} 50 LIBS={- join(" ", map { ( platform->sharedlib_import($_), platform->staticlib($_) ) } @{$unified_info{libraries}}) -} 51 SHLIBS={- join(" ", map { platform->sharedlib($_) // () } @{$unified_info{libraries}}) -} 52 SHLIBPDBS={- join(" ", map { platform->sharedlibpdb($_) // () } @{$unified_info{libraries}}) -} 60 join(" ", @MODULES) -} 61 MODULEPDBS={- join(" ", map { platform->dsopdb($_) } @{$unified_info{modules}}) -} 69 join(" ", map { platform->dso($_) } @fipsmodules) -} 71 join(", ", map { basename(platform->dso($_)) } @fipsmodules) -} 72 PROGRAMS={- our @PROGRAMS = map { platform->bin($_) } @{$unified_info{programs}}; join(" ", @PROGRAMS) -} 73 PROGRAMPDBS={- join(" ", ma [all...] |
H A D | descrip.mms.tmpl | 3 ## {- join("\n## ", @autowarntext) -} 108 join(',', @{$target{lib_defines}}, @{$target{shared_defines}}, 118 join(' ', $target{lib_asflags} || (), @{$config{lib_asflags}}, 121 join('', $target{lib_cppflags} || (), $target{shared_cppflags} || (), 129 our $lib_cflags = join('', @lib_cflags, @lib_cflags_cont ); 130 our $lib_cflags_no_inst = join('', @lib_cflags_no_inst, @lib_cflags_cont ); 132 join('', $target{lib_lflags} || (), $target{shared_ldflag} || (), 135 our $lib_ex_libs = join('', @cnf_ex_libs, '$(EX_LIBS)'); 144 join(',', @{$target{dso_defines}}, @{$target{module_defines}}, 151 join(' ', [all...] |
/third_party/openssl/Configurations/ |
H A D | windows-makefile.tmpl | 4 ## {- join("\n## ", @autowarntext) -} 50 LIBS={- join(" ", map { ( platform->sharedlib_import($_), platform->staticlib($_) ) } @{$unified_info{libraries}}) -} 51 SHLIBS={- join(" ", map { platform->sharedlib($_) // () } @{$unified_info{libraries}}) -} 52 SHLIBPDBS={- join(" ", map { platform->sharedlibpdb($_) // () } @{$unified_info{libraries}}) -} 60 join(" ", @MODULES) -} 61 MODULEPDBS={- join(" ", map { platform->dsopdb($_) } @{$unified_info{modules}}) -} 69 join(" ", map { platform->dso($_) } @fipsmodules) -} 71 join(", ", map { basename(platform->dso($_)) } @fipsmodules) -} 72 PROGRAMS={- our @PROGRAMS = map { platform->bin($_) } @{$unified_info{programs}}; join(" ", @PROGRAMS) -} 73 PROGRAMPDBS={- join(" ", ma [all...] |
H A D | descrip.mms.tmpl | 3 ## {- join("\n## ", @autowarntext) -} 108 join(',', @{$target{lib_defines}}, @{$target{shared_defines}}, 118 join(' ', $target{lib_asflags} || (), @{$config{lib_asflags}}, 121 join('', $target{lib_cppflags} || (), $target{shared_cppflags} || (), 129 our $lib_cflags = join('', @lib_cflags, @lib_cflags_cont ); 130 our $lib_cflags_no_inst = join('', @lib_cflags_no_inst, @lib_cflags_cont ); 132 join('', $target{lib_lflags} || (), $target{shared_ldflag} || (), 135 our $lib_ex_libs = join('', @cnf_ex_libs, '$(EX_LIBS)'); 144 join(',', @{$target{dso_defines}}, @{$target{module_defines}}, 151 join(' ', [all...] |
/third_party/python/Lib/test/ |
H A D | test_shutil.py | 76 If *path* is a tuple instead of a string, os.path.join will be used to 81 path = os.path.join(*path) 98 chunk = b"".join([random.choice(string.ascii_letters).encode() 108 If *path* is a tuple instead of a string, os.path.join will be used to 113 path = os.path.join(*path) 122 p = os.path.join(path, name) 191 victim = os.path.join(tmp, 'killme') 193 write_file(os.path.join(victim, 'somefile'), 'foo') 201 dir_ = os.path.join(tmp, 'dir') 203 link = os.path.join(tm [all...] |
H A D | test_glob.py | 15 return os.path.normpath(os.path.join(self.tempdir, *parts)) 18 return [os.path.join(self.tempdir, *parts) for parts in tuples] 42 os.symlink(os.path.join('a', 'bcd'), self.norm('sym3')) 57 pattern = os.path.join(*parts) 58 p = os.path.join(self.tempdir, pattern) 75 self.assertCountEqual([os.path.join(self.tempdir, x) for x in res2], 118 res = glob.glob(os.path.join(os.curdir, '*')) 123 res = glob.glob(os.path.join(os.fsencode(os.curdir), b'*')) 311 join = os.path.join [all...] |
/third_party/jerryscript/tests/jerry/ |
H A D | array-prototype-join.js | 15 assert ([].join() === ""); 16 assert ([1].join() === "1"); 17 assert ([1, 2].join() === "1,2"); 20 assert ([].join('--') === ""); 21 assert ([1].join("--") === "1"); 22 assert ([1, 2].join('--') === "1--2"); 24 assert ([1,2,3].join({toString: function() { return "--"; }}) === "1--2--3"); 27 // Join should use 'length' to as the number of elements int the array. 30 assert (lst.join() === [1,2,3].join()); [all...] |
/third_party/jerryscript/tools/ |
H A D | settings.py | 20 PROJECT_DIR = path.normpath(path.join(TOOLS_DIR, '..')) 21 DEBUGGER_TESTS_DIR = path.join(PROJECT_DIR, 'tests/debugger') 22 JERRY_TESTS_DIR = path.join(PROJECT_DIR, 'tests/jerry') 23 JERRY_TEST_SUITE_DIR = path.join(PROJECT_DIR, 'tests/jerry-test-suite') 24 JERRY_TEST_SUITE_MINIMAL_LIST = path.join(PROJECT_DIR, 'tests/jerry-test-suite/minimal-profile-list') 25 TEST262_TEST_SUITE_DIR = path.join(PROJECT_DIR, 'tests/test262') 27 BUILD_SCRIPT = path.join(TOOLS_DIR, 'build.py') 28 CPPCHECK_SCRIPT = path.join(TOOLS_DIR, 'check-cppcheck.sh') 29 DEBUGGER_CLIENT_SCRIPT = path.join(PROJECT_DIR, 'jerry-debugger/jerry_client.py') 30 DEBUGGER_TEST_RUNNER_SCRIPT = path.join(TOOLS_DI [all...] |
/foundation/arkui/ace_engine/build/tools/ |
H A D | build_js.py | 33 interface_target_path = os.path.join(target_out_path, "interface") 38 third_party_target_path = os.path.join(target_out_path, "third_party") 43 parse5_target_path = os.path.join(third_party_target_path, "parse5") 46 weex_loader_target_path = os.path.join(third_party_target_path, "weex-loader") 49 js2bundle_target_path = os.path.join(target_out_path, "developtools") 53 js2bundle_target_path = os.path.join(js2bundle_target_path, "ace_js2bundle") 55 js2bundle_target_path = os.path.join(js2bundle_target_path, "ace-loader") 58 js2bundle_node_modules_target_path = os.path.join(js2bundle_target_path, "node_modules") 62 target_i18n_path = os.path.join(js2bundle_target_path, "sample", "rich", "i18n") 65 source_i18n_path = os.path.join(project_pat [all...] |
/third_party/node/test/es-module/ |
H A D | test-esm-extension-lookup-deprecation.mjs | 14 const cwd = path.join(tmpdir.path, Math.random().toString()); 15 const pkgPath = path.join(cwd, './node_modules/pkg/'); 17 await writeFile(path.join(pkgPath, './index.js'), 'console.log("Hello World!")'); 18 await writeFile(path.join(pkgPath, './package.json'), JSON.stringify({ 32 const cwd = path.join(tmpdir.path, Math.random().toString()); 33 const pkgPath = path.join(cwd, './node_modules/pkg/'); 35 await writeFile(path.join(pkgPath, './index.js'), 'console.log("Hello World!")'); 36 await writeFile(path.join(pkgPath, './package.json'), JSON.stringify({ 37 main: path.join(pkgPath, './index.js'), 51 const cwd = path.join(tmpdi [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | declFileMethods.types | 27 return a + rests.join("");
28 >a + rests.join("") : string
30 >rests.join("") : string
31 >rests.join : (separator?: string) => string
33 >join : (separator?: string) => string
76 return a + rests.join("");
77 >a + rests.join("") : string
79 >rests.join("") : string
80 >rests.join : (separator?: string) => string
82 >join [all...] |
/third_party/python/Mac/BuildScript/ |
H A D | build-installer.py | 92 os.path.join(SRCDIR, 'configure'), 'PACKAGE_VERSION') 104 fn = os.path.join(SRCDIR, 'Include', 'patchlevel.h') 120 DEPSRC = os.path.join(WORKDIR, 'third-party') 288 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')), 306 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')), 355 shellQuote(os.path.join(WORKDIR, 'libraries')), 356 shellQuote(os.path.join(WORKDIR, 'libraries')), 579 libfw = os.path.join('/', fwpth) 580 usrfw = os.path.join(os.getenv('HOME'), fwpth) 762 return os.path.join(builddi [all...] |
/third_party/jerryscript/targets/curie_bsp/ |
H A D | setup.py | 28 'src': os.path.join('targets', 'curie_bsp', 'jerry_app', 'arc'), 32 'src': os.path.join('targets', 'curie_bsp', 'jerry_app', 'include'), 36 'src': os.path.join('targets', 'curie_bsp', 'jerry_app', 'quark'), 41 'link_name': os.path.join('quark', 'jerryscript') 46 src = os.path.join(jerry_path, link['src']) 47 link_name = os.path.join(project_path, link['link_name']) 58 src_dir = os.path.join(root_dir, sub_dir) 63 file_path = os.path.join(root, filename) 79 for sub_dir in ['jerry-core', 'jerry-libm', os.path.join('targets', 'curie_bsp', 'source')]: 81 path = os.path.join('jerryscrip [all...] |
/third_party/skia/infra/bots/recipe_modules/build/ |
H A D | chromebook.py | 16 skia_dir = checkout_root.join('skia') 26 clang_linux = os.path.join(top_level, 'clang_linux') 28 sysroot_dir = os.path.join(top_level, 'armhf_sysroot') 31 'cc': "%s" % os.path.join(clang_linux, 'bin','clang'), 32 'cxx': "%s" % os.path.join(clang_linux, 'bin','clang++'), 46 gl_dir = os.path.join(top_level, 'chromebook_arm_gles') 47 env = {'LD_LIBRARY_PATH': os.path.join(sysroot_dir, 'lib')} 59 '-I%s' % os.path.join(gl_dir, 'include'), 60 '-I%s' % os.path.join(sysroot_dir, 'include'), 61 '-I%s' % os.path.join(sysroot_di [all...] |
/third_party/node/test/wasi/ |
H A D | test-wasi-symlinks.js | 11 const wasmDir = path.join(__dirname, 'wasm'); 21 const modulePath = path.join(wasmDir, `${process.argv[3]}.wasm`); 40 const sandbox = path.join(tmpdir.path, 'sandbox'); 41 const sandboxedFile = path.join(sandbox, 'input.txt'); 42 const externalFile = path.join(tmpdir.path, 'outside.txt'); 43 const sandboxedDir = path.join(sandbox, 'subdir'); 44 const sandboxedSymlink = path.join(sandboxedDir, 'input_link.txt'); 45 const escapingSymlink = path.join(sandboxedDir, 'outside.txt'); 46 const loopSymlink1 = path.join(sandboxedDir, 'loop1'); 47 const loopSymlink2 = path.join(sandboxedDi [all...] |
/third_party/typescript/scripts/ |
H A D | produceLKG.mjs | 10 const root = path.join(__dirname, "..");
11 const source = path.join(root, "built/local");
12 const dest = path.join(root, "lib");
13 const copyright = fs.readFileSync(path.join(__dirname, "../CopyrightNotice.txt"), "utf-8");
35 const fileName = path.join(source, d);
40 await fs.copy(fileName, path.join(dest, d));
50 const protocolScript = path.join(__dirname, "buildProtocol.mjs");
55 const protocolInput = path.join(__dirname, "../src/server/protocol.ts");
56 const protocolServices = path.join(source, "typescriptServices.d.ts");
57 const protocolOutput = path.join(des [all...] |
/third_party/skia/infra/bots/assets/valgrind/ |
H A D | create.py | 24 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir)) 32 TEMP_DIR = os.path.join(tempfile.gettempdir(), 'skia-%s' % VALGRIND) 33 INSTALL_DIR = os.path.join(TEMP_DIR, 'valgrind_install') 58 if os.path.isfile(os.path.join(INSTALL_DIR, 'bin', 'valgrind')): 60 with utils.chdir(os.path.join(TEMP_DIR, VALGRIND)): 67 with utils.chdir(os.path.join(TEMP_DIR, VALGRIND)): 68 os.mkdir(os.path.join(target_dir, 'bin')) 69 shutil.copy(os.path.join(INSTALL_DIR, 'bin', 'valgrind'), 70 os.path.join(target_dir, 'bin', 'valgrind')) 71 os.mkdir(os.path.join(target_di [all...] |
/third_party/python/Lib/distutils/tests/ |
H A D | test_install_data.py | 17 cmd.install_dir = inst = os.path.join(pkg_dir, 'inst') 22 one = os.path.join(pkg_dir, 'one') 24 inst2 = os.path.join(pkg_dir, 'inst2') 25 two = os.path.join(pkg_dir, 'two') 38 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo))) 40 self.assertTrue(os.path.exists(os.path.join(inst, rone))) 50 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo))) 51 self.assertTrue(os.path.exists(os.path.join(inst, rone))) 55 cmd.root = os.path.join(pkg_dir, 'root') 56 inst3 = os.path.join(cm [all...] |
/third_party/unity/test/ |
H A D | rakefile_helper.rb | 70 "\"#{strings.join}\"" 100 [ File.join('..','src') ].each do |f| 106 [ $extra_paths, 'src', File.join('tests'), File.join('testdata'), $cfg[:paths][:support] ].flatten.uniq.compact.each do |f| 138 out_file = File.join('build', File.basename(file, C_EXTENSION)) + $cfg[:extension][:object] 145 exe_name = File.join('build', File.basename(exe_name)) 151 bin_name = File.join('build', File.basename(bin_name)) 184 results_glob = File.join('build','*.test*') 192 test_results = File.join('build',test_base) 206 src_files = Dir[File.join(' [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_predicates.cpp | 36 * Adds a {@code cross join} condition to a SQL statement.
40 return Join(JoinType::CROSS, tableName);
in CrossJoin() 44 * Adds an {@code inner join} condition to a SQL statement.
48 return Join(JoinType::INNER, tableName);
in InnerJoin() 52 * Adds a {@code left outer join} condition to a SQL statement.
56 return Join(JoinType::LEFT, tableName);
in LeftOuterJoin() 61 RdbPredicates *RdbPredicates::Join(int join, const std::string &tableName)
in Join() argument 64 LOG_WARN("RdbPredicates join failed: table name is null or empty.");
in Join() 68 joinTypes.push_back(GetGrammar(join));
in Join() [all...] |