Home
last modified time | relevance | path

Searched defs:Replacer (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dreplace.go14 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) {
Dexport_test.go7 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 Dbytes.rs2428 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 Dstring.rs2431 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/
Dre_bytes.rs1111 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
Dre_unicode.rs1162 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 DSimplifyLibCalls.h77 function_ref<void(Instruction *, Value *)> Replacer; variable
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/compile/
H A Dcompile.go113 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 DSimplifyLibCalls.h109 function_ref<void(Instruction *, Value *)> Replacer; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h109 function_ref<void(Instruction *, Value *)> Replacer; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h111 function_ref<void(Instruction *, Value *)> Replacer; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h111 function_ref<void(Instruction *, Value *)> Replacer; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h111 function_ref<void(Instruction *, Value *)> Replacer; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h111 function_ref<void(Instruction *, Value *)> Replacer; variable
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DPick.java679 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 DMemorySSA.cpp577 bool MemorySSA::dominatesUse(const MemoryAccess *Replacer, in dominatesUse()
H A DSimplifyLibCalls.cpp2130 function_ref<void(Instruction *, Value *)> Replacer) in LibCallSimplifier()
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dguards.py2109 class Replacer(ast.NodeTransformer): class in PyExprCSEPass
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dpattern_matcher.py1040 class Replacer(torch.fx.Interpreter): class
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemorySSA.cpp1792 bool MemorySSA::dominatesUse(const MemoryAccess *Replacer, in dominatesUse()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3189 function_ref<void(Instruction *, Value *)> Replacer, in LibCallSimplifier()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3702 function_ref<void(Instruction *, Value *)> Replacer, in LibCallSimplifier()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2440 UsesReplacer *Replacer; member in __anon034c73f00211::TypePromotionTransaction::InstructionRemover
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2677 UsesReplacer *Replacer = nullptr; member in __anon070760120511::TypePromotionTransaction::InstructionRemover
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3050 UsesReplacer *Replacer = nullptr; member in __anon92c564980a11::TypePromotionTransaction::InstructionRemover

12