Home
last modified time | relevance | path

Searched full:join (Results 1476 - 1500 of 7679) sorted by relevance

1...<<51525354555657585960>>...308

/third_party/node/tools/inspector_protocol/lib/
H A DValueConversions_h.template7 #ifndef {{"_".join(config.protocol.namespace)}}_ValueConversions_h
8 #define {{"_".join(config.protocol.namespace)}}_ValueConversions_h
200 #endif // !defined({{"_".join(config.protocol.namespace)}}_ValueConversions_h)
/third_party/node/deps/npm/lib/commands/
H A Dsbom.js38 throw this.usageError(`Must specify --sbom-format flag with one of: ${SBOM_FORMATS.join(', ')}.`)
80 new Error([...errors].join(EOL)),
113 selector = wsNodes.map(ws => `#${ws.name},#${ws.name} *${omits}`).join(',')
H A Dinstall.js7 const { resolve, join } = require('path')
71 const contents = await readdir(join(partialPath, sibling))
88 return [join(partialPath, matches[0])]
/third_party/node/deps/npm/node_modules/minipass-fetch/lib/
H A Dheaders.js93 return this[MAP][key].join(', ')
222 : kind === 'value' ? k => headers[MAP][k].join(', ')
223 : k => [k.toLowerCase(), headers[MAP][k].join(', ')]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dutils.py78 release_segment = ".".join(str(x) for x in parsed.release)
86 parts.append("".join(str(x) for x in parsed.pre))
100 return "".join(parts)
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Dlog.js17 return `\x1b[${codes.join(';')}m${str}\x1b[0m`
154 const prefix = prefixParts.join(' ').trim() + ' '
157 this.#stream.write(lines.join('\n') + '\n')
/third_party/node/deps/npm/node_modules/tar/lib/
H A Dpath-reservations.js12 const { join } = require('path')
31 path = join(set[set.length - 1], path)
126 return stripSlashes(join(normalize(p))).toLowerCase()
/third_party/ltp/testcases/network/stress/multicast/grp-operation/
H A Dmcast-lib.sh102 # Run a multicast join tool
131 # Run a multicast join tool
155 # Run a multicast join tool
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
H A Dstress.c206 /* Join the threads */ in main()
210 UNRESOLVED(ret, "Failed to join a thread"); in main()
216 UNRESOLVED(ret, "Failed to join a thread"); in main()
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-job.cc95 void DefaultJobState::Join() { in Join() function in v8::platform::DefaultJobState
223 void DefaultJobHandle::Join() { in Join() function in v8::platform::DefaultJobHandle
224 state_->Join(); in Join()
/third_party/mesa3d/src/vulkan/util/
H A Dvk_entrypoints.py63 return ', '.join(p.decl for p in self.params[start:])
66 return ', '.join(p.name for p in self.params[start:])
116 decl=''.join(p.itertext()),
/third_party/python/Tools/freeze/
H A Dcheckextensions_win32.py60 defaultMapName = os.path.join( os.path.split(sys.argv[0])[0], "extensions_win32.ini")
94 dsp = os.path.join( os.path.split(mapFileName)[0], dsp)
142 ret.append( win32api.GetFullPathName(os.path.join(dsp_path, fields[1] ) ) )
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_grep.py64 self.assertIn(os.path.join(os.curdir, filename), filelist)
69 readme = os.path.join(self.path, 'README.txt')
92 grepfile = os.path.join(parent, 'grep.py')
/third_party/python/Lib/distutils/tests/
H A Dtest_msvc9compiler.py144 manifest = os.path.join(tempdir, 'manifest')
158 content = '\n'.join([line.rstrip() for line in f.readlines()])
168 manifest = os.path.join(tempdir, 'manifest')
H A Dtest_upload.py118 path = os.path.join(tmp, 'xxx')
167 path = os.path.join(tmp, 'xxx')
195 path = os.path.join(tmp, 'xxx')
/third_party/python/Lib/
H A Dreprlib.py59 typename = '_'.join(parts)
75 s = ', '.join(pieces)
123 s = ', '.join(pieces)
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_imports.py62 return "(" + "|".join(map(repr, members)) + ")"
66 mod_list = ' | '.join(["module_name='%s'" % key for key in mapping])
97 return "|".join(build_pattern(self.mapping))
/third_party/vk-gl-cts/external/vulkan-docs/src/config/
H A DmakeSubmit.py47 f'EXTENSIONS="{ws.join(sorted(extensions))}"',
82 print('echo Required extensions:', ' '.join(sorted(required)))
83 print('echo Dependent extensions:', ' '.join(sorted(extraexts)))
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
H A Dgen_mtl_internal_shaders.py60 clang = os.path.join('..', '..', '..', '..', '..', 'third_party', 'llvm-build',
84 print(','.join(inputs))
86 print(','.join(outputs))
/third_party/skia/third_party/externals/dawn/scripts/
H A Dextract.py28 CheckedJoin returns os.path.join(output, path). It does sanity checks to
35 return os.path.join(output, path)
109 stamp_path = os.path.join(output, ".dawn_archive_digest")
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dstreamname.py85 seg = ''.join(replace_if_invalid(ch, i == 0) for i, ch in enumerate(seg))
108 normalized = _STREAM_SEP.join(
191 '&'.join(('s=%s' % (urllib.parse.quote('%s/%s' % (project, path), ''))
/third_party/skia/third_party/externals/harfbuzz/test/shape/
H A Drun-tests.py7 print (hb_shape + ' ' + " ".join(command))
8 process.stdin.write ((';'.join (command) + '\n').encode ("utf-8"))
80 fontfile = os.path.normpath (os.path.join (cwd, fontfile))
/third_party/python/Lib/test/
H A Dtest_asdl_parser.py17 parser_dir = os.path.join(src_base, 'Parser')
29 'asdl', os.path.join(parser_dir, 'asdl.py'))
34 cls.mod = cls.asdl.parse(os.path.join(parser_dir, 'Python.asdl'))
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/
H A Dmain.go63 defPath := filepath.Join(projectRoot, defProjectRelPath)
96 tmplPath := filepath.Join(projectRoot, relTmplPath)
112 abspath := filepath.Join(filepath.Dir(tmplPath), relpath)
/third_party/skia/tools/
H A Dsanitize_source_files.py34 full_item_path = os.path.join(directory, item)
63 old_content = ''.join(lines)
64 new_content = ''.join(new_lines)

Completed in 9 milliseconds

1...<<51525354555657585960>>...308