Home
last modified time | relevance | path

Searched refs:replace (Results 126 - 150 of 1758) sorted by relevance

12345678910>>...71

/third_party/spirv-tools/test/diff/diff_files/
H A Dgenerate_tests.py139 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 Dtest-fs-fchown.js41 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 Dhb-static.cc87 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 DnoImplicitAnyInContextuallyTypesFunctionParamter.js3 regexMatchList.forEach(match => ''.replace(match, ''));
8 regexMatchList.forEach(function (match) { return ''.replace(match, ''); });
/third_party/python/Mac/BuildScript/
H A Dbuild-installer.py71 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 Drouter_nh.sh102 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 DCollationMapper.java91 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 Dninja_syntax.py16 return word.replace("$ ", "$$ ").replace(" ", "$ ").replace(":", "$:")
174 return string.replace("$", "$$")
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dninja_syntax.py16 return word.replace("$ ", "$$ ").replace(" ", "$ ").replace(":", "$:")
174 return string.replace("$", "$$")
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Dprocess-release.js50 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 Dfix_urllib.py90 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 Dfix_tuple_params.py74 tuple_arg.replace(n)
119 args.replace(inner)
127 args.replace(new_param.clone())
134 n.replace(new)
H A Dfix_xreadlines.py23 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 Dupdate.py38 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 Dcase.rs74 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 Dcase.rs74 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 Drun_internal_tests.py34 return '"%s"' % s.replace('\\', '\\\\').replace('"', '\"').replace('$', '\$').replace('`', '\`')
/third_party/node/deps/v8/tools/
H A Drun-clang-tidy.py75 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 Ddefault-input.js45 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 Djevents.py79 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 Dnir_algebraic.py192 # - 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 Dplatform.py536 # 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 DReplaceable.java21 * 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 DReplaceable.java22 * 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 Dtest-lz4-speed.py184 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"

Completed in 13 milliseconds

12345678910>>...71