/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 | version.pl | 11 sub replace () { subroutine
|
D | binderVersion.pl | 14 sub replace () { subroutine
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Replaceable.java | 123 void replace(int start, int limit, String text); in replace() method 145 void replace(int start, int limit, char[] chars, in replace() method
|
D | ReplaceableString.java | 136 public void replace(int start, int limit, String text) { in replace() method in ReplaceableString 152 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
|
D | FunctionReplacer.java | 51 public int replace(Replaceable text, in replace() method in FunctionReplacer
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Replaceable.java | 128 void replace(int start, int limit, String text); in replace() method 151 void replace(int start, int limit, char[] chars, in replace() method
|
D | ReplaceableString.java | 145 public void replace(int start, int limit, String text) { in replace() method in ReplaceableString 162 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/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/ |
D | ConversionRule.java | 40 public String replace(Matcher matcher); in replace() method
|
D | SingleConversionRule.java | 67 public String replace(Matcher matcher) { in replace() method in SingleConversionRule
|
D | MultiGroupConversionRule.java | 80 public String replace(Matcher matcher) { in replace() method in MultiGroupConversionRule
|
/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/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 | 19 def replace(self, src, dest): member in platform_CryptohomeNonDirs
|
/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/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/icu/icu4c/source/common/unicode/ |
D | urep.h | 108 void (*replace)(UReplaceable* rep, member
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | FunctionReplacer.java | 50 public int replace(Replaceable text, in replace() method in FunctionReplacer
|