/third_party/node/deps/npm/node_modules/cacache/lib/ |
H A D | verify.js | 113 const files = await glob(path.join(contentDir, '**'), { 129 const digest = split.slice(split.length - 3).join('') 243 return rm(path.join(cache, 'tmp'), { recursive: true, force: true }) 247 const verifile = path.join(cache, '_lastverified') 255 const data = await readFile(path.join(cache, '_lastverified'), { encoding: 'utf8' })
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/ |
H A D | test_gyp.py | 24 result.extend([os.path.join(root, f) for f in files if is_test_name(f)]) 82 extra_path = os.pathsep.join(extra_path) 162 print(" Linux %s" % " ".join(platform.linux_distribution())) 225 print("\n".join(f" {line}" for line in stdout.splitlines())) 251 print("\t" + "\n\t".join(sorted(self.failures)))
|
/third_party/node/deps/npm/node_modules/init-package-json/lib/ |
H A D | default-input.js | 28 const dp = path.join(dirname, 'node_modules', dir, 'package.json') 86 return invalid(`Sorry, ${errors.join(' and ')}.`) 173 const d = await fs.readdir(path.join(dirname, 'node_modules')).catch(() => []) 234 data = data.join(' ') 261 return invalid(`Sorry, ${errors.join(' and ')}.`)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | markers.py | 89 return " ".join(inner) 91 return "(" + " ".join(inner) + ")" 93 return " ".join([m.serialize() for m in marker]) 112 spec = Specifier("".join([op.serialize(), rhs])) 188 "python_version": ".".join(platform.python_version_tuple()[:2]),
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
H A D | 4-2.c | 245 /* Now stop the threads and join them */ in main() 252 UNRESOLVED(ret, "Signal 1 sender thread join failed"); in main() 255 UNRESOLVED(ret, "Signal 2 sender thread join failed"); in main() 259 UNRESOLVED(ret, "Waiter thread join failed"); in main() 263 UNRESOLVED(ret, "Worker thread join failed"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
H A D | 4-1.c | 312 /* Now stop the threads and join them */ in main() 319 UNRESOLVED(ret, "Signal 1 sender thread join failed"); in main() 322 UNRESOLVED(ret, "Signal 2 sender thread join failed"); in main() 325 UNRESOLVED(ret, "Waiter thread join failed"); in main() 328 UNRESOLVED(ret, "Worker thread join failed"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
H A D | 4-2.c | 289 /* Now stop the threads and join them */ in main() 296 UNRESOLVED(ret, "Signal 1 sender thread join failed"); in main() 299 UNRESOLVED(ret, "Signal 2 sender thread join failed"); in main() 302 UNRESOLVED(ret, "Waiter thread join failed"); in main() 305 UNRESOLVED(ret, "Worker thread join failed"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
H A D | 4-3.c | 300 /* Now stop the threads and join them */ in main() 307 UNRESOLVED(ret, "Signal 1 sender thread join failed"); in main() 310 UNRESOLVED(ret, "Signal 2 sender thread join failed"); in main() 313 UNRESOLVED(ret, "Worker thread join failed"); in main() 316 UNRESOLVED(ret, "Waiter thread join failed"); in main()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | AnyPath.java | 98 * <li>{@code "xx".join("xx") == "xxxx"} 99 * <li>{@code "xx".join("x?") == "xx(x)?"} 102 public AnyPath join(AnyPath other) { in join() method in AnyPath 123 * {@code p.factor(q).join(q)} is equivalent to {@code p}. This is useful when trying to 125 * exists (e.g. {@code "xx(xx)?".factor("x?")} fails because there is no way to join anything
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
H A D | makeSpec | 31 print("'" + "' '".join(args) + "'") 90 versions = 'VERSIONS={}'.format(' '.join(versionDict[results.version])) 125 title += ' and ' + ', '.join(sorted(extraexts)) 127 title += 'with ' + ', '.join(sorted(extraexts)) 162 args.append(f'EXTENSIONS={" ".join(sorted(exts))}')
|
/third_party/skia/src/core/ |
H A D | SkStrokerPriv.cpp | 167 check if we're trying to join an upright right angle in MiterJoiner() 228 SkStrokerPriv::JoinProc SkStrokerPriv::JoinFactory(SkPaint::Join join) { in JoinFactory() argument 233 SkASSERT((unsigned)join < SkPaint::kJoinCount); in JoinFactory() 234 return gJoiners[join]; in JoinFactory()
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrAAConvexTessellator.h | 37 SkPaint::Join join = SkPaint::Join::kBevel_Join, in GrAAConvexTessellator() 42 , fJoin(join) in GrAAConvexTessellator() 284 SkPaint::Join fJoin;
|
/third_party/skia/third_party/externals/markupsafe/ |
H A D | __init__.py | 107 def join(self, seq): member in Markup 108 return self.__class__(text_type.join(self, map(self.escape, seq))) 109 join.__doc__ = text_type.join.__doc__ 153 stripped = u' '.join(_striptags_re.sub('', self).split())
|
/third_party/python/Lib/encodings/ |
H A D | idna.py | 22 label = "".join(newlabel) 177 # Join with U+002E 214 return ".".join(result)+trailing_dot, len(input) 241 # Join with U+002E 286 result = ".".join(result) + trailing_dot
|
/third_party/skia/third_party/externals/abseil-cpp/ |
H A D | generate_def_files.py | 83 subprocess.check_call([gn, 'gen', out_dir, '--args=' + ' '.join(gn_args)], 93 os.path.join(out_dir, 'obj', 'third_party', 'abseil-cpp')): 95 obj_files.extend((os.path.join(root, f) for f in matched_files)) 143 def_file = os.path.join('third_party', 'abseil-cpp', 146 def_file = os.path.join('third_party', 'abseil-cpp',
|
/third_party/skia/buildtools/checkdeps/ |
H A D | checkdeps_test.py | 23 base_directory=os.path.join(os.path.dirname(__file__), '..', '..')) 29 os.path.join(self.deps_checker.base_directory, 101 os.path.join(self.deps_checker.base_directory, 114 os.path.join('buildtools', 'checkdeps', 'testdata', 'allowed')) 120 os.path.join(self.deps_checker.base_directory,
|
/third_party/rust/crates/nix/test/ |
H A D | test_mount.rs | 43 let test_path = tempdir.path().join("test"); in test_mount_tmpfs_without_flags_allows_rwx() 112 File::create(tempdir.path().join("test")) in test_mount_rdonly_disallows_write() 134 let test_path = tempdir.path().join("test"); in test_mount_noexec_disallows_exec() 191 .open(mount_point.path().join(file_name)) in test_mount_bind() 203 File::open(tempdir.path().join(file_name)) in test_mount_bind()
|
/third_party/vk-gl-cts/framework/qphelper/ |
H A D | gen_release_info.py | 94 defaultGitDir = os.path.normpath(os.path.join(curDir, "..", "..", ".git")) 95 defaultGlslGitDir = os.path.normpath(os.path.join(curDir, "..", "..", "external", "glslang", "src", ".git")) 96 defaultSpirvToolsGitDir = os.path.normpath(os.path.join(curDir, "..", "..", "external", "spirv-tools", "src", ".git")) 97 defaultSpirvHeadersGitDir = os.path.normpath(os.path.join(curDir, "..", "..", "external", "spirv-headers", "src", ".git")) 98 defaultDstFile = os.path.join(curDir, "qpReleaseInfo.inl")
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | run_code_generation.py | 18 root_dir = os.path.abspath(os.path.join(script_dir, '..')) 27 return os.path.dirname(os.path.abspath(os.path.join(root_dir, script))) 38 return os.path.relpath(os.path.join(os.path.dirname(script_path), relative_path), root_dir) 201 hash_fname = os.path.join(hash_dir, file) 268 hash_fname = os.path.join(hash_dir, fname)
|
/drivers/peripheral/camera/test/ut/buffer_manager/ |
H A D | buffer_manager_utest.cpp | 116 enqueueThread.join(); in HWTEST_F() 121 consumerThread.join(); in HWTEST_F() 138 user1.join(); in HWTEST_F() 139 user2.join(); in HWTEST_F() 259 task.join(); in HWTEST_F() 336 dispatchBufferTask.join(); in HWTEST_F() 337 acquireBufferTask.join(); in HWTEST_F() 338 returnBufferTask.join(); in HWTEST_F() 373 enqueueThread.join(); in HWTEST_F() 764 collectThread_->join(); in StopStream() [all...] |
/test/testfwk/developer_test/local_coverage/keyword_registration/ |
H A D | keyword_filter.py | 50 file_path = os.path.join(root_path, file) 61 css_file_path = os.path.join(root_path, file) 81 os.path.normcase(os.path.join(os.path.dirname(gcov_file_path), file_name)) 85 os.path.normcase(os.path.join(self.report_path, file_name)) 96 os.path.join(os.path.dirname(__file__), "keyword.json")) 324 origin_branch_html = os.path.join(origin_branch_html, "\n") 758 source_code_tag_html = "\n".join(source_code_tag_list) 759 update_source_code_tag_html = "\n".join( 813 pool.join() 936 developer_path = os.path.join(home_pat [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | cpp_driver_lite.py | 142 execute_dir = "/storage" + "/".join(bin_file.split("/")[0:-1]) 144 execute_dir = "/".join(bin_file.split("/")[0:-1]) 285 report_path = os.path.join(self.config.report_path, "result") 291 os.path.join(report_path, "%s.xml" % execute_bin), 299 os.remove(os.path.join(os.path.split( 304 self.result = "%s.xml" % os.path.join(request.config.report_path, 412 result_dir = os.path.join(request.config.report_path, "result") 429 localpath=os.path.join(os.path.split( 439 shutil.copy(filepath, os.path.join(os.path.split(self.result)[0], report_xml)) 467 file_path = os.path.join(report_pat [all...] |
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/ |
H A D | buffer_manager_utest.cpp | 116 enqueueThread.join(); in HWTEST_F() 121 consumerThread.join(); in HWTEST_F() 138 user1.join(); in HWTEST_F() 139 user2.join(); in HWTEST_F() 259 task.join(); in HWTEST_F() 336 dispatchBufferTask.join(); in HWTEST_F() 337 acquireBufferTask.join(); in HWTEST_F() 338 returnBufferTask.join(); in HWTEST_F() 373 enqueueThread.join(); in HWTEST_F() 764 collectThread_->join(); in StopStream() [all...] |
/third_party/node/deps/npm/test/lib/commands/ |
H A D | owner.js | 79 t.match(joinedOutput(), maintainers.map(m => `${m.name} <${m.email}>`).join('\n')) 143 t.match(joinedOutput(), maintainers.map(m => `${m.name} <${m.email}>`).join('\n')) 487 chdir: ({ prefix }) => path.join(prefix, 'workspace-a'), 491 t.match(joinedOutput(), maintainers.map(m => `${m.name} <${m.email}>`).join('\n')) 503 t.match(joinedOutput(), maintainers.map(m => `${m.name} <${m.email}>`).join('\n')) 509 chdir: ({ prefix }) => path.join(prefix, 'workspace-a'), 513 t.match(joinedOutput(), maintainers.map(m => `${m.name} <${m.email}>`).join('\n')) 525 t.match(joinedOutput(), maintainers.map(m => `${m.name} <${m.email}>`).join('\n')) 531 chdir: ({ prefix }) => path.join(prefix, 'workspace-a'), 591 chdir: ({ prefix }) => path.join(prefi [all...] |
/third_party/python/Lib/distutils/ |
H A D | _msvccompiler.py | 72 os.path.join(root, "Microsoft Visual Studio", "Installer", "vswhere.exe"), 82 path = os.path.join(path, "VC", "Auxiliary", "Build") 106 vcvarsall = os.path.join(best_dir, "vcvarsall.bat") 155 fn = os.path.join(os.path.abspath(p), exe) 308 return os.path.join(output_dir, base + ext_map[ext]) 381 rc_file = os.path.join(rc_dir, base + '.rc') 426 log.debug('Executing "%s" %s', self.lib, ' '.join(lib_args)) 464 output_filename = os.path.join(output_dir, output_filename) 483 implib_file = os.path.join( 496 log.debug('Executing "%s" %s', self.linker, ' '.join(ld_arg [all...] |