Home
last modified time | relevance | path

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

12345678910>>...17

/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/ComputeLibrary/arm_compute/core/utils/misc/
DMacros.h31 #define ARM_COMPUTE_DEPRECATED_REL_REPLACE(rel, replace) [[deprecated("Deprecated in : " #rel " - U… argument
37 #define ARM_COMPUTE_DEPRECATED_REL_REPLACE(rel, replace) __attribute__((deprecated("Deprecated in :… argument
43 #define ARM_COMPUTE_DEPRECATED_REL_REPLACE(rel, replace) argument
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
DFilteredDataTest.java31 CldrValue replace = in testSimple() local
60 CldrValue replace = in testBadReplacementPath() local
80 CldrValue replace = in testBadReplacementAttributes() local
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/api/
DFilteredDataTest.java20 CldrValue replace = in TestSimple() local
48 CldrValue replace = in TestBadReplacementPath() local
70 CldrValue replace = in TestBadReplacementAttributes() local
/external/guava/android/guava/src/com/google/common/collect/
DForwardingConcurrentMap.java66 public V replace(K key, V value) { in replace() method in ForwardingConcurrentMap
72 public boolean replace(K key, V oldValue, V newValue) { in replace() method in ForwardingConcurrentMap
/external/guava/guava/src/com/google/common/collect/
DForwardingConcurrentMap.java66 public V replace(K key, V value) { in replace() method in ForwardingConcurrentMap
72 public boolean replace(K key, V oldValue, V newValue) { in replace() method in ForwardingConcurrentMap
/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/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
/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/perfetto/ui/config/
Drollup.config.js56 {test: /eval\(.*\(moduleName\);/g, replace: 'undefined;'}, property
61 {test: /process\.env\.NODE_ENV/g, replace: '\'production\''}, property
/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/oss-fuzz/infra/cifuzz/
Dclusterfuzz_deployment.py66 …def upload_corpus(self, target_name, corpus_dir, replace=False): # pylint: disable=no-self-use,un… argument
155 def upload_corpus(self, target_name, corpus_dir, replace=False): argument
275 …def upload_corpus(self, target_name, corpus_dir, replace=False): # pylint: disable=no-self-use,un… argument
326 …def upload_corpus(self, target_name, corpus_dir, replace=False): # pylint: disable=no-self-use,un… argument
/external/slf4j/
Dversion.pl11 sub replace () { subroutine
DbinderVersion.pl14 sub replace () { subroutine
/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/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuData.java84 public void replace(RbPath rbPath, String element) { in replace() method in IcuData
91 public void replace(RbPath rbPath, RbValue rbValue) { in replace() method in IcuData
/external/rust/crates/regex/tests/
Dreplace.rs1 macro_rules! replace( macro
/external/pigweed/pw_hdlc/ts/
Dutil.ts21 export function replace( function
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
DConversionRule.java40 public String replace(Matcher matcher); in replace() method
/external/bc/
Dconfigure.sh359 replace() { function
Dconfigure359 replace() { function
/external/autotest/client/site_tests/platform_CryptohomeNonDirs/
Dplatform_CryptohomeNonDirs.py23 def replace(self, src, dest): member in platform_CryptohomeNonDirs

12345678910>>...17