/aosp_15_r20/prebuilts/go/linux-x86/src/strings/ |
D | replace.go | 14 type Replacer struct { struct 15 once sync.Once // guards buildOnce method 16 r replacer member 17 oldnew []string 39 func (r *Replacer) buildOnce() { 44 func (b *Replacer) build() replacer { 95 func (r *Replacer) Replace(s string) string { 101 func (r *Replacer) WriteString(w io.Writer, s string) (n int, err error) {
|
D | export_test.go | 7 func (r *Replacer) Replacer() any { func
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/regex/ |
H A D | bytes.rs | 2428 pub trait Replacer { interface 2477 impl<'a, const N: usize> Replacer for &'a [u8; N] { impl 2487 impl<const N: usize> Replacer for [u8; N] { impl 2497 impl<'a> Replacer for &'a [u8] { impl 2507 impl<'a> Replacer for &'a Vec<u8> { impl 2537 impl<'a> Replacer for &'a Cow<'a, [u8]> { impl
|
H A D | string.rs | 2431 pub trait Replacer { trait 2479 impl<'a> Replacer for &'a str { impl 2489 impl<'a> Replacer for &'a String { impl 2519 impl<'a> Replacer for &'a Cow<'a, str> { impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/ |
D | re_bytes.rs | 1111 pub trait Replacer { interface 1173 impl<'a> Replacer for &'a [u8] { impl 1183 impl<'a> Replacer for &'a Vec<u8> { impl 1213 impl<'a> Replacer for &'a Cow<'a, [u8]> { impl
|
D | re_unicode.rs | 1162 pub trait Replacer { trait 1224 impl<'a> Replacer for &'a str { impl 1234 impl<'a> Replacer for &'a String { impl 1264 impl<'a> Replacer for &'a Cow<'a, str> { impl
|
/aosp_15_r20/external/llvm/include/llvm/Transforms/Utils/ |
H A D | SimplifyLibCalls.h | 77 function_ref<void(Instruction *, Value *)> Replacer; variable
|
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/compile/ |
H A D | compile.go | 113 func sanitizeDirs(dir string, r *strings.Replacer) error {
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
H A D | SimplifyLibCalls.h | 109 function_ref<void(Instruction *, Value *)> Replacer; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | SimplifyLibCalls.h | 109 function_ref<void(Instruction *, Value *)> Replacer; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/ |
D | SimplifyLibCalls.h | 111 function_ref<void(Instruction *, Value *)> Replacer; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | SimplifyLibCalls.h | 111 function_ref<void(Instruction *, Value *)> Replacer; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | SimplifyLibCalls.h | 111 function_ref<void(Instruction *, Value *)> Replacer; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | SimplifyLibCalls.h | 111 function_ref<void(Instruction *, Value *)> Replacer; variable
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | Pick.java | 679 static class Replacer extends Visitor { class in Pick 683 Replacer(String toReplace, Pick replacement) { in Replacer() method in Pick.Replacer
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | MemorySSA.cpp | 577 bool MemorySSA::dominatesUse(const MemoryAccess *Replacer, in dominatesUse()
|
H A D | SimplifyLibCalls.cpp | 2130 function_ref<void(Instruction *, Value *)> Replacer) in LibCallSimplifier()
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | guards.py | 2109 class Replacer(ast.NodeTransformer): class in PyExprCSEPass
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | pattern_matcher.py | 1040 class Replacer(torch.fx.Interpreter): class
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 1792 bool MemorySSA::dominatesUse(const MemoryAccess *Replacer, in dominatesUse()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 3189 function_ref<void(Instruction *, Value *)> Replacer, in LibCallSimplifier()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 3702 function_ref<void(Instruction *, Value *)> Replacer, in LibCallSimplifier()
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 2440 UsesReplacer *Replacer; member in __anon034c73f00211::TypePromotionTransaction::InstructionRemover
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 2677 UsesReplacer *Replacer = nullptr; member in __anon070760120511::TypePromotionTransaction::InstructionRemover
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3050 UsesReplacer *Replacer = nullptr; member in __anon92c564980a11::TypePromotionTransaction::InstructionRemover
|