| /third_party/node/deps/npm/node_modules/@sigstore/tuf/dist/ |
| H A D | client.js | 32 const cachePath = path_1.default.join(options.cachePath, repoName); 62 const targetsPath = path_1.default.join(cachePath, TARGETS_DIR_NAME); 74 const cachedRootPath = path_1.default.join(cachePath, 'root.json'); 94 fs_1.default.writeFileSync(path_1.default.join(cachePath, TARGETS_DIR_NAME, targetName), Buffer.from(target, 'base64')); 108 targetDir: path_1.default.join(options.cachePath, TARGETS_DIR_NAME),
|
| /third_party/libffi/ |
| H A D | install.py | 43 patch_dir = os.path.join(src_path, "patch") 45 src_file = os.path.join(patch_dir, file) 46 dst_file = os.path.join(dst_path, file) 68 tar_file_path = os.path.join(args.source_dir, "libffi-3.4.2.tar.gz") 69 target_dir = os.path.join(args.gen_dir, "libffi-3.4.2")
|
| /third_party/rust/crates/bindgen/book/src/ |
| H A D | non-system-libraries.md | 35 let headers_path = libdir_path.join("hello.h"); 39 let obj_path = libdir_path.join("hello.o"); 41 let lib_path = libdir_path.join("libhello.a"); 59 .arg(libdir_path.join("hello.c")) 100 let out_path = PathBuf::from(env::var("OUT_DIR").unwrap()).join("bindings.rs");
|
| /third_party/python/Tools/freeze/ |
| H A D | checkextensions.py | 13 setup = os.path.join(e, 'Setup') 14 liba = os.path.join(e, 'lib.a') 51 w = os.path.join(e, w) 53 w = w[:2] + os.path.join(e, w[2:]) 69 w = os.path.join(head, tail)
|
| /third_party/skia/third_party/externals/angle2/src/ |
| H A D | commit_id.py | 54 cwd = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..') 55 aosp_angle_path = os.path.join(os.path.dirname('.'), 'external', 'angle') 59 git_dir_exists = os.path.exists(os.path.join(cwd, '.git', 'HEAD')) 72 ref_file_full_path = os.path.join(cwd, '.git', ref_file) 76 packed_refs_full_path = os.path.join(cwd, '.git', 'packed-refs')
|
| /third_party/skia/tests/ |
| H A D | OSPathTest.cpp | 13 * Test SkOSPath::Join, SkOSPath::Basename, and SkOSPath::Dirname. 14 * Will use SkOSPath::Join to append filename to dir, test that it works correctly, 27 // Tests for SkOSPath::Join and SkOSPath::Basename in test_dir_with_file() 30 SkString fullName = SkOSPath::Join(dir.c_str(), filename.c_str()); in test_dir_with_file() 103 SkString emptyPath = SkOSPath::Join(nullptr, nullptr); in DEF_TEST()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | check-symbols.py | 10 IGNORED_SYMBOLS = '|'.join(['_fini', '_init', '_fdata', '_ftext', '_fbss', 27 so = os.path.join (builddir, libs, 'lib%s.%s' % (soname, suffix)) 40 [cxxflit], input='\n'.join (EXPORTED_SYMBOLS).encode () 51 def_path = os.path.join (builddir, soname + '.def') 65 print ('\n'.join (diff_result))
|
| /third_party/skia/third_party/externals/harfbuzz/test/subset/ |
| H A D | run-repack-tests.py | 27 print (hb_subset + ' ' + " ".join(command)) 28 process.stdin.write ((';'.join (command) + '\n').encode ("utf-8")) 48 out_file = os.path.join (tempfile.mkdtemp (), test.font_name + '-subset.ttf') 53 print (' '.join (cli_args)) 57 return fail_test (test, cli_args, "%s failed" % ' '.join (cli_args))
|
| H A D | subset_test_suite.py | 21 return ",".join("%X" % ord(c) for (i, c) in enumerate(self.subset)) 60 data_dir = os.path.join(os.path.dirname(self.test_path), "..") 62 output_dir = os.path.normpath(os.path.join(data_dir, "expected", test_name)) 72 font = os.path.join(self._base_path(), "fonts", font) 74 profile = os.path.join(self._base_path(), "profiles", profile)
|
| /third_party/rust/crates/clap/clap_derive/src/utils/ |
| H A D | doc_comments.rs | 61 let long = paragraphs.join("\n\n"); in format_doc_comment() 64 let short = lines[..first_blank].join("\n"); in format_doc_comment() 65 let long = lines.join("\n"); in format_doc_comment() 77 let short = lines.join("\n"); in format_doc_comment() 125 .join(" ") in merge_lines()
|
| /third_party/vk-gl-cts/external/vulkancts/scripts/ |
| H A D | amber_verify.py | 28 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") 42 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "amber-verify", "{targetName}-{buildType}") 44 DEFAULT_DST_DIR = os.path.join(DEQP_DIR, "external", "vulkancts", "data", "vulkan", "prebuilt") 54 workDir = os.path.join(buildCfg.getBuildDir(), "modules", module.dirName) 59 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", "deqp-vk"))
|
| /base/startup/init/test/moduletest/ |
| H A D | syspara_moduleTest.cpp | 147 std::thread(GetAllParameterTestFunc).join(); in HWTEST_F() 157 std::thread(GetUdidTestFunc, udid, UDID_LEN).join(); in HWTEST_F() 171 std::thread(SetParameterTestFunc, key1, value1).join(); in HWTEST_F() 172 std::thread(SetParameterTestFunc, key2, value2).join(); in HWTEST_F() 173 std::thread(SetParameterTestFunc, key3, value3).join(); in HWTEST_F() 315 std::thread(GetParameterTestReInt, key.c_str(), "", retValue, PARAM_VALUE_LEN_MAX).join(); in HWTEST_F() 318 std::thread(GetParameterTestFuncReStr, key, "").join(); in HWTEST_F() 336 std::thread(ParamSetFun, key1, value1).join(); in HWTEST_F() 340 std::thread(ParamSetFun, key2, "*****").join(); in HWTEST_F() 354 std::thread(TestParameterWatchChange).join(); in HWTEST_F() [all...] |
| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| H A D | rdb_predicates_join_test.cpp | 204 joinTypes.push_back("CROSS JOIN");
in HWTEST_F() 208 EXPECT_EQ("CROSS JOIN book ON(user.userId = book.userId)", predicates.GetJoinClause());
in HWTEST_F() 262 joinTypes.push_back("INNER JOIN");
in HWTEST_F() 318 joinTypes.push_back("LEFT OUTER JOIN");
in HWTEST_F() 369 joinTypes.push_back("LEFT OUTER JOIN");
in HWTEST_F() 405 * @tc.desc: Abnormal testCase of RdbPredicates for LeftOuterJoin, if the join condition is []
414 joinTypes.push_back("LEFT OUTER JOIN");
in HWTEST_F() 434 joinTypes.push_back("LEFT OUTER JOIN");
in HWTEST_F() 464 * @tc.desc: Abnormal testCase of RdbPredicates for LeftOuterJoin, if join count rather than 1
477 std::vector<std::string> joinTypes{ "LEFT OUTER JOIN", "LEF in HWTEST_F() [all...] |
| /third_party/json/tools/serve_header/ |
| H A D | serve_header.py | 42 makefile = os.path.join(test_dir, MAKEFILE) 43 include = os.path.join(test_dir, INCLUDE) 44 single_include = os.path.join(test_dir, SINGLE_INCLUDE) 103 self.include_dir = os.path.abspath(os.path.join(tree_dir, INCLUDE)) 104 self.header = os.path.abspath(os.path.join(tree_dir, SINGLE_INCLUDE, HEADER)) 191 url = os.path.join('/', tree.rel_dir, HEADER) 241 self.observer.join() 258 header = os.path.join('/', HEADER) 259 header_path = os.path.join('/', SINGLE_INCLUDE, HEADER) 262 path = os.path.join(o [all...] |
| /third_party/node/deps/v8/tools/cppgc/ |
| H A D | gen_cmake.py | 346 {' '.join(then_stmts)} 353 {' '.join(then_stmts)} 354 {'else() ' + ' '.join(else_stmts)} 361 {' '.join(then_stmts)} 366 return ''.join(['(', operation, ')']) 372 return ' '.join([OPS[op], right]) 387 return ' '.join([left, OPS[op], right]) 399 return '\n'.join(self.result) 424 {target.cmake}({target.name} {' '.join(source_sets)}) 426 {'target_link_libraries(' + target.name + ' ' + ' '.join(targe [all...] |
| /third_party/node/deps/v8/tools/dev/ |
| H A D | v8gen.py | 50 CONFIG = os.path.join('infra', 'mb', 'mb_config.pyl') 51 GOMA_DEFAULT = os.path.join(os.path.expanduser("~"), 'goma') 55 sys.path.append(os.path.join(TOOLS_PATH, 'mb')) 159 gn_outdir = '/'.join([OUT_DIR, self._options.outdir]) 164 '-u', os.path.join('tools', 'mb', 'mb.py'), 173 gn_args_path = os.path.join(OUT_DIR, self._options.outdir, 'args.gn') 177 'command-line', gn_args_path, '\n'.join(self._gn_args)) 192 print('\n'.join(sorted(self._mbw.builder_groups[self._options.master]))) 209 self.verbose_print_1(' '.join(args)) 222 if os.path.exists(os.path.join(pat [all...] |
| /third_party/python/Lib/ |
| H A D | cgitb.py | 179 rows.append('<tr><td>%s</td></tr>' % small(grey(', '.join(dump)))) 182 %s</table>''' % '\n'.join(rows)) 191 return head + ''.join(frames) + ''.join(exception) + ''' 201 ''.join(traceback.format_exception(etype, evalue, etb))) 253 rows.append('\n'.join(dump)) 254 frames.append('\n%s\n' % '\n'.join(rows)) 261 return head + ''.join(frames) + ''.join(exception) + ''' 267 ''' % ''.join(tracebac [all...] |
| /third_party/skia/buildtools/checkdeps/ |
| H A D | builddeps.py | 67 dir_path = os.path.join(base_directory, os.path.dirname(line)) 102 os.path.join(os.path.dirname(__file__), 112 if os.path.exists(os.path.join(base_directory, '.git')): 114 elif os.path.exists(os.path.join(base_directory, '.svn')): 239 deps_file_path = os.path.join(dir_path_local_abs, 'DEPS') 289 subdir_path_norm = posixpath.join(dir_path_norm, subdir) 307 repo_path = os.path.join(self.base_directory, repo) 312 dir_name = os.path.join(self.base_directory, dir_name) 323 elif not os.path.exists(os.path.join(current_dir, '.svn')): 335 full_name = os.path.join(current_di [all...] |
| /third_party/skia/ |
| H A D | PRESUBMIT.py | 66 '\n'.join(failing_files))) 107 '\n'.join(failing_files))) 137 cmd = ['python', os.path.join('infra', 'bots', 'infra_tests.py')] 142 '`%s` failed:\n%s' % (' '.join(cmd), e.output))) 156 cmd = ['python', os.path.join('bin', 'fetch-gn')] 161 '`%s` failed:\n%s' % (' '.join(cmd), e.output))] 166 gn = os.path.join(input_api.PresubmitLocalPath(), 'bin', gn) 173 '`%s` failed, try\n\t%s' % (' '.join(cmd), fix))) 201 return [output_api.PresubmitError('`%s` failed' % ' '.join(cmd))] 220 script = os.path.join('infr [all...] |
| /base/global/i18n_lite/tools/i18n-dat-tool/src/main/python/ohos/global/i18n/ |
| H A D | generate_dat.py | 42 resource_str = '_'.join(locale_metas.get(resource_id, [])) 65 with open(os.path.join(path, locales_file_name), 'r', encoding='utf-8') as locale_file: 71 with open(os.path.join(path, resource_item_file_name), 'r', encoding='utf-8') as resource_file: 78 with open(os.path.join(path, resource_name), 'r', encoding='utf-8') as item_file: 179 resource_str = '_'.join(resource_vals) 198 resource_path = os.path.join(os.path.dirname(current_file_path), "..", "..", "..", "..", "resource") 203 save_path = os.path.join(*save_path)
|
| /third_party/python/Lib/test/support/ |
| H A D | threading_helper.py | 82 join() method. 107 """Join a thread. Raise an AssertionError if the thread is still alive 112 thread.join(timeout) 114 msg = f"failed to join the thread in {timeout:.1f} seconds" 142 t.join(max(endtime - time.monotonic(), 0.01)) 147 print('Unable to join %d threads during a period of ' 153 raise AssertionError('Unable to join %d threads' % len(started))
|
| /third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
| H A D | retrace_restricted_traces.py | 34 return os.path.join(script_dir, trace) 42 try_path = os.path.join(trace_path, header) 141 with open(os.path.join(script_dir, DEFAULT_TEST_JSON)) as f: 146 binary = os.path.join(args.gn_path, DEFAULT_TEST_SUITE) 155 trace_path = os.path.abspath(os.path.join(args.out_path, trace)) 201 (' '.join(run_args), str(additional_env))) 219 print('\n'.join([' ' + trace for trace in failures]))
|
| /third_party/skia/infra/bots/recipes/ |
| H A D | test.py | 51 api.flavor.create_clean_host_dir(api.path['start_dir'].join('test')) 59 host_hashes_file = api.vars.tmp_dir.join(hash_filename) 214 api.path['start_dir'].join('skia'), 215 api.path['start_dir'].join('skia', 'infra', 'bots', 'assets', 217 api.path['start_dir'].join('skia', 'infra', 'bots', 'assets', 219 api.path['start_dir'].join('skia', 'infra', 'bots', 'assets', 221 api.path['start_dir'].join('tmp', 'uninteresting_hashes.txt')
|
| /third_party/rust/crates/rust-openssl/openssl-sys/build/ |
| H A D | find_normal.rs | 20 if openssl_dir.join("lib64").exists() { in get_openssl() 21 lib_dirs.push(openssl_dir.join("lib64")); in get_openssl() 23 if openssl_dir.join("lib").exists() { in get_openssl() 24 lib_dirs.push(openssl_dir.join("lib")); in get_openssl() 28 let include_dir = include_dir.unwrap_or_else(|| openssl_dir.join("include")); in get_openssl() 41 let homebrew = Path::new(dir).join(format!("opt/{}", version)); in resolve_with_wellknown_homebrew_location() 64 let include_openssl = root_dir.join("include/openssl"); in resolve_with_wellknown_location()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
| H A D | scons_app.py | 53 self.proj_root = os.path.realpath(os.path.join(__file__, '..', '..', '..')) 62 dirs = os.listdir(os.path.join(self.proj_root, 'app')) 64 return os.path.join('app', self.app_name) 108 app_scons = os.path.join(self.proj_root, self.app_root, 'SConscript') 112 self.app_cfg_file = os.path.join(self.proj_root, self.app_root, 'app.json') 132 incs.append(os.path.join('#', inc));
|