| /third_party/node/tools/inspector_protocol/lib/ |
| H A D | ValueConversions_h.template | 7 #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 D | sbom.js | 38 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 D | install.js | 7 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 D | headers.js | 93 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 D | utils.py | 78 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 D | log.js | 17 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 D | path-reservations.js | 12 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 D | mcast-lib.sh | 102 # 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 D | stress.c | 206 /* 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 D | default-job.cc | 95 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 D | vk_entrypoints.py | 63 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 D | checkextensions_win32.py | 60 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 D | test_grep.py | 64 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 D | test_msvc9compiler.py | 144 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 D | test_upload.py | 118 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 D | reprlib.py | 59 typename = '_'.join(parts) 75 s = ', '.join(pieces) 123 s = ', '.join(pieces)
|
| /third_party/python/Lib/lib2to3/fixes/ |
| H A D | fix_imports.py | 62 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 D | makeSubmit.py | 47 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 D | gen_mtl_internal_shaders.py | 60 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 D | extract.py | 28 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 D | streamname.py | 85 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 D | run-tests.py | 7 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 D | test_asdl_parser.py | 17 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 D | main.go | 63 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 D | sanitize_source_files.py | 34 full_item_path = os.path.join(directory, item) 63 old_content = ''.join(lines) 64 new_content = ''.join(new_lines)
|