Home
last modified time | relevance | path

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

12345678910>>...16

/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
Dreplace_filename.pass.cpp36 path replace; in TEST_CASE() local
45 const path replace("bar.out"); in TEST_CASE() local
59 path replace; in TEST_CASE() local
69 const path replace("bar.out"); in TEST_CASE() local
81 const path replace = StaticEnv::NonEmptyFile.filename(); in TEST_CASE() local
/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/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/
Dversion.pl11 sub replace () { subroutine
DbinderVersion.pl14 sub replace () { subroutine
/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/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/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/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
DConversionRule.java40 public String replace(Matcher matcher); in replace() method
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DTokenRewriteStream.java251 public void replace(int index, Object text) { in replace() method in TokenRewriteStream
255 public void replace(int from, int to, Object text) { in replace() method in TokenRewriteStream
259 public void replace(Token indexT, Object text) { in replace() method in TokenRewriteStream
263 public void replace(Token from, Token to, Object text) { in replace() method in TokenRewriteStream
267 public void replace(String programName, int from, int to, Object text) { in replace() method in TokenRewriteStream
277 public void replace(String programName, Token from, Token to, Object text) { in replace() method in TokenRewriteStream
/external/autotest/client/site_tests/platform_CryptohomeNonDirs/
Dplatform_CryptohomeNonDirs.py23 def replace(self, src, dest): member in platform_CryptohomeNonDirs
/external/antlr/tool/src/main/java/org/antlr/misc/
DUtils.java58 public static String replace(String src, String replacee, String replacer) { in replace() method in Utils
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/
Dreplace_filename.pass.cpp65 path replace(TC.filename); in main() local
/external/python/cpython3/Lib/turtledemo/
Dlindenmayer.py30 def replace( seq, replacementRules, n ): function
/external/python/cpython2/Demo/turtle/
Dtdemo_lindenmayer_indian.py30 def replace( seq, replacementRules, n ): function
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DReplaceableTest.java144 public void replace(int start, int limit, String text) { in replace() method in ReplaceableTest.TestReplaceable
154 public void replace(int start, int limit, char[] charArray, in replace() method in ReplaceableTest.TestReplaceable
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DReplaceableTest.java141 public void replace(int start, int limit, String text) { in replace() method in ReplaceableTest.TestReplaceable
151 public void replace(int start, int limit, char[] charArray, in replace() method in ReplaceableTest.TestReplaceable

12345678910>>...16