/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | build_spirv_binaries.py | 31 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") 45 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "spirv-binaries", "{targetName}-{buildType}") 47 DEFAULT_DST_DIR = os.path.join(DEQP_DIR, "external", "vulkancts", "data", "vulkan", "prebuilt") 57 binFiles = [f for f in os.listdir(dstPath) if os.path.isfile(os.path.join(dstPath, f)) and fnmatch.fnmatch(f, "*.spv")] 60 print("Removing %s" % os.path.join(dstPath, binFile)) 61 os.remove(os.path.join(dstPath, binFile)) 65 workDir = os.path.join(buildCfg.getBuildDir(), "modules", module.dirName) 70 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", "vk-build-programs"))
|
/third_party/weex-loader/deps/weex-scripter/test/ |
H A D | require-parse.js | 15 var absolutePath = path.join(__dirname, '../node_modules/md5/md5.js') 28 var absolutePath = path.join(__dirname, '../node_modules/md5/md5.js') 41 var absolutePath = path.join(__dirname, '../lib/fix.js') 54 var absolutePath = path.join(__dirname, '../lib/fix.js') 67 var absolutePath = path.join(__dirname, '../test/fix.js') 80 var absolutePath = path.join(__dirname, '../test/fix.js') 113 var absolutePathA = path.join(__dirname, '../node_modules/md5/md5.js') 115 var absolutePathB = path.join(__dirname, '../test/fix.js')
|
/build/scripts/ |
H A D | ninja_rules_parser.py | 25 subninja_build_file = os.path.join(build_dir, subninja_build_file) 133 build_file = os.path.join(os.path.dirname(toolchain_ninja_file), 135 write_file(build_file, '{}\n\n'.format('\n'.join(targets_list))) 141 ninja_build_file = os.path.join(build_dir, 'build.ninja') 163 variants_toolchain_info_file = os.path.join(build_dir, 168 ninja_build_file = os.path.join(build_dir, 'build.ninja') 182 toolchain_ninja_file = os.path.join(build_dir, toolchain_name, 201 if not os.path.exists(os.path.join(source_root_dir, '.gn')): 204 build_dir = os.path.join(source_root_dir, args.root_build_dir)
|
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/definitions/ |
H A D | definition.js | 86 const exclusive = !this.exclusive ? '' : `\nThis config can not be used with: \`${this.exclusive.join('`, `')}\`` 141 description = `<${types.filter(d => d).join('|')}>` 173 const words = [descriptions.join(', ')].concat(last).join(oxford) 210 return !match ? s.trim() : s.split(match[0]).join('\n').trim() 219 const join = last.length && last.length + right.length > cols ? '\n' : ' ' 220 return left + join + right 244 .join('\n* ') 250 .join('\n\n')
|
/third_party/mindspore/ |
H A D | build_helper.py | 119 md5_path = os.path.join(out_path, pf.replace(".patch", ".md5")) 121 f.write(compute_md5(os.path.join(folder_path, pf))) 139 if not os.path.exists(os.path.join(patch_path, md5_file.replace(".md5", ".patch"))): 141 with open(os.path.join(md5_path, md5_file), 'r') as f: 143 if (origin_v != compute_md5(os.path.join(patch_path, md5_file.replace(".md5", ".patch")))): 149 if not os.path.exists(os.path.join(out_src_path, ".status")): 166 md5_dir = os.path.join(out_src_path, "patches_md5") 173 if os.path.exists(os.path.join(out_src_path, ".status")): 174 print("patch files not changed and " + os.path.join(out_src_path, ".status") + " exists.")
|
/third_party/skia/third_party/externals/tint/tools/ |
H A D | run_tests.py | 93 failure_reason = "{}".format("".join(map(chr, 172 os.path.join(os.path.dirname(__file__), '..')) 177 default=os.path.join(base_path, 'out', 'Debug'), 180 default=os.path.join(os.path.dirname(__file__), '..', 187 default=os.path.join(base_path, 'tools', 'known_tint_failures'), 202 os.path.join(self.options.build_dir, 'tint')) 219 input_path = os.path.join(self.options.test_dir, filename) 231 input_path = os.path.join(file_dir, input_filename) 240 os.path.join(self.options.test_dir, failure_filename))
|
/third_party/protobuf/js/ |
H A D | gulpfile.js | 57 exec(protoc + ' --js_out=one_output_file_per_input_file,binary:. -I ../src -I . ' + wellKnownTypes.join(' '), 66 exec(protoc + ' --js_out=library=testproto_libs1,binary:. -I ../src -I . ' + group1Protos.join(' '), 75 exec(protoc + ' --experimental_allow_proto3_optional --js_out=library=testproto_libs2,binary:. -I ../src -I . -I commonjs ' + group2Protos.join(' '), 84 exec('mkdir -p commonjs_out && ' + protoc + ' --js_out=import_style=commonjs,binary:commonjs_out -I ../src ' + wellKnownTypes.join(' '), 93 exec('mkdir -p commonjs_out && ' + protoc + ' --js_out=import_style=commonjs,binary:commonjs_out -I ../src -I commonjs -I . ' + group1Protos.join(' '), 102 exec('mkdir -p commonjs_out && ' + protoc + ' --experimental_allow_proto3_optional --js_out=import_style=commonjs,binary:commonjs_out -I ../src -I commonjs -I . ' + group2Protos.join(' '), 111 exec('mkdir -p commonjs_out/node_modules/google-protobuf && ' + protoc + ' --js_out=import_style=commonjs,binary:commonjs_out/node_modules/google-protobuf -I ../src ' + wellKnownTypes.join(' '), 120 exec(protoc + ' --js_out=import_style=commonjs,binary:. -I ../src ' + wellKnownTypes.join(' '), 128 exec('mkdir -p commonjs_out && ' + protoc + ' --js_out=import_style=commonjs_strict,binary:commonjs_out -I ../src -I commonjs -I . ' + group3Protos.join(' '),
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
H A D | api.py | 79 self._skia_dir = self.m.path['start_dir'].join('skia') 117 self.m.path['start_dir'].join('skia', 'resources'), 136 actual_version_file = self.m.path.join(tmp_dir, version_file) 159 self.m.path.join(self.m.vars.tmp_dir, VERSION_FILE_SK_IMAGE), 173 self.m.path.join(self.m.vars.tmp_dir, VERSION_FILE_LOTTIE), 187 self.m.path.join(self.m.vars.tmp_dir, VERSION_FILE_SKP), 201 self.m.path.join(self.m.vars.tmp_dir, VERSION_FILE_SVG), 215 self.m.path.join(self.m.vars.tmp_dir, VERSION_FILE_MSKP), 229 self.m.path.join(self.m.vars.tmp_dir, VERSION_FILE_TEXTTRACES),
|
/third_party/node/test/parallel/ |
H A D | test-fs-writefile-with-fd.js | 10 const join = require('path').join; 17 const filename = join(tmpdir.path, 'test.txt'); 49 const file = join(tmpdir.path, 'test1.txt'); 71 const file = join(tmpdir.path, 'test.txt'); 83 const file = join(tmpdir.path, 'test.txt');
|
H A D | test-repl-mode.js | 22 assert.strictEqual(cli.output.accumulator.join(''), '> 3\n> '); 26 assert.strictEqual(cli.output.accumulator.join(''), 'undefined\n> '); 33 assert.match(cli.output.accumulator.join(''), 38 assert.strictEqual(cli.output.accumulator.join(''), 'undefined\n> '); 61 assert.strictEqual(cli.output.accumulator.join(''), '> 3\n> '); 65 assert.strictEqual(cli.output.accumulator.join(''), 'undefined\n> ');
|
H A D | test-fs-symlink-longpath.js | 11 const longPath = path.join(...[tmpDir].concat(Array(30).fill('1234567890'))); 15 const targetDirectory = path.join(longPath, 'target-directory'); 17 const pathDirectory = path.join(tmpDir, 'new-directory'); 22 const targetFile = path.join(longPath, 'target-file'); 24 const pathFile = path.join(tmpDir, 'new-file');
|
/third_party/node/deps/npm/node_modules/text-table/ |
H A D | index.js | 25 return c + Array(size).join(' '); 42 var s = Array(Math.max(n + 1, 1)).join(' '); 47 return Array(Math.ceil(n / 2 + 1)).join(' ') 48 + c + Array(Math.floor(n / 2 + 1)).join(' ') 53 }).join(hsep).replace(/\s+$/, ''); 54 }).join('\n');
|
/third_party/python/Tools/scripts/ |
H A D | linktree.py | 38 linkname = os.path.join(newtree, link) 40 os.symlink(os.path.join(os.pardir, oldtree), linkname) 59 oldname = os.path.join(old, name) 60 linkname = os.path.join(link, name) 61 newname = os.path.join(new, name) 73 linkname = os.path.join(os.pardir,
|
/third_party/skia/src/gpu/tessellate/ |
H A D | StrokeFixedCountTessellator.h | 42 // Returns the fixed number of edges that are always emitted with the given join type. If the 43 // join is round, the caller needs to account for the additional radial edges on their own. 44 // Specifically, each join always emits: 47 // and a half-width edge to begin the join). 52 // * A half-width edge at the end of the join that will be colocated with the first 55 constexpr static int NumFixedEdgesInJoin(SkPaint::Join joinType) { in NumFixedEdgesInJoin()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | recursiveReverseMappedType.symbols | 20 function join<T>(l: Recur<T>[]): Recur<T> {
21 >join : Symbol(join, Decl(recursiveReverseMappedType.ts, 4, 30))
40 const x: Recur<T> | undefined = join(l);
44 >join : Symbol(join, Decl(recursiveReverseMappedType.ts, 4, 30))
|
H A D | recursiveReverseMappedType.types | 10 function join<T>(l: Recur<T>[]): Recur<T> {
11 >join : <T>(l: Recur<T>[]) => Recur<T>
25 const x: Recur<T> | undefined = join(l);
27 >join(l) : Recur<T>
28 >join : <T>(l: Recur<T>[]) => Recur<T>
|
/third_party/skia/third_party/externals/freetype/builds/meson/ |
H A D | generate_reference_docs.py | 43 include_dir = os.path.join(args.input_dir, "include") 44 include_config_dir = os.path.join(include_dir, "config") 45 include_cache_dir = os.path.join(include_dir, "cache") 48 glob.glob(os.path.join(args.input_dir, "include", "freetype", "*.h")) 50 os.path.join( 55 os.path.join(
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | extra.rs | 24 join: proc_macro::Span, 36 join: group.span(), 53 pub fn join(&self) -> Span { in join() functions 56 DelimSpanEnum::Compiler { join, .. } => Span::_new(imp::Span::Compiler(*join)), in join() 82 Debug::fmt(&self.join(), f) in fmt()
|
/third_party/node/benchmark/path/ |
H A D | relative-win32.js | 7 ['C:\\orandea\\test\\aaa', 'C:\\orandea\\impl\\bbb'].join('|'), 8 ['C:\\', 'D:\\'].join('|'), 9 ['C:\\foo\\bar\\baz', 'C:\\foo\\bar\\baz'].join('|'), 10 ['C:\\foo\\BAR\\BAZ', 'C:\\foo\\bar\\baz'].join('|'), 11 ['C:\\foo\\bar\\baz\\quux', 'C:\\'].join('|'),
|
/third_party/mbedtls/tests/scripts/ |
H A D | generate_tls13_compat_tests.py | 145 ciphersuites = ':'.join(self._ciphers) 150 signature_algorithms = ':'.join(signature_algorithms) 155 named_groups = ':'.join( 288 priority_string = ':+'.join(priority_string_list) 343 ciphers = ','.join( 349 sig_algs=','.join(set(self._sig_algs + self._cert_sig_algs)))] 352 named_groups = ','.join(self._named_groups) 495 '"{}"'.format(' '.join(server_object.cmd())), 496 '"{}"'.format(' '.join(client_object.cmd())), 502 cmd = prefix.join(cm [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | gen_vk_internal_shaders.py | 220 return os.path.join('shaders', 'gen', name + ".inc") 330 blob = ',\n '.join(','.join(hex_array[i:i + 16]) for i in range(0, len(hex_array), 16)) 366 out = '\n'.join([('// ' + line).strip() for line in out.splitlines()]) 566 definition += ''.join([ 577 definition += ''.join([ 686 shaders_dir = os.path.join('shaders', 'src') 700 os.path.join(shaders_dir, shader) 711 print(",".join(input_shaders + input_shaders_variations + glslang_binary_hashes)) 758 print(','.join(output [all...] |
/third_party/python/Lib/venv/ |
H A D | __init__.py | 90 fn = os.path.join(path, fn) 150 link_path = os.path.join(env_dir, 'lib64') 155 context.env_exe = os.path.join(binpath, exename) 182 context.cfg_path = path = os.path.join(context.env_dir, 'pyvenv.cfg') 214 args = ' '.join(args) 256 srcfn = os.path.join(os.path.dirname(__file__), 270 src = os.path.join(os.path.dirname(src), basename + ext) 296 path = os.path.join(binpath, suffix) 324 src = os.path.join(dirname, suffix) 326 copier(src, os.path.join(binpat [all...] |
/third_party/node/deps/v8/tools/ |
H A D | generate-runtime-call-stats.py | 173 xvfb = os.path.join(chromium_dir, "testing", "xvfb.py") 176 xvfb = os.path.join(chromium_dir, "testing", "xvfb.py") 184 os.path.join(chromium_dir, "tools", "perf", "run_benchmark"), 193 os.path.join(output_dir, "artifacts"), 217 command += ["--extra-chrome-categories", ",".join(categories)] 221 print(f"Running: {' '.join(command)}\n") 274 data_str = ", ".join( 327 s += "\n ".join(str(row) for row in self.table) + "\n" 329 s += "\n ".join(str(row) for row in self.data.values()) + "\n" 378 trace_dir = os.path.join(output_di [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | gen_extensions.py | 19 SCRIPTS_DIR = os.path.join(ANGLE_SRC_DIR, 'scripts') 297 return ''.join(words) 319 return '\n'.join([_EXT_MEMBER_TEMPLATE.format(**ext_info) for ext_info in ext_infos]) 325 expression=' || '.join(['%s%s' % (ext_name, vendor) for vendor in vendors]), 330 return '\n'.join([_EXT_STRING_TEMPLATE.format(**ext_info) for ext_info in ext_infos]) 351 return ' | '.join([s(ext_name, support) for support in gpu_data]) 355 configs = ' | '.join(md_gpu_configs) 356 dashes = ' | '.join([(':%s:' % ('-' * (len(config) - 2))) for config in md_gpu_configs]) 374 return '\n'.join( 397 print(','.join(input [all...] |
/third_party/python/Lib/ |
H A D | mailbox.py | 276 'tmp': os.path.join(self._path, 'tmp'), 277 'new': os.path.join(self._path, 'new'), 278 'cur': os.path.join(self._path, 'cur'), 311 dest = os.path.join(self._path, subdir, uniq + suffix) 336 os.remove(os.path.join(self._path, self._lookup(key))) 363 tmp_path = os.path.join(self._path, temp_subpath) 364 new_path = os.path.join(self._path, subdir, key + suffix) 376 with open(os.path.join(self._path, subpath), 'rb') as f: 385 msg.set_date(os.path.getmtime(os.path.join(self._path, subpath))) 390 with open(os.path.join(sel [all...] |