Home
last modified time | relevance | path

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

123456

/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/
Dversion.pl11 sub replace () { subroutine
DbinderVersion.pl14 sub replace () { subroutine
/external/icu/android_icu4j/src/main/java/android/icu/text/
DReplaceable.java123 void replace(int start, int limit, String text); in replace() method
145 void replace(int start, int limit, char[] chars, in replace() method
DReplaceableString.java136 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
DUnicodeReplacer.java42 public abstract int replace(Replaceable text, in replace() method
DFunctionReplacer.java51 public int replace(Replaceable text, in replace() method in FunctionReplacer
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DReplaceable.java128 void replace(int start, int limit, String text); in replace() method
151 void replace(int start, int limit, char[] chars, in replace() method
DReplaceableString.java145 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
DUnicodeReplacer.java41 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
DSingleConversionRule.java67 public String replace(Matcher matcher) { in replace() method in SingleConversionRule
DMultiGroupConversionRule.java80 public String replace(Matcher matcher) { in replace() method in MultiGroupConversionRule
/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/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.py19 def replace(self, src, dest): member in platform_CryptohomeNonDirs
/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/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/icu/icu4c/source/common/unicode/
Durep.h108 void (*replace)(UReplaceable* rep, member
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DFunctionReplacer.java50 public int replace(Replaceable text, in replace() method in FunctionReplacer

123456