/third_party/spirv-tools/test/diff/diff_files/ |
H A D | generate_tests.py | 139 return test_name.replace('_', ' ').title().replace(' ', '') 149 content = content.replace('\r\n', '\n') 168 comment_block = ['// ' + line.replace(';;', '').strip() for line in comment_block] 200 out = out.replace('\r\n', '\n')
|
/third_party/node/test/parallel/ |
H A D | test-fs-fchown.js | 41 errObj.message = errObj.message.replace('fd', 'uid'); 43 errObj.message = errObj.message.replace('uid', 'gid'); 58 errObj.message = errObj.message.replace('uid', 'gid');
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-static.cc | 87 hb_bool_t replace) in set() 92 if (replace) { in set() 99 bool ret = !!items.replace_or_insert (item, lock, (bool) replace); in set() 84 set(hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) set() argument
|
/third_party/typescript/tests/baselines/reference/ |
H A D | noImplicitAnyInContextuallyTypesFunctionParamter.js | 3 regexMatchList.forEach(match => ''.replace(match, '')); 8 regexMatchList.forEach(function (match) { return ''.replace(match, ''); });
|
/third_party/python/Mac/BuildScript/ |
H A D | build-installer.py | 71 return "'%s'"%(value.replace("'", "'\"'\"'")) 226 line = line.replace(nm, "") 899 libcrypto_versioned = libcrypto.replace(".", "."+shlib_version_number+".") 902 libssl_versioned = libssl.replace(".", "."+shlib_version_number+".") 1297 LDVERSION = LDVERSION.replace('$(VERSION)', VERSION) 1298 LDVERSION = LDVERSION.replace('$(ABIFLAGS)', ABIFLAGS) 1320 data = data.replace(" " + p, '') 1321 data = data.replace(p + " ", '') 1362 v = v.replace(' ' + p, '') 1363 v = v.replace( [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | router_nh.sh | 102 ip route replace 192.0.2.0/24 nhid 101 103 ip route replace 2001:db8:1::/64 nhid 101 104 ip route replace 198.51.100.0/24 nhid 102 105 ip route replace 2001:db8:2::/64 nhid 102
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | CollationMapper.java | 91 icuData.replace(RB_STANDARD_SEQUENCE, ""); in CollationMapper() 93 icuData.replace(RB_STANDARD_VERSION, cldrVersion); in CollationMapper() 116 icuData.replace(rbPath, rules); in collectRule() 117 icuData.replace(RbPath.of("collations", type, "Version"), cldrVersion); in collectRule()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | ninja_syntax.py | 16 return word.replace("$ ", "$$ ").replace(" ", "$ ").replace(":", "$:") 174 return string.replace("$", "$$")
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | ninja_syntax.py | 16 return word.replace("$ ", "$$ ").replace(" ", "$ ").replace(":", "$:") 174 return string.replace("$", "$$")
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
H A D | process-release.js | 50 name = defaultRelease.name.replace(/io\.js/, 'iojs') // remove the '.' for directory naming purposes 73 distBaseUrl = overrideDistUrl.replace(/\/+$/, '') 126 return path.normalize(p).replace(/\\/g, '/') 143 return defaultUrl.replace(versionMajor === 3 ? bitsreV3 : bitsre, '/win-' + arch + '/')
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_urllib.py | 90 import_mod.replace(names) 112 mod_member.replace(Name(new_name, prefix=pref)) 164 node.replace(nodes) 180 module_dot.replace(Name(new_name,
|
H A D | fix_tuple_params.py | 74 tuple_arg.replace(n) 119 args.replace(inner) 127 args.replace(new_param.clone()) 134 n.replace(new)
|
H A D | fix_xreadlines.py | 23 no_call.replace(Name("__iter__", prefix=no_call.prefix)) 25 node.replace([x.clone() for x in results["call"]])
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/ |
H A D | update.py | 38 variations = elt.get (ns ('ft:var'), '').replace (':', '=').replace (';', ',') 57 variations = elt.get (ns ('ft:var'), '').replace (':', '=').replace (';', ',')
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | case.rs | 74 KebabCase => SnakeCase.apply_to_variant(variant).replace('_', "-"), in apply_to_variant() 77 .replace('_', "-"), in apply_to_variant() 106 KebabCase => field.replace('_', "-"), in apply_to_field() 107 ScreamingKebabCase => ScreamingSnakeCase.apply_to_field(field).replace('_', "-"), in apply_to_field()
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | case.rs | 74 KebabCase => SnakeCase.apply_to_variant(variant).replace('_', "-"), in apply_to_variant() 77 .replace('_', "-"), in apply_to_variant() 106 KebabCase => field.replace('_', "-"), in apply_to_field() 107 ScreamingKebabCase => ScreamingSnakeCase.apply_to_field(field).replace('_', "-"), in apply_to_field()
|
/third_party/vk-gl-cts/scripts/ |
H A D | run_internal_tests.py | 34 return '"%s"' % s.replace('\\', '\\\\').replace('"', '\"').replace('$', '\$').replace('`', '\`')
|
/third_party/node/deps/v8/tools/ |
H A D | run-clang-tidy.py | 75 line = line.replace('-fcomplete-member-pointers', '') 76 line = line.replace('-Wno-enum-compare-switch', '') 77 line = line.replace('-Wno-ignored-pragma-optimize', '') 78 line = line.replace('-Wno-null-pointer-arithmetic', '') 79 line = line.replace('-Wno-unused-lambda-capture', '') 80 line = line.replace('-Wno-defaulted-function-deleted', '')
|
/third_party/node/deps/npm/node_modules/init-package-json/lib/ |
H A D | default-input.js | 45 return (val !== def && val) ? val : config.get(`init-${key.replace(/\./g, '-')}`) 51 .replace(/^node-|[.-]js$/g, '') 52 .replace(/\s+/g, ' ') 53 .replace(/ /g, '-') 216 url = url.replace(/^\s*url = /, '') 221 url = url.replace(/^git@github.com:/, 'https://github.com/')
|
/kernel/linux/linux-6.6/tools/perf/pmu-events/ |
H A D | jevents.py | 79 return tblname.replace('-', '_') 213 '. '), '.').replace('\n', '\\n').replace( 214 '\"', '\\"').replace('\r', '\\r') 387 x = x.ToPerfJson().replace('\\', '\\\\') 389 x = x.replace('\\', '\\\\') 456 return (fix_none(j.pmu).replace(',','_'), fix_none(j.name), j.desc is not None, fix_none(j.topic), 478 pmu_name = event.pmu.replace(',', '_') 533 pmu_name = metric.pmu.replace(',', '_') 561 return removesuffix(topic, '.json').replace(' [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_algebraic.py | 192 # - If it's in the replace expression, either it's ambiguous (in which 507 that a given search-and-replace operation is 100% well-defined before we 535 which can't be specialized to 32 which is the bitsize of the replace 563 other and to physical bitsizes. In the replace expression, we disallow 598 In the replace expression, disallow merging variables with other 618 if the search expression specified some constraint but the replace 639 have the same bitsize. If we're operating on the replace expression, we 743 def validate(self, search, replace): 746 self.merge_variables(replace) 750 self.validate_value(replace) [all...] |
/third_party/python/Lib/ |
H A D | platform.py | 536 # bpo-35516: Don't replace Darwin with macOS since input release and 552 platform = platform.replace(' ', '_') 553 platform = platform.replace('/', '-') 554 platform = platform.replace('\\', '-') 555 platform = platform.replace(':', '-') 556 platform = platform.replace(';', '-') 557 platform = platform.replace('"', '-') 558 platform = platform.replace('(', '-') 559 platform = platform.replace(')', '-') 562 platform = platform.replace('unknow [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Replaceable.java | 21 * during a replace operation, new characters take on the metadata of 36 * <code>replace()</code> is the following: 112 * limit is equal to the replacement text, that replace has no 122 * @param text the text to replace characters <code>start</code> 126 void replace(int start, int limit, String text); in replace() method 132 * limit is equal to the replacement text, that replace has no 142 * @param chars the text to replace characters <code>start</code> 149 void replace(int start, int limit, char[] chars, in replace() method 163 * replace(dest, dest, text, 0, limit - start);</pre>
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Replaceable.java | 22 * during a replace operation, new characters take on the metadata of 37 * <code>replace()</code> is the following: 108 * limit is equal to the replacement text, that replace has no 118 * @param text the text to replace characters <code>start</code> 121 void replace(int start, int limit, String text); in replace() method 127 * limit is equal to the replacement text, that replace has no 137 * @param chars the text to replace characters <code>start</code> 143 void replace(int start, int limit, char[] chars, in replace() method 157 * replace(dest, dest, text, 0, limit - start);</pre>
|
/third_party/lz4/tests/ |
H A D | test-lz4-speed.py | 184 commitFileName = working_path + "/commit_" + branch.replace("/", "_") + ".txt" 216 logFileName = working_path + "/log_" + branch.replace("/", "_") + ".txt" 222 resultsFileName = working_path + "/results_" + branch.replace("/", "_") + "_" + fileName.replace(".", "_") + ".txt" 227 resultsFileName = working_path + "/results32_" + branch.replace("/", "_") + "_" + fileName.replace(".", "_") + ".txt" 232 resultsFileName = working_path + "/resultsClang_" + branch.replace("/", "_") + "_" + fileName.replace(".", "_") + ".txt"
|