/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/ |
D | ConcurrentMap.java | 32 V replace(K key, V value); in replace() method 34 boolean replace(K key, V oldValue, V newValue); in replace() method
|
D | ConcurrentHashMap.java | 73 public boolean replace(K key, V oldValue, V newValue) { in replace() method in ConcurrentHashMap 84 public V replace(K key, V value) { in replace() method in ConcurrentHashMap
|
/external/guava/guava/src/com/google/common/collect/ |
D | ForwardingConcurrentMap.java | 52 public V replace(K key, V value) { in replace() method in ForwardingConcurrentMap 57 public boolean replace(K key, V oldValue, V newValue) { in replace() method in ForwardingConcurrentMap
|
/external/slf4j/ |
D | binderVersion.pl | 14 sub replace () { subroutine
|
D | version.pl | 11 sub replace () { subroutine
|
/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() method 149 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 ReplaceableString 167 public void replace(int start, int limit, char[] chars, in replace() method in ReplaceableString
|
D | UnicodeReplacer.java | 41 public abstract int replace(Replaceable text, in replace() method
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Replaceable.java | 121 void replace(int start, int limit, String text); in replace() method 143 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 ReplaceableString 157 public void replace(int start, int limit, char[] chars, in replace() method in ReplaceableString
|
D | UnicodeReplacer.java | 42 public abstract int replace(Replaceable text, in replace() method
|
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/ |
D | ConversionRule.java | 40 public String replace(Matcher matcher); in replace() method
|
/external/clang/include/clang/AST/ |
D | UnresolvedSet.h | 93 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace() function 102 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/skia/src/core/ |
D | SkRecord.h | 79 T* replace(int i) { in replace() function 92 T* replace(int i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace() function
|
/external/skqp/src/core/ |
D | SkRecord.h | 79 T* replace(int i) { in replace() function 92 T* replace(int i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace() function
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
D | Wildcard.java | 102 public String replace(String value) { in replace() method in Wildcard 137 private static String replaceAllLiteral(Pattern pattern, String value, String replace) { in replaceAllLiteral()
|
/external/autotest/client/site_tests/platform_CryptohomeNonDirs/ |
D | platform_CryptohomeNonDirs.py | 23 def replace(self, src, dest): member in platform_CryptohomeNonDirs
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | str_util_test.cc | 31 string text, const std::vector<std::pair<string, string>>& replace, in ExpectReplaceAllPairs() argument
|
D | str_util.cc | 37 const std::vector<std::pair<string, string>>& replace) { in ReplaceAllPairs() argument
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
D | Utils.java | 61 public static String replace(String src, String replacee, String replacer) { in replace() method in Utils
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | TokenRewriteStream.java | 247 public void replace(int index, Object text) { in replace() method in TokenRewriteStream 251 public void replace(int from, int to, Object text) { in replace() method in TokenRewriteStream 255 public void replace(Token indexT, Object text) { in replace() method in TokenRewriteStream 259 public void replace(Token from, Token to, Object text) { in replace() method in TokenRewriteStream 263 public void replace(String programName, int from, int to, Object text) { in replace() method in TokenRewriteStream 273 public void replace(String programName, Token from, Token to, Object text) { in replace() method in TokenRewriteStream
|
/external/annotation-tools/scene-lib/src/annotations/util/coll/ |
D | KeyedSet.java | 83 public abstract V replace(V v); in replace() method
|
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.modifiers/ |
D | replace_filename.pass.cpp | 63 path replace(TC.filename); in main() local
|
/external/python/cpython2/Demo/turtle/ |
D | tdemo_lindenmayer_indian.py | 30 def replace( seq, replacementRules, n ): function
|
/external/python/cpython3/Lib/turtledemo/ |
D | lindenmayer.py | 30 def replace( seq, replacementRules, n ): function
|