/third_party/rust/crates/regex/tests/ |
D | replace.rs | 14 replace!(all, replace_all, r"[0-9]", "age: 26", t!("Z"), "age: ZZ"); 35 replace_all, 43 replace_all, 53 replace_all, 61 replace_all, 69 replace_all, 114 replace_all, 127 replace_all,
|
/third_party/rust/crates/regex/examples/ |
D | shootout-regex-dna-single-cheat.rs | 21 seq = regex!(">[^\n]*\n|\n").replace_all(&seq, "").into_owned(); in main() 52 let seq = replace_all(&seq, substs); in main() 57 fn replace_all(text: &str, substs: Vec<(u8, &str)>) -> String { in replace_all() function
|
D | shootout-regex-dna-cheat.rs | 28 seq = regex!(">[^\n]*\n|\n").replace_all(&seq, "").into_owned(); in main() 64 let seq = replace_all(&seq, substs); in main() 72 fn replace_all(text: &str, substs: Vec<(u8, &str)>) -> String { in replace_all() function
|
D | shootout-regex-dna-single.rs | 21 seq = regex!(">[^\n]*\n|\n").replace_all(&seq, "").into_owned(); in main() 54 seq = re.replace_all(&seq, replacement).into_owned(); in main()
|
D | shootout-regex-dna.rs | 23 seq = regex!(">[^\n]*\n|\n").replace_all(&seq, "").into_owned(); in main() 61 seq = re.replace_all(&seq, replacement).into_owned(); in main()
|
D | shootout-regex-dna-bytes.rs | 23 seq = regex!(">[^\n]*\n|\n").replace_all(&seq, &b""[..]).into_owned(); in main() 61 seq = re.replace_all(&seq, replacement).into_owned(); in main()
|
D | shootout-regex-dna-replace.rs | 15 seq = regex!(">[^\n]*\n|\n").replace_all(&seq, "").into_owned(); in main()
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_replace.py | 252 replace_all = self.dialog.replace_all 258 replace_all() 263 replace_all() 269 replace_all() 274 replace_all()
|
/third_party/flutter/skia/tools/skdiff/ |
D | skdiff_utils.cpp | 105 static SkString replace_all(const SkString &input, in replace_all() function 130 diffName = replace_all(diffName, PATH_DIV_STR, "_"); in filename_to_derived_filename()
|
/third_party/skia/tools/skdiff/ |
D | skdiff_utils.cpp | 105 static SkString replace_all(const SkString &input, in replace_all() function 130 diffName = replace_all(diffName, PATH_DIV_STR, "_"); in filename_to_derived_filename()
|
/third_party/rust/crates/regex/bench/src/ |
D | misc.rs | 98 fn replace_all(b: &mut Bencher) { in replace_all() function 101 b.iter(|| re.replace_all(text, "")); in replace_all()
|
/third_party/python/Lib/idlelib/ |
D | replace.py | 93 self.make_button("Replace All", self.replace_all) 131 def replace_all(self, event=None): member in ReplaceDialog
|
/third_party/rust/crates/regex/bench/log/old/ |
D | 01-before | 28 test bench::replace_all ... bench: 2874 ns/iter (+/- 25)
|
D | 03-new-syntax-crate | 28 test bench::replace_all ... bench: 3124 ns/iter (+/- 53)
|
D | 04-fixed-benchmark | 28 test bench::replace_all ... bench: 3,185 ns/iter (+/- 12)
|
D | 02-new-syntax-crate | 28 test bench::replace_all ... bench: 2949 ns/iter (+/- 15)
|
D | 05-thread-caching | 29 test bench::replace_all ... bench: 2168 ns/iter (+/- 152)
|
D | 09-before-compiler-rewrite | 33 test bench::replace_all ... bench: 155 ns/iter (+/- 5)
|
D | 10-compiler-rewrite | 33 test bench::replace_all ... bench: 150 ns/iter (+/- 1)
|
D | 07-prefix-improvements | 33 test bench::replace_all ... bench: 170 ns/iter (+/- 1)
|
D | 11-compiler-rewrite | 33 test bench::replace_all ... bench: 148 ns/iter (+/- 0)
|
D | 08-case-fixes | 33 test bench::replace_all ... bench: 154 ns/iter (+/- 0)
|
D | 06-major-dynamic | 33 test bench::replace_all ... bench: 579 ns/iter (+/- 3)
|
D | 06-major-macro | 33 test bench::replace_all ... bench: 1,288 ns/iter (+/- 13)
|
D | 12-executor | 35 test bench::replace_all ... bench: 136 ns/iter (+/- 2)
|