Home
last modified time | relevance | path

Searched defs:replace (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
DConcurrentMap.java32 V replace(K key, V value); in replace() method
34 boolean replace(K key, V oldValue, V newValue); in replace() method
DConcurrentHashMap.java73 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/
DForwardingConcurrentMap.java52 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/
DbinderVersion.pl14 sub replace () { subroutine
Dversion.pl11 sub replace () { subroutine
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DReplaceable.java126 void replace(int start, int limit, String text); in replace() method
149 void replace(int start, int limit, char[] chars, in replace() method
DReplaceableString.java149 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
DUnicodeReplacer.java41 public abstract int replace(Replaceable text, in replace() method
/external/icu/android_icu4j/src/main/java/android/icu/text/
DReplaceable.java121 void replace(int start, int limit, String text); in replace() method
143 void replace(int start, int limit, char[] chars, in replace() method
DReplaceableString.java140 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
DUnicodeReplacer.java42 public abstract int replace(Replaceable text, in replace() method
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
DConversionRule.java40 public String replace(Matcher matcher); in replace() method
/external/clang/include/clang/AST/
DUnresolvedSet.h93 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/
DSkRecord.h79 T* replace(int i) { in replace() function
92 T* replace(int i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace() function
/external/skqp/src/core/
DSkRecord.h79 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/
DWildcard.java102 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/
Dplatform_CryptohomeNonDirs.py23 def replace(self, src, dest): member in platform_CryptohomeNonDirs
/external/tensorflow/tensorflow/compiler/tf2xla/
Dstr_util_test.cc31 string text, const std::vector<std::pair<string, string>>& replace, in ExpectReplaceAllPairs() argument
Dstr_util.cc37 const std::vector<std::pair<string, string>>& replace) { in ReplaceAllPairs() argument
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DUtils.java61 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/
DTokenRewriteStream.java247 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/
DKeyedSet.java83 public abstract V replace(V v); in replace() method
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.modifiers/
Dreplace_filename.pass.cpp63 path replace(TC.filename); in main() local
/external/python/cpython2/Demo/turtle/
Dtdemo_lindenmayer_indian.py30 def replace( seq, replacementRules, n ): function
/external/python/cpython3/Lib/turtledemo/
Dlindenmayer.py30 def replace( seq, replacementRules, n ): function

12345678910>>...12