Home
last modified time | relevance | path

Searched full:join (Results 826 - 850 of 7856) sorted by relevance

1...<<31323334353637383940>>...315

/third_party/node/deps/npm/node_modules/cacache/lib/
H A Dverify.js113 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 Dtest_gyp.py24 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 Ddefault-input.js28 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 Dmarkers.py89 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 D4-2.c245 /* 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 D4-1.c312 /* 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 D4-2.c289 /* 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 D4-3.c300 /* 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 DAnyPath.java98 * <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 DmakeSpec31 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 DSkStrokerPriv.cpp167 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 DGrAAConvexTessellator.h37 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__.py107 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 Didna.py22 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 Dgenerate_def_files.py83 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 Dcheckdeps_test.py23 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 Dtest_mount.rs43 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 Dgen_release_info.py94 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 Drun_code_generation.py18 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 Dbuffer_manager_utest.cpp116 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 Dkeyword_filter.py50 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 Dcpp_driver_lite.py142 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 Dbuffer_manager_utest.cpp116 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 Downer.js79 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.py72 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...]

Completed in 16 milliseconds

1...<<31323334353637383940>>...315