Home
last modified time | relevance | path

Searched refs:replace (Results 176 - 200 of 1525) sorted by relevance

12345678910>>...61

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dcheck-header-guards.py16 tag = x.upper ().replace ('.', '_').replace ('-', '_')
/third_party/skia/third_party/externals/dawn/src/utils/
H A DWireHelper.cpp51 std::replace(filename.begin(), filename.end(), '/', '_');
52 std::replace(filename.begin(), filename.end(), '\\', '_');
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
H A Dnormalize.js31 const base = path.join('/', path.basename(binKey.replace(/\\|:/g, '/'))).slice(1)
38 const binTarget = path.join('/', pkg.bin[binKey].replace(/\\/g, '/'))
39 .replace(/\\/g, '/').slice(1)
244 data.scripts[name] = data.scripts[name].replace(spre, '')
266 .map(line => line.replace(/^\s*#.*$/, '').trim())
348 const headRef = head.replace(/^ref: /, '').trim()
352 headData = headData.replace(/^ref: /, '').trim()
486 const dv = dep.join('').replace(/^@/, '').trim()
/third_party/ltp/tools/sparse/sparse-src/
H A Dinline.c59 if (!sym->replace) { in copy_symbol()
63 return sym->replace; in copy_symbol()
85 * EXPR_SYMBOL is the interesting case, we may need to replace the in copy_expression()
308 new->replace = old; in set_replace()
309 old->replace = new; in set_replace()
314 struct symbol *r = sym->replace; in unset_replace()
319 r->replace = NULL; in unset_replace()
320 sym->replace = NULL; in unset_replace()
578 p->replace = p; in uninline()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Doma_dm_client.c245 xml_node_t *info, *child, *replace; in add_replace_devinfo() local
255 replace = xml_node_create(ctx->xml, parent, NULL, "Replace"); in add_replace_devinfo()
256 if (replace == NULL) { in add_replace_devinfo()
260 oma_dm_add_cmdid(ctx, replace, cmdid); in add_replace_devinfo()
268 add_item(ctx, replace, locuri, txt); in add_replace_devinfo()
724 static int oma_dm_replace(struct hs20_osu_client *ctx, xml_node_t *replace, in oma_dm_replace() argument
733 locuri = oma_dm_get_target_locuri(ctx, replace); in oma_dm_replace()
777 node = get_node(ctx->xml, replace, "Item/Meta/Type"); in oma_dm_replace()
790 node = get_node(ctx->xml, replace, "Item/Data"); in oma_dm_replace()
1373 xml_node_t *pps, *replace; in cmd_oma_dm_replace() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Doma_dm_client.c245 xml_node_t *info, *child, *replace; in add_replace_devinfo() local
255 replace = xml_node_create(ctx->xml, parent, NULL, "Replace"); in add_replace_devinfo()
256 if (replace == NULL) { in add_replace_devinfo()
260 oma_dm_add_cmdid(ctx, replace, cmdid); in add_replace_devinfo()
268 add_item(ctx, replace, locuri, txt); in add_replace_devinfo()
724 static int oma_dm_replace(struct hs20_osu_client *ctx, xml_node_t *replace, in oma_dm_replace() argument
733 locuri = oma_dm_get_target_locuri(ctx, replace); in oma_dm_replace()
777 node = get_node(ctx->xml, replace, "Item/Meta/Type"); in oma_dm_replace()
790 node = get_node(ctx->xml, replace, "Item/Data"); in oma_dm_replace()
1373 xml_node_t *pps, *replace; in cmd_oma_dm_replace() local
[all...]
/third_party/node/test/parallel/
H A Dtest-repl-uncaught-exception.js13 output.write = (data) => accum += data.replace('\r', '');
34 assert.strictEqual(accum.replace(/\u001b\[[0-9]+m/g, ''), '2\n');
/third_party/node/test/fixtures/wpt/common/
H A Dsubset-tests-by-key.js32 var meta = template.replace("%s", key);
34 meta = meta.replace("%s", keys[key]);
/third_party/mesa3d/src/mesa/main/
H A Dformat_fallback.py60 unorm_name = fmt.name.replace(rep[0], rep[1])
77 r_name = i_name.replace("_I_", "_R_")
/third_party/node/deps/npm/node_modules/@tufjs/canonical-json/lib/
H A Dindex.js58 const escapedString = string.replace(/\\/g, '\\\\').replace(/"/g, '\\"');
/third_party/node/deps/npm/node_modules/ip-address/dist/v6/
H A Dhelpers.js9 return s.replace(/(0+)/g, '<span class="zero">$1</span>');
24 return group.replace(/^(0+)/, '<span class="zero">$1</span>');
/third_party/rust/crates/bindgen/bindgen-tests/
H A Dbuild.rs33 .replace(|c| !char::is_alphanumeric(c), "_") in main()
34 .replace("__", "_") in main()
/third_party/vixl/tools/
H A Dgenerate_test_trace_a64_reference.py72 trace_filename = 'log-' + test.replace('TRACE_', '').lower().replace('_', '-')
/third_party/typescript/tests/baselines/reference/
H A DoverloadResolutionOverNonCTLambdas.js6 // replace(searchValue: RegExp, replaceValue: (substring: string, ...args: any[]) => string): string;
8 var result= message.replace(/\{(\d+)\}/g, function(match, ...rest) {
34 // replace(searchValue: RegExp, replaceValue: (substring: string, ...args: any[]) => string): string;
40 var result = message.replace(/\{(\d+)\}/g, function (match) {
/third_party/skia/third_party/externals/freetype/docs/markdown/javascripts/
H A Dextra.js42 text = text.replace(" ", "-");
47 // and replace
53 document.location.replace(window.location.href);
/third_party/python/PC/layout/support/
H A Doptions.py108 return getattr(ns, key.replace("-", "_"), default)
112 k1 = key.replace("-", "_")
/third_party/weex-loader/deps/weex-styler/lib/
H A Dutil.js12 return value.replace(/(?<!-)-([a-z])/g, function(s, m) {
26 return value.replace(/([A-Z])/g, function(s, m) {
/third_party/node/deps/npm/node_modules/jackspeak/dist/esm/
H A Dindex.js11 return [pref, key.replace(/[^a-zA-Z0-9]+/g, ' ')]
15 .replace(/ /g, '_');
815 .replace(/([^\n])\n[ \t]*([^\n])/g, (_, $1, $2) => !/^[-*]/.test($2) ? `${$1} ${$2}` : `${$1}\n${$2}`)
817 .replace(/([^\n])[ \t]+([^\n])/g, '$1 $2')
819 .replace(/\n{3,}/g, '\n\n')
821 .replace(/\n[ \t]+/g, '\n')
825 const n = normalize(s, pre).replace(/\\/g, '\\\\');
827 ? `\`\`\`\n${n.replace(/\u200b/g, '')}\n\`\`\``
828 : n.replace(/\n +/g, '\n').trim();
832 .replace(/[\
[all...]
/third_party/node/deps/npm/node_modules/jackspeak/dist/commonjs/
H A Dindex.js17 return [pref, key.replace(/[^a-zA-Z0-9]+/g, ' ')]
21 .replace(/ /g, '_');
824 .replace(/([^\n])\n[ \t]*([^\n])/g, (_, $1, $2) => !/^[-*]/.test($2) ? `${$1} ${$2}` : `${$1}\n${$2}`)
826 .replace(/([^\n])[ \t]+([^\n])/g, '$1 $2')
828 .replace(/\n{3,}/g, '\n\n')
830 .replace(/\n[ \t]+/g, '\n')
834 const n = normalize(s, pre).replace(/\\/g, '\\\\');
836 ? `\`\`\`\n${n.replace(/\u200b/g, '')}\n\`\`\``
837 : n.replace(/\n +/g, '\n').trim();
841 .replace(/[\
[all...]
/third_party/python/Lib/urllib/
H A Dparse.py427 n = netloc.replace('@', '') # ignore characters already included
428 n = n.replace(':', '') # but not the surrounding text
429 n = n.replace('#', '')
430 n = n.replace('?', '')
481 url = url.replace(b, "")
482 scheme = scheme.replace(b, "")
659 def unquote(string, encoding='utf-8', errors='replace'):
677 errors = 'replace'
688 encoding='utf-8', errors='replace', max_num_fields=None, separator='&'):
730 encoding='utf-8', errors='replace', max_num_field
[all...]
/drivers/peripheral/audio/test/sample/tools/get_mem_excel/
H A Dget_mem_excel.py73 now_version = str(run_cmd("hdc shell param get const.product.software.version")).replace("\n", "").replace(" ", "")
85 pid_list.append(line.replace('\n', ''))
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuDataTest.java97 public void replace() { in replace() method in IcuDataTest
104 icuData.replace(fooBar, value1); in replace()
107 icuData.replace(fooBar, "another-value"); in replace()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
H A DCustomFormatterMessageRefTest.java117 browser.replace(0, browser.length(), "firefox"); in test()
121 browser.replace(0, browser.length(), "chrome"); in test()
125 browser.replace(0, browser.length(), "safari"); in test()
/third_party/mbedtls/tests/scripts/
H A Dset_psa_test_dependencies.py134 return {symbol.replace('_', '_WANT_', 1)}
274 os.replace(file_name, backup)
275 os.replace(tmp, file_name)
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_ssbo.c205 nir_ssa_def *replace = lower_ssbo_instr(&b, intr); in nir_lower_ssbo() local
207 if (replace) { in nir_lower_ssbo()
209 replace); in nir_lower_ssbo()

Completed in 21 milliseconds

12345678910>>...61