Home
last modified time | relevance | path

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

12345678910>>...22

/external/cronet/third_party/boringssl/src/pki/
Dimport_spec.json4 "replace": ""}, string
6 "replace": ""}, string
8 "replace": "~Result();"}, string
10 "replace": "void"}, string
12 "replace": ""}, string
14 "replace": ""}, string
16 "replace": ""}, string
18 "replace": "#include \"fillins/check.h\""}, string
20 "replace": ""}, string
22 "replace": "#include \"fillins/check.h\""}, string
[all …]
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/algorithm/transformation/
Dreplace.hpp21 struct replace struct
23 typedef transform_view<Sequence, detail::replacer<T> > type;
34 replace(Sequence const& seq, T const& old_value, T const& new_value) in replace() function
/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/cronet/third_party/libc++/src/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
Dreplace_filename.pass.cpp33 path replace; in test_replace_filename_method() local
42 const path replace("bar.out"); in test_replace_filename_method() local
57 path replace; in test_replace_filename_ec_method() local
67 const path replace("bar.out"); in test_replace_filename_ec_method() local
79 const path replace = static_env.NonEmptyFile.filename(); in test_replace_filename_ec_method() local
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/
DStrSubstitutor.java207 public static <V> String replace(final Object source, final Map<String, V> valueMap) { in replace() method in StrSubstitutor
224 …public static <V> String replace(final Object source, final Map<String, V> valueMap, final String … in replace() method in StrSubstitutor
236 public static String replace(final Object source, final Properties valueProperties) { in replace() method in StrSubstitutor
415 public String replace(final String source) { in replace() method in StrSubstitutor
439 public String replace(final String source, final int offset, final int length) { in replace() method in StrSubstitutor
458 public String replace(final char[] source) { in replace() method in StrSubstitutor
481 public String replace(final char[] source, final int offset, final int length) { in replace() method in StrSubstitutor
498 public String replace(final StringBuffer source) { in replace() method in StrSubstitutor
521 public String replace(final StringBuffer source, final int offset, final int length) { in replace() method in StrSubstitutor
539 public String replace(final CharSequence source) { in replace() method in StrSubstitutor
[all …]
/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.java18 CldrValue replace = ldml("units/durationUnit[@type=\"foo\"]/durationUnitPattern", "YYY"); in TestSimple() local
47 CldrValue replace = ldml("numbers/currencies/currency[@type=\"USD\"]/displayName", "VALUE"); in TestBadReplacementPath() local
69 CldrValue replace = ldml("numbers/currencies/currency[@type=\"USD\"]/displayName", "XXX"); in TestBadReplacementAttributes() local
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/
Dreplace.hpp30 replace(ForwardRange& rng, const Value& what, in replace() function
41 replace(const ForwardRange& rng, const Value& what, in replace() function
/external/perfetto/src/trace_processor/perfetto_sql/engine/
Dperfetto_sql_parser.h53 bool replace; member
62 bool replace; member
71 bool replace; member
88 bool replace; member
/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/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/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
/external/icu/icu4j/main/core/src/main/java/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.js50 {test: /eval\(.*\(moduleName\);/g, replace: 'undefined;'}, property
55 {test: /process\.env\.NODE_ENV/g, replace: "'production'"}, property
/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/symbol/
DKSType.kt70 fun replace(arguments: List<KSTypeArgument>): KSType method
/external/cronet/third_party/apache-portable-runtime/src/helpers/
Dapr_rename.pl33 sub replace { subroutine
/external/mesa3d/src/gfxstream/guest/GoldfishAddressSpace/
Dgoldfish_address_space.cpp22 void GoldfishAddressSpaceBlock::replace(GoldfishAddressSpaceBlock *other) in replace() function in GoldfishAddressSpaceBlock
/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/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/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/detail/
Dsequence.hpp167 inline void replace( in replace() function
179 inline void replace( in replace() function

12345678910>>...22