| /external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/ | 
| D | StrSubstitutor.java | 207     public static <V> String replace(final Object source, final Map<String, V> valueMap) {  in replace()  method in StrSubstitutor224 …public static <V> String replace(final Object source, final Map<String, V> valueMap, final String …  in replace()  method in StrSubstitutor
 236     public static String replace(final Object source, final Properties valueProperties) {  in replace()  method in StrSubstitutor
 415     public String replace(final String source) {  in replace()  method in StrSubstitutor
 439     public String replace(final String source, final int offset, final int length) {  in replace()  method in StrSubstitutor
 458     public String replace(final char[] source) {  in replace()  method in StrSubstitutor
 481     public String replace(final char[] source, final int offset, final int length) {  in replace()  method in StrSubstitutor
 498     public String replace(final StringBuffer source) {  in replace()  method in StrSubstitutor
 521     public String replace(final StringBuffer source, final int offset, final int length) {  in replace()  method in StrSubstitutor
 539     public String replace(final CharSequence source) {  in replace()  method in StrSubstitutor
 [all …]
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/ | 
| D | replace_filename.pass.cpp | 32     path replace;  in test_replace_filename_method()  local41     const path replace("bar.out");  in test_replace_filename_method()  local
 56     path replace;  in test_replace_filename_ec_method()  local
 66     const path replace("bar.out");  in test_replace_filename_ec_method()  local
 78     const path replace = static_env.NonEmptyFile.filename();  in test_replace_filename_ec_method()  local
 
 | 
| /external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/ | 
| D | replace_filename.pass.cpp | 36     path replace;  in TEST_CASE()  local45     const path replace("bar.out");  in TEST_CASE()  local
 59     path replace;  in TEST_CASE()  local
 69     const path replace("bar.out");  in TEST_CASE()  local
 81     const path replace = StaticEnv::NonEmptyFile.filename();  in TEST_CASE()  local
 
 | 
| /external/ComputeLibrary/arm_compute/core/utils/misc/ | 
| D | Macros.h | 31 #define ARM_COMPUTE_DEPRECATED_REL_REPLACE(rel, replace) [[deprecated("Deprecated in : " #rel " - U…  argument37 #define ARM_COMPUTE_DEPRECATED_REL_REPLACE(rel, replace) __attribute__((deprecated("Deprecated in :…  argument
 43 #define ARM_COMPUTE_DEPRECATED_REL_REPLACE(rel, replace)  argument
 
 | 
| /external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ | 
| D | FilteredDataTest.java | 31         CldrValue replace =  in testSimple()  local60         CldrValue replace =  in testBadReplacementPath()  local
 80         CldrValue replace =  in testBadReplacementAttributes()  local
 
 | 
| /external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/api/ | 
| D | FilteredDataTest.java | 20         CldrValue replace =  in TestSimple()  local48         CldrValue replace =  in TestBadReplacementPath()  local
 70         CldrValue replace =  in TestBadReplacementAttributes()  local
 
 | 
| /external/guava/guava/src/com/google/common/collect/ | 
| D | ForwardingConcurrentMap.java | 66   public V replace(K key, V value) {  in replace()  method in ForwardingConcurrentMap72   public boolean replace(K key, V oldValue, V newValue) {  in replace()  method in ForwardingConcurrentMap
 
 | 
| /external/guava/android/guava/src/com/google/common/collect/ | 
| D | ForwardingConcurrentMap.java | 66   public V replace(K key, V value) {  in replace()  method in ForwardingConcurrentMap72   public boolean replace(K key, V oldValue, V newValue) {  in replace()  method in ForwardingConcurrentMap
 
 | 
| /external/icu/android_icu4j/src/main/java/android/icu/text/ | 
| D | Replaceable.java | 121     void replace(int start, int limit, String text);  in replace()  method143     void replace(int start, int limit, char[] chars,  in replace()  method
 
 | 
| D | ReplaceableString.java | 140     public void replace(int start, int limit, String text) {  in replace()  method in ReplaceableString157     public void replace(int start, int limit, char[] chars,  in replace()  method in ReplaceableString
 
 | 
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ | 
| D | Replaceable.java | 126     void replace(int start, int limit, String text);  in replace()  method149     void replace(int start, int limit, char[] chars,  in replace()  method
 
 | 
| D | ReplaceableString.java | 149     public void replace(int start, int limit, String text) {  in replace()  method in ReplaceableString167     public void replace(int start, int limit, char[] chars,  in replace()  method in ReplaceableString
 
 | 
| /external/perfetto/ui/config/ | 
| D | rollup.config.js | 49           {test: /eval\(.*\(moduleName\);/g, replace: 'undefined;'},  property54           {test: /process\.env\.NODE_ENV/g, replace: '\'production\''},  property
 
 | 
| /external/clang/include/clang/AST/ | 
| D | UnresolvedSet.h | 93   bool replace(const NamedDecl* Old, NamedDecl *New) {  in replace()  function102   void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); }  in replace()  function
 104   void replace(iterator I, NamedDecl *New, AccessSpecifier AS) {  in replace()  function
 
 | 
| /external/slf4j/ | 
| D | binderVersion.pl | 14 sub replace () {  subroutine
 | 
| D | version.pl | 11 sub replace () {  subroutine
 | 
| /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/ | 
| D | TokenRewriteStream.java | 251 	public void replace(int index, Object text) {  in replace()  method in TokenRewriteStream255 	public void replace(int from, int to, Object text) {  in replace()  method in TokenRewriteStream
 259 	public void replace(Token indexT, Object text) {  in replace()  method in TokenRewriteStream
 263 	public void replace(Token from, Token to, Object text) {  in replace()  method in TokenRewriteStream
 267 	public void replace(String programName, int from, int to, Object text) {  in replace()  method in TokenRewriteStream
 277 	public void replace(String programName, Token from, Token to, Object text) {  in replace()  method in TokenRewriteStream
 
 | 
| /external/oss-fuzz/infra/cifuzz/ | 
| D | clusterfuzz_deployment.py | 66 …def upload_corpus(self, target_name, corpus_dir, replace=False):  # pylint: disable=no-self-use,un…  argument155   def upload_corpus(self, target_name, corpus_dir, replace=False):  argument
 275 …def upload_corpus(self, target_name, corpus_dir, replace=False):  # pylint: disable=no-self-use,un…  argument
 326 …def upload_corpus(self, target_name, corpus_dir, replace=False):  # pylint: disable=no-self-use,un…  argument
 
 | 
| /external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ | 
| D | IcuData.java | 84     public void replace(RbPath rbPath, String element) {  in replace()  method in IcuData91     public void replace(RbPath rbPath, RbValue rbValue) {  in replace()  method in IcuData
 
 | 
| /external/pigweed/pw_hdlc/ts/ | 
| D | util.ts | 21 export function replace(  function
 | 
| /external/jarjar/src/main/com/tonicsystems/jarjar/ | 
| D | Wildcard.java | 121     public String replace(String value) {  in replace()  method in Wildcard156     private static String replaceAllLiteral(Pattern pattern, String value, String replace) {  in replaceAllLiteral()
 
 | 
| /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/ | 
| D | ConversionRule.java | 40     public String replace(Matcher matcher);  in replace()  method
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/ | 
| D | replace.h | 23 replace(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new…  in replace()  function
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/__filesystem/ | 
| D | perm_options.h | 27   replace = 1,  enumerator
 | 
| /external/rust/crates/regex/tests/ | 
| D | replace.rs | 1 macro_rules! replace(  macro
 |