Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 6970) sorted by relevance

12345678910>>...279

/external/trusty/arm-trusted-firmware/docs/
Dglobal_substitutions.txt1 .. |AArch32| replace:: :term:`AArch32`
2 .. |AArch64| replace:: :term:`AArch64`
3 .. |AMU| replace:: :term:`AMU`
4 .. |AMUs| replace:: :term:`AMUs <AMU>`
5 .. |API| replace:: :term:`API`
6 .. |BTI| replace:: :term:`BTI`
7 .. |CoT| replace:: :term:`CoT`
8 .. |COT| replace:: :term:`COT`
9 .. |CSS| replace:: :term:`CSS`
10 .. |CVE| replace:: :term:`CVE`
[all …]
/external/arm-trusted-firmware/docs/
Dglobal_substitutions.txt1 .. |AArch32| replace:: :term:`AArch32`
2 .. |AArch64| replace:: :term:`AArch64`
3 .. |AMU| replace:: :term:`AMU`
4 .. |AMUs| replace:: :term:`AMUs <AMU>`
5 .. |API| replace:: :term:`API`
6 .. |BTI| replace:: :term:`BTI`
7 .. |CoT| replace:: :term:`CoT`
8 .. |COT| replace:: :term:`COT`
9 .. |CSS| replace:: :term:`CSS`
10 .. |CVE| replace:: :term:`CVE`
[all …]
/external/rust/android-crates-io/crates/regex/tests/
Dreplace.rs1 macro_rules! replace( macro
3 $search:expr, $replace:expr, $result:expr) => (
7 assert_eq!(re.$which(text!($search), $replace), text!($result));
12 replace!(first, replace, r"[0-9]", "age: 26", t!("Z"), "age: Z6");
13 replace!(plus, replace, r"[0-9]+", "age: 26", t!("Z"), "age: Z");
14 replace!(all, replace_all, r"[0-9]", "age: 26", t!("Z"), "age: ZZ");
15 replace!(
17 replace,
23 replace!(
25 replace,
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/tests/
Dreplace.rs1 macro_rules! replace( macro
3 $search:expr, $replace:expr, $result:expr) => (
7 assert_eq!(re.$which($search, $replace), $result);
12 replace!(first, replace, r"[0-9]", "age: 26", "Z", "age: Z6");
13 replace!(plus, replace, r"[0-9]+", "age: 26", "Z", "age: Z");
14 replace!(all, replace_all, r"[0-9]", "age: 26", "Z", "age: ZZ");
15 replace!(groups, replace, r"([^ ]+)[ ]+([^ ]+)", "w1 w2", "$2 $1", "w2 w1");
16 replace!(
18 replace,
26 replace!(
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/tests/
Dreplace.rs1 macro_rules! replace( macro
3 $search:expr, $replace:expr, $result:expr) => (
7 assert_eq!(re.$which($search, $replace), $result);
12 replace!(first, replace, r"[0-9]", "age: 26", "Z", "age: Z6");
13 replace!(plus, replace, r"[0-9]+", "age: 26", "Z", "age: Z");
14 replace!(all, replace_all, r"[0-9]", "age: 26", "Z", "age: ZZ");
15 replace!(groups, replace, r"([^ ]+)[ ]+([^ ]+)", "w1 w2", "$2 $1", "w2 w1");
16 replace!(
18 replace,
26 replace!(
[all …]
/external/google-cloud-java/java-os-login/
Dowlbot.py22 s.replace('**/OsLoginServiceClient.java', 'PosixAccountName', 'ProjectName')
23 s.replace('**/OsLoginServiceClient.java', 'SshPublicKeyName',
25 s.replace('**/OsLoginServiceClientTest.java', 'PosixAccountName',
27 s.replace('**/OsLoginServiceClientTest.java', 'SshPublicKeyName',
35 s.replace(
39 s.replace('**/OsLoginServiceClient.java',
42 s.replace('**/OsLoginServiceClient.java',
45 s.replace('**/OsLoginServiceClient.java',
48 s.replace('**/OsLoginServiceClientTest.java',
51 s.replace('**/OsLoginServiceClientTest.java',
[all …]
/external/deqp/android/cts/main/vk-main-2024-03-01/
Dfragment-shading-rate.txt17 …ass2.monolithic.fragdepth_baselevel.dynamic.attachment.noshaderrate.keep.replace.151x431.samples1.…
18 …ass2.monolithic.fragdepth_baselevel.dynamic.attachment.noshaderrate.keep.replace.151x431.samples1.…
19 …erpass2.monolithic.fragdepth_baselevel.dynamic.attachment.noshaderrate.keep.replace.1x1.samples1.ms
20 …erpass2.monolithic.fragdepth_baselevel.dynamic.attachment.noshaderrate.keep.replace.1x1.samples1.vs
21 …ass2.monolithic.fragdepth_baselevel.dynamic.attachment.noshaderrate.keep.replace.256x256.samples1.…
22 …ass2.monolithic.fragdepth_baselevel.dynamic.attachment.noshaderrate.keep.replace.256x256.samples1.…
23 …pass2.monolithic.fragdepth_baselevel.dynamic.attachment.noshaderrate.keep.replace.33x35.samples1.ms
24 …pass2.monolithic.fragdepth_baselevel.dynamic.attachment.noshaderrate.keep.replace.33x35.samples1.vs
25 …erpass2.monolithic.fragdepth_baselevel.dynamic.attachment.noshaderrate.keep.replace.4x4.samples1.ms
26 …erpass2.monolithic.fragdepth_baselevel.dynamic.attachment.noshaderrate.keep.replace.4x4.samples1.vs
[all …]
/external/capstone/suite/
Ddisasm_mc.py20 a = a.replace(hexnum, str(num))
39 mode = mode.replace(' ', '')
126 hex_code = code.replace('0x', '')
127 hex_code = hex_code.replace(',', '')
141 cs_output2 = cs_output2.replace(' ', '')
145 cs_output2 = cs_output2.replace('$at', '$1')
146 cs_output2 = cs_output2.replace('$v0', '$2')
147 cs_output2 = cs_output2.replace('$v1', '$3')
149 cs_output2 = cs_output2.replace('$a0', '$4')
150 cs_output2 = cs_output2.replace('$a1', '$5')
[all …]
Dtest_mc.py21 a = a.replace(hexnum, str(num))
42 text = text.replace('{ ', '{')
43 text = text.replace(' }', '}')
82 mode = mode.replace(' ', '')
174 hex_code = code.replace('0x', '')
175 hex_code = hex_code.replace(',', '')
189 cs_output2 = cs_output2.replace(' ', '')
193 cs_output2 = cs_output2.replace('$at', '$1')
194 cs_output2 = cs_output2.replace('$v0', '$2')
195 cs_output2 = cs_output2.replace('$v1', '$3')
[all …]
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/
Drefmanual.rst27 .. |Boost.Bind| replace:: `Boost.Bind <http://www.boost.org/libs/bind/bind.html>`__
28 .. |Boost.Lambda| replace:: `Boost.Lambda <http://www.boost.org/libs/lambda/doc/index.html>`__
32 .. |t1| replace:: \ *t*\ :sub:`1`
33 .. |t2| replace:: \ *t*\ :sub:`2`
34 .. |tn| replace:: \ *t*\ :sub:`n`
36 .. |t1...tn| replace:: \ *t*\ :sub:`1`,\ *t*\ :sub:`2`,... |tn|
38 .. |p1...pn| replace:: \ *p*\ :sub:`1`,\ *p*\ :sub:`2`,... \ *p*\ :sub:`n`
41 .. |c1| replace:: \ *c*\ :sub:`1`
42 .. |c2| replace:: \ *c*\ :sub:`2`
43 .. |cn| replace:: \ *c*\ :sub:`n`
[all …]
/external/deqp/android/cts/main/vksc-main/
Dfragment-shading-rate.txt26 …ng_rate.renderpass2.monolithic.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.samples1.vs
27 …ng_rate.renderpass2.monolithic.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.samples2.vs
28 …ng_rate.renderpass2.monolithic.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.samples4.vs
29 …ng_rate.renderpass2.monolithic.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.samples8.vs
30 …g_rate.renderpass2.monolithic.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.samples16.vs
31 …ng_rate.renderpass2.monolithic.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.samples1.vs
32 …ng_rate.renderpass2.monolithic.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.samples2.vs
33 …ng_rate.renderpass2.monolithic.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.samples4.vs
34 …ng_rate.renderpass2.monolithic.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.samples8.vs
35 …g_rate.renderpass2.monolithic.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.samples16.vs
[all …]
/external/deqp/external/vulkancts/mustpass/main/vksc-default/
Dfragment-shading-rate.txt26 …enderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.151x431.samples1.…
27 …enderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.151x431.samples16…
28 …enderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.151x431.samples2.…
29 …enderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.151x431.samples4.…
30 …enderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.151x431.samples8.…
31 …e.renderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.1x1.samples1.vs
32 ….renderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.1x1.samples16.vs
33 …e.renderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.1x1.samples2.vs
34 …e.renderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.1x1.samples4.vs
35 …e.renderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.1x1.samples8.vs
[all …]
/external/deqp/android/cts/main/vk-main-2021-03-01/
Dfragment-shading-rate.txt26 …enderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.151x431.samples1.…
27 …enderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.151x431.samples16…
28 …enderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.151x431.samples2.…
29 …enderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.151x431.samples4.…
30 …enderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.151x431.samples8.…
31 …e.renderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.1x1.samples1.vs
32 ….renderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.1x1.samples16.vs
33 …e.renderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.1x1.samples2.vs
34 …e.renderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.1x1.samples4.vs
35 …e.renderpass2.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.1x1.samples8.vs
[all …]
/external/freetype/builds/mac/
Dascii2mpw.py7 mpw_line = string.replace(asc_line, "\\xA5", "\245")
8 mpw_line = string.replace(mpw_line, "\\xB6", "\266")
9 mpw_line = string.replace(mpw_line, "\\xC4", "\304")
10 mpw_line = string.replace(mpw_line, "\\xC5", "\305")
11 mpw_line = string.replace(mpw_line, "\\xFF", "\377")
12 mpw_line = string.replace(mpw_line, "\n", "\r")
13 mpw_line = string.replace(mpw_line, "\\n", "\n")
17 asc_line = string.replace(mpw_line, "\n", "\\n")
18 asc_line = string.replace(asc_line, "\r", "\n")
19 asc_line = string.replace(asc_line, "\245", "\\xA5")
[all …]
/external/deqp/android/cts/main/vk-main-2022-03-01/
Dfragment-shading-rate.txt26 …y_cmd_buff.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.151x431.samples1.…
27 …y_cmd_buff.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.151x431.samples16…
28 …y_cmd_buff.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.151x431.samples2.…
29 …y_cmd_buff.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.151x431.samples4.…
30 …y_cmd_buff.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.151x431.samples8.…
31 …mary_cmd_buff.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.1x1.samples1.vs
32 …ary_cmd_buff.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.1x1.samples16.vs
33 …mary_cmd_buff.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.1x1.samples2.vs
34 …mary_cmd_buff.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.1x1.samples4.vs
35 …mary_cmd_buff.monolithic.apisamplemask.dynamic.attachment.noshaderrate.keep.replace.1x1.samples8.vs
[all …]
/external/bc/
Dconfigure.sh436 replace() { function
510 _gen_file_list_contents=$(replace "$_gen_file_list_contents" \
521 _gen_file_list_contents=$(replace "$_gen_file_list_contents" \
525 _gen_file_list_contents=$(replace "$_gen_file_list_contents" \
529 _gen_file_list_contents=$(replace "$_gen_file_list_contents" \
1867 contents=$(replace "$contents" "INCLUDEDIR" "$INCLUDEDIR")
1868 contents=$(replace "$contents" "LIBDIR" "$LIBDIR")
1869 contents=$(replace "$contents" "VERSION" "$version")
2024 contents=$(replace "$contents" "$needle" "$replacement")
2044 contents=$(replace "$contents" "ROOTDIR" "$scriptdir")
[all …]
Dconfigure436 replace() { function
510 _gen_file_list_contents=$(replace "$_gen_file_list_contents" \
521 _gen_file_list_contents=$(replace "$_gen_file_list_contents" \
525 _gen_file_list_contents=$(replace "$_gen_file_list_contents" \
529 _gen_file_list_contents=$(replace "$_gen_file_list_contents" \
1867 contents=$(replace "$contents" "INCLUDEDIR" "$INCLUDEDIR")
1868 contents=$(replace "$contents" "LIBDIR" "$LIBDIR")
1869 contents=$(replace "$contents" "VERSION" "$version")
2024 contents=$(replace "$contents" "$needle" "$replacement")
2044 contents=$(replace "$contents" "ROOTDIR" "$scriptdir")
[all …]
/external/bcc/tools/
Dttysnoop.py189 bpf_text = bpf_text.replace('PROBE_TTY_WRITE', probe_tty_write_kfunc)
191 bpf_text = bpf_text.replace('PROBE_TTY_WRITE', probe_tty_write_kprobe)
194 bpf_text = bpf_text.replace('IOV_ITER_TYPE_NAME', 'iter_type')
195 bpf_text = bpf_text.replace('CASE_ITER_IOVEC_NAME', 'ITER_IOVEC')
197 bpf_text = bpf_text.replace('IOV_ITER_TYPE_NAME', 'type')
198 bpf_text = bpf_text.replace('CASE_ITER_IOVEC_NAME', 'ITER_IOVEC + WRITE')
208 bpf_text = bpf_text.replace('CASE_ITER_UBUF_TEXT', case_iter_ubuf_text)
209 bpf_text = bpf_text.replace('ADD_FILTER_ITER_UBUF', 'from->iter_type != ITER_UBUF &&')
211 bpf_text = bpf_text.replace('CASE_ITER_UBUF_TEXT', '')
212 bpf_text = bpf_text.replace('ADD_FILTER_ITER_UBUF', '')
[all …]
Dtcprtt.py153 bpf_text = bpf_text.replace('LPORTFILTER',
157 bpf_text = bpf_text.replace('LPORTFILTER', '')
161 bpf_text = bpf_text.replace('RPORTFILTER',
165 bpf_text = bpf_text.replace('RPORTFILTER', '')
172 s = ('\\' + struct.unpack("=16s", naddr)[0].hex('\\')).replace('\\', '\\x')
180 bpf_text = bpf_text.replace('LADDRFILTER', addrfilter(args.laddr, 'saddr'))
182 bpf_text = bpf_text.replace('LADDRFILTER', '')
186 bpf_text = bpf_text.replace('RADDRFILTER', addrfilter(args.raddr, 'daddr'))
188 bpf_text = bpf_text.replace('RADDRFILTER', '')
190 bpf_text = bpf_text.replace('FAMILYFILTER',
[all …]
Dfunclatency.py98 pattern = pattern.replace('*', '.*')
163 bpf_text = bpf_text.replace('FILTER',
166 bpf_text = bpf_text.replace('FILTER', '')
168 bpf_text = bpf_text.replace('FACTOR', 'delta /= 1000000;')
171 bpf_text = bpf_text.replace('FACTOR', 'delta /= 1000;')
174 bpf_text = bpf_text.replace('FACTOR', '')
180 bpf_text = bpf_text.replace('TYPEDEF',
196 bpf_text = bpf_text.replace('STORAGE',
202 bpf_text = bpf_text.replace('FUNCTION',
235 bpf_text = bpf_text.replace('ENTRYSTORE',
[all …]
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/text/
DStrSubstitutorTest.java104 …assertEquals("The quick brown fox jumps over the moon.", sub.replace("The ${animal} jumps over the… in testReplaceChangedMap()
124 assertEquals("GBP12.50 charged", sub.replace("${code}${amount} charged")); in testReplaceAdjacentAtStart()
135 assertEquals("Amount is GBP12.50", sub.replace("Amount is ${code}${amount}")); in testReplaceAdjacentAtEnd()
251 () -> sub.replace("The ${animal} jumps over the ${target}."), in testCyclicReplacement()
259 () -> sub2.replace("The ${animal} jumps over the ${target}."), in testCyclicReplacement()
293 … assertEquals("${animal} jumps", sub.replace("The ${animal} jumps over the ${target}.", 4, 15)); in testReplacePartialString_noReplace()
308 sub.replace("The ${animal.${species}} jumps over the ${target}."), in testReplaceInVariable()
313 sub.replace("The ${animal.${species}} jumps over the ${target}."), in testReplaceInVariable()
317 …sub.replace("The ${unknown.animal.${unknown.species:-1}:-fox} jumps over the ${unknown.target:-laz… in testReplaceInVariable()
332 sub.replace("The ${animal.${species}} jumps over the ${target}."), in testReplaceInVariableDisabled()
[all …]
/external/antlr/runtime/Python3/tests/
Dt048rewrite.py54 tokens.replace(0, "x")
63 tokens.replace(2, "x")
72 tokens.replace(1, "x")
81 tokens.replace(1, "x")
82 tokens.replace(1, "y")
92 tokens.replace(1, "x")
93 tokens.replace(1, "y")
102 tokens.replace(1, "x")
112 tokens.replace(0, 2, "x")
123 tokens.replace(0, "x") # supercedes insert at 0
[all …]
/external/antlr/runtime/Python/tests/
Dt048rewrite.py54 tokens.replace(0, "x")
63 tokens.replace(2, "x")
72 tokens.replace(1, "x")
81 tokens.replace(1, "x")
82 tokens.replace(1, "y")
92 tokens.replace(1, "x")
93 tokens.replace(1, "y")
102 tokens.replace(1, "x")
112 tokens.replace(0, 2, "x")
127 tokens.replace(0, "x") # supercedes insert at 0
[all …]
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DNistUnits.java131 _siAcceptable.add(parts.get(0).toLowerCase(Locale.ROOT).replace(' ', '-')); in load()
180 Rational.of((parts.get(2) + parts.get(3)).replace(" ", "")); in load()
413 source = replace(footnotes, source, "", changes); in extractUnit()
418 source = replace(temperature, source, " $1$2$3", changes); in extractUnit()
421 source = source.replace("(sidereal)", "sidereal"); in extractUnit()
422 source = source.replace("(mean)", "mean"); in extractUnit()
423 source = source.replace("(printer's)", "printer"); in extractUnit()
425 source = source.replace("therm (U.S.)", "therm-us"); in extractUnit()
426 source = source.replace("(U.S.)", ""); in extractUnit()
428 source = source.replace("(long, 112 lb)", " long"); in extractUnit()
[all …]
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_replace.py3 from idlelib.replace import ReplaceDialog
66 replace = self.dialog.replace_it
75 replace()
82 replace()
88 replace()
96 replace()
104 replace()
107 replace()
111 replace()
118 replace()
[all …]

12345678910>>...279