| /third_party/python/Lib/distutils/tests/ |
| H A D | test_bdist_rpm.py | 59 pkg_dir = os.path.join(tmp_dir, 'foo') 82 dist_created = os.listdir(os.path.join(pkg_dir, 'dist')) 106 pkg_dir = os.path.join(tmp_dir, 'foo') 128 dist_created = os.listdir(os.path.join(pkg_dir, 'dist')) 135 os.remove(os.path.join(pkg_dir, 'dist', 'foo-0.1-1.noarch.rpm'))
|
| H A D | test_spawn.py | 28 exe = os.path.join(tmpdir, 'foo.sh') 31 exe = os.path.join(tmpdir, 'foo.bat') 39 exe = os.path.join(tmpdir, 'foo.sh') 42 exe = os.path.join(tmpdir, 'foo.bat') 56 filename = os.path.join(tmp_dir, program)
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | run_gtest_angle_test.py | 39 sys.path.insert(0, os.path.join(ANGLE_SRC_DIR, 'testing')) 40 sys.path.insert(0, os.path.join(ANGLE_SRC_DIR, 'testing', 'scripts')) 42 sys.path.insert(0, os.path.join(CHROMIUM_SRC_DIR, 'testing')) 43 sys.path.insert(0, os.path.join(CHROMIUM_SRC_DIR, 'testing', 'scripts')) 99 extra_flags.append('--gtest_filter=' + ':'.join(filter_list))
|
| H A D | gen_gl_enum_utils.py | 119 inner_code_block = "\n".join([ 128 return "\n".join([ 191 gl_enum_groups=',\n'.join(sorted(gl_enum_in_groups.keys()))) 228 print(','.join(inputs)) 230 print(','.join(outputs))
|
| /third_party/skia/src/gpu/tessellate/ |
| H A D | Tessellation.h | 76 kStrokeParams = 1 << 1, // [float2] Used when strokes have different widths or join types. 86 // We encode all of a join's information in a single float value: 88 // Negative => Round Join 89 // Zero => Bevel Join 90 // Positive => Miter join, and the value is also the miter limit
|
| /third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/ |
| H A D | makefile.py | 32 ALL_DIRS = " ".join(build_dirs).format(**common_vars) 60 DEP_LITERALS = " ".join(rule.dep_literals) 69 RULE_LINES = "\n".join("\t%s" % cmd for cmd in rule.cmds) 82 return "$(addprefix %s/,%s)" % (dirnames[0], join_str.join(file.filename for file in files)) 84 return join_str.join("%s/%s" % (d, f.filename) for d,f in zip(dirnames, files))
|
| /third_party/unity/auto/ |
| H A D | unity_test_summary.py | 38 if len(failures) > 0: failure_output.append('\n'.join(failures)) 39 if len(ignores) > 0: ignore_output.append('n'.join(ignores)) 40 tests,failures,ignored = self.parse_test_summary('\n'.join(lines)) 50 self.report += "\n".join(ignore_output) 57 self.report += '\n'.join(failure_output)
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | inferenceOptionalPropertiesToIndexSignatures.symbols | 72 >Object.entries(obj).map( ([k, v]) => `${k}=${encodeURIComponent(v)}`).join : Symbol(Array.join, Decl(lib.es5.d.ts, --, --))
87 ).join('&');
88 >join : Symbol(Array.join, Decl(lib.es5.d.ts, --, --))
|
| /third_party/typescript/src/testRunner/unittests/tsc/ |
| H A D | helpers.ts | 96 sys.write(`${sys.getExecutingFilePath()} ${commandLineArgs.join(" ")}\n`);
108 file: `${isBuild(commandLineArgs) ? "tsbuild" : "tsc"}/${scenario}/${subScenario.split(" ").join("-")}.js`,
113 ${sys.output.join("")}
197 sys.write(baseline.join("\n"));
225 describe(`tsc ${input.commandLineArgs.join(" ")} ${input.scenario}:: ${input.subScenario}`, () => {
|
| /third_party/protobuf/python/google/protobuf/ |
| H A D | descriptor_database.py | 78 self._AddSymbol(('.'.join((package, enum.name))), file_desc_proto) 81 '.'.join((package, enum_value.name))] = file_desc_proto 83 self._AddSymbol(('.'.join((package, extension.name))), file_desc_proto) 85 self._AddSymbol(('.'.join((package, service.name))), file_desc_proto) 177 yield '.'.join((message_name, enum_type.name))
|
| /third_party/python/Lib/zoneinfo/ |
| H A D | _tzpath.py | 57 indented_str = prefix + prefix.join(invalid_paths) 69 filepath = os.path.join(search_path, key) 76 _TEST_PATH = os.path.normpath(os.path.join("_", "_"))[:-1] 95 resolved = os.path.normpath(os.path.join(_base, new_path)) 150 fpath = os.path.join(root, file)
|
| /third_party/skia/gm/ |
| H A D | polygons.cpp | 112 constexpr SkPaint::Join kJoins[] = { 124 for (int join = 0; join < kNumJoins; ++join) { 131 paint.setStrokeJoin(kJoins[join]);
|
| H A D | nonclosedpaths.cpp | 92 constexpr SkPaint::Join kJoin[] = { 108 for (size_t join = 0; join < SK_ARRAY_COUNT(kJoin); ++join) { 117 paint.setStrokeJoin(kJoin[join]);
|
| /third_party/skia/gn/ |
| H A D | gn_meta_sln.py | 44 gnFile = os.path.join("out", outDir, "build.ninja.d") 46 slnFile = os.path.join("out", outDir, "all.sln") 124 srcProjPath = os.path.join("out", projConfigs[0][0], projConfigs[0][1]) 125 dstProjPath = os.path.join("out", "sln", projConfigs[0][1]) 147 configIdgLines = extractIdg(os.path.join("out",
|
| H A D | gn_to_cmake.py | 57 return ''.join(map(Escape, a)) 78 out.write('"\n "'.join([CMakeStringEscape(value) for value in values])) 169 return posixpath.join(self.root_path, path[2:]) 252 out.write('" "'.join(map(CMakeStringEscape, output_directories))) 262 out.write('"\n "'.join(map(CMakeStringEscape, arguments))) 321 out.write('" "'.join(map(CMakeStringEscape, output_directories))) 333 out.write('"\n "'.join(map(CMakeStringEscape, map(expand,arguments)))) 504 all_sources.append(posixpath.join(project.build_path, 'empty.cpp')) 648 out = open(posixpath.join(project.build_path, 'CMakeLists.txt'), 'w+') 649 extName = posixpath.join(projec [all...] |
| /third_party/skia/infra/bots/recipe_modules/vars/ |
| H A D | api.py | 33 self.build_dir = self.workdir.join('build') 37 self.default_env['PATH'] = self.m.path.pathsep.join([ 41 self.cache_dir = self.workdir.join('cache') 43 self.swarming_out_dir = self.workdir.join( 46 self.tmp_dir = self.m.path['start_dir'].join('tmp')
|
| /third_party/vk-gl-cts/scripts/khr_util/ |
| H A D | registry_cache.py | 29 scriptPath = os.path.join(os.path.dirname(__file__), "..") 101 fullDstPath = os.path.join(cacheDir, "git") 104 f = open(os.path.join(fullDstPath, filename), "rt") 150 cacheDir = os.path.join(os.path.dirname(__file__), "cache") 151 cachePath = os.path.join(cacheDir, source.getCacheFilename())
|
| /third_party/vk-gl-cts/external/vulkancts/scripts/ |
| H A D | gen_framework.py | 33 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") 39 sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..", "..", "vulkan-docs", "src", "scripts")) 43 VULKAN_XML_DIR = os.path.join(os.path.dirname(__file__), "..", "..", "vulkan-docs", "src", "xml") 44 SCRIPTS_SRC_DIR = os.path.join(os.path.dirname(__file__), "src") 45 DEFAULT_OUTPUT_DIR = { "" : os.path.join(os.path.dirname(__file__), "..", "framework", "vulkan", "generated", "vulkan"), 46 "SC" : os.path.join(os.path.dirname(__file__), "..", "framework", "vulkan", "generated", "vulkansc") } 353 for fileName in glob.glob(os.path.join(SCRIPTS_SRC_DIR, "extensions", "*.json")): 1416 return ", ".join(argumentToString(arg) for arg in args) 1513 yield " %sm_vk.%s(%s);" % ("return " if function.returnType != "void" else "", getInterfaceName(function.name), ", ".join(a.name for a in function.arguments)) 1515 yield " %sm_vk.%s(%s);" % ("return " if function.returnType != "void" else "", getInterfaceName(function.aliasList[0]), ", ".join( [all...] |
| /base/update/packaging_tools/ |
| H A D | build_update.py | 157 unpack_package = os.path.join(OPTIONS_MANAGER.update_package, arg)
337 xml_path = os.path.join(OPTIONS_MANAGER.source_package_dir, UPDATER_CONFIG, XML_FILE_PATH)
373 os.path.join(OPTIONS_MANAGER.target_package_config_dir,
392 os.path.join(OPTIONS_MANAGER.target_package_config_dir,
411 os.path.join(target_package, UPDATER_CONFIG)
426 os.path.join(unzip_dir, UPDATER_CONFIG)
459 target_num = ''.join(target_ver.split(' ')[-1].replace('.', ''))
460 source_num = ''.join(source_ver.split(' ')[-1].replace('.', ''))
614 each_src_image_path = os.path.join(source_package_dir, '%s.img' % each_img)
615 each_src_map_path = os.path.join(source_package_di [all...] |
| /third_party/node/test/common/ |
| H A D | wpt.js | 293 return path.join(this.module, this.filename); 365 const filepath = path.join(dir, file); 381 const dir = path.join(__dirname, '..', 'wpt'); 382 const statusFile = path.join(dir, 'status', `${this.path}.json`); 470 const globalThisInitScript = this.globalThisInitScripts.join('\n\n//===\n'); 526 const script = lazyProperties.map((name) => `globalThis.${name};`).join('\n'); 590 const workerPath = path.join(__dirname, 'wpt/worker.js'); 708 const file = path.join('test', 'wpt', 'status', `${this.path}.json`); 711 `Consider updating ${file} for these files:\n${failures.join('\n')}`); 714 const file = path.join('tes [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | array-join.tq | 109 // elements. When this is called from join(), it can happen only before the 447 // The Join Stack detects cyclical calls to Array Join builtins 448 // (Array.p.join(), Array.p.toString(), Array.p.toLocaleString()). This 525 // Shrink the Join Stack if the stack will be empty and is larger than 558 // Main entry point for all builtins using Array Join functionality. 568 // the normal join algorithm. 584 // https://tc39.github.io/ecma262/#sec-array.prototype.join 633 // 2. Let func be ? Get(array, "join"). 634 const prop: JSAny = GetProperty(array, 'join'); [all...] |
| /third_party/python/Lib/email/ |
| H A D | _parseaddr.py | 252 return EMPTYSTRING.join(wslist) 283 returnlist = [(SPACE.join(self.commentlist), plist[0])] 291 returnlist = [(SPACE.join(self.commentlist), addrspec)] 311 returnlist = [(SPACE.join(plist) + ' (' + 312 ' '.join(self.commentlist) + ')', routeaddr)] 314 returnlist = [(SPACE.join(plist), routeaddr)] 318 returnlist = [(SPACE.join(self.commentlist), plist[0])] 385 return EMPTYSTRING.join(aslist) 395 return EMPTYSTRING.join(aslist) + domain 418 return EMPTYSTRING.join(sdlis [all...] |
| /third_party/python/Lib/distutils/command/ |
| H A D | bdist_rpm.py | 186 self.rpm_base = os.path.join(self.bdist_base, "rpm") 271 rpm_dir[d] = os.path.join(self.rpm_base, d) 277 spec_path = os.path.join(spec_dir, 371 srpm = os.path.join(rpm_dir['SRPMS'], source_rpm) 374 filename = os.path.join(self.dist_dir, source_rpm) 380 rpm = os.path.join(rpm_dir['RPMS'], rpm) 383 filename = os.path.join(self.dist_dir, 389 return os.path.join(self.dist_dir, os.path.basename(path)) 411 vendor_hook = '\n'.join([' %s \\' % line.strip() 462 spec_file.append('%s: %s' % (field, ' '.join(va [all...] |
| /third_party/rust/crates/nix/test/ |
| H A D | test_fcntl.rs | 66 let old_path = old_dir.path().join("old"); in test_renameat() 78 assert!(new_dir.path().join("new").exists()); in test_renameat() 96 let old_path = old_dir.path().join("old"); in test_renameat2_behaves_like_renameat_with_no_flags() 122 assert!(new_dir.path().join("new").exists()); in test_renameat2_behaves_like_renameat_with_no_flags() 140 let old_path = old_dir.path().join("old"); in test_renameat2_exchange() 148 let new_path = new_dir.path().join("new"); in test_renameat2_exchange() 188 let old_path = old_dir.path().join("old"); in test_renameat2_noreplace() 193 let new_path = new_dir.path().join("new"); in test_renameat2_noreplace() 208 assert!(new_dir.path().join("new").exists()); in test_renameat2_noreplace() 209 assert!(old_dir.path().join("ol in test_renameat2_noreplace() [all...] |
| /device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
| H A D | hi_config_parser.py | 65 return os.path.join(dir_path, 'config', 'usr_config.mk') 67 return os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'config', 'usr_config.mk') 112 return os.path.join(dir_path, 'config', 'sdk.mk') 114 return os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'config', 'sdk.mk')
|