/external/guava/guava/src/com/google/common/base/ |
D | CommonMatcher.java | 32 public abstract String replaceAll(String replacement); in replaceAll() method in CommonMatcher
|
D | JdkPattern.java | 74 public String replaceAll(String replacement) { in replaceAll() method in JdkPattern.JdkMatcher
|
/external/guava/android/guava/src/com/google/common/base/ |
D | CommonMatcher.java | 32 public abstract String replaceAll(String replacement); in replaceAll() method in CommonMatcher
|
D | JdkPattern.java | 74 public String replaceAll(String replacement) { in replaceAll() method in JdkPattern.JdkMatcher
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VariableReplacer.java | 38 public String replaceAll(String source, String key, String value) { in replaceAll() method in VariableReplacer
|
D | CldrUtility.java | 119 public String replaceAll(String source, String key, String value) { in replaceAll() method in CldrUtility.VariableReplacer
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | TestUtility.java | 54 public static String replaceAll(String source, UnicodeSet set, String replacement) { in replaceAll() method in TestUtility
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | TestUtility.java | 57 public static String replaceAll(String source, UnicodeSet set, String replacement) { in replaceAll() method in TestUtility
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/parametrization/ |
D | ResolvedTypeParametersMap.java | 139 public ResolvedType replaceAll(ResolvedType type) { in replaceAll() method in ResolvedTypeParametersMap
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-model/com/github/javaparser/symbolsolver/model/typesystem/parametrization/ |
D | TypeParametersMap.java | 131 public Type replaceAll(Type type) { in replaceAll() method in TypeParametersMap
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | SynchronizedBiMapTest.java | 127 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method in SynchronizedBiMapTest.TestBiMap
|
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/ |
D | ZipExtractorTask.java | 68 public ZipExtractorTask(String in, String out, Context context, boolean replaceAll) in ZipExtractorTask()
|
D | InterpreterInstaller.java | 260 protected AsyncTask<Void, Integer, Long> extract(String in, String out, boolean replaceAll) in extract()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | StringExtensions.cs | 107 public static string replaceAll( string str, string regex, string newValue ) in replaceAll() method in Antlr.Runtime.JavaExtensions.StringExtensions
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | StringExtensions.cs | 103 public static string replaceAll( this string str, string regex, string newValue ) in replaceAll() method in Antlr.Runtime.JavaExtensions.StringExtensions
|
/external/guava/guava/src/com/google/common/collect/ |
D | ForwardingNavigableMap.java | 289 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method in ForwardingNavigableMap.StandardDescendingMap
|
D | AbstractBiMap.java | 179 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method in AbstractBiMap
|
D | CompactHashMap.java | 519 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method in CompactHashMap
|
D | ImmutableMap.java | 638 public final void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method in ImmutableMap
|
D | Synchronized.java | 422 public void replaceAll(UnaryOperator<E> operator) { in replaceAll() method in Synchronized.SynchronizedList
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/ |
D | NodeList.java | 365 public void replaceAll(UnaryOperator<N> operator) { in replaceAll() method in NodeList
|
/external/clang/lib/AST/ |
D | CXXInheritance.cpp | 461 void OverridingMethods::replaceAll(UniqueVirtualMethod Overriding) { in replaceAll() function in OverridingMethods
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureFilterMinmaxTests.cpp | 88 void TextureFilterMinmaxUtils::SupportedTextureType::replaceAll(std::string& str, const std::string… in replaceAll() function in gl4cts::TextureFilterMinmaxUtils::SupportedTextureType
|
D | gl3cCullDistanceTests.cpp | 262 void CullDistance::Utilities::replaceAll(std::string& str, const std::string& from, const std::stri… in replaceAll() function in glcts::CullDistance::Utilities
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 1685 UnicodeString RegexMatcher::replaceAll(const UnicodeString &replacement, UErrorCode &status) { in replaceAll() function in RegexMatcher 1708 UText *RegexMatcher::replaceAll(UText *replacement, UText *dest, UErrorCode &status) { in replaceAll() function in RegexMatcher
|