Home
last modified time | relevance | path

Searched defs:replacement (Results 51 - 75 of 155) sorted by relevance

1234567

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlexical_env_specialization_pass.cpp334 GateRef replacement = acc_.GetValueIn(func, acc_.GetNumValueIn(func) - 1); // 1: last value in in TryGetReplaceEnv() local
H A Descape_analysis.cpp177 void GateInfo::SetReplacement(GateRef replacement) in SetReplacement() argument
208 void EscapeAnalysis::SetReplacement(GateRef gate, GateRef replacement) in SetReplacement() argument
223 GateRef replacement = TryGetReplacement(gate); in GetCurrentGate() local
/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Dutils.cpp149 void Replace(std::string &target, std::string search, std::string replacement) in Replace() argument
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Ddma-resv.c335 dma_resv_replace_fences(struct dma_resv *obj, uint64_t context, struct dma_fence *replacement, enum dma_resv_usage usage) dma_resv_replace_fences() argument
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
H A DSupplementalDataTest.java327 private static CldrValue languageAlias(String type, String replacement) { in languageAlias() argument
332 private static CldrValue scriptAlias(String type, String replacement) { in scriptAlias() argument
337 private static CldrValue territoryAlias(String type, String replacement) { in territoryAlias() argument
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTestData.java74 static CldrValue alias(AliasType type, AliasReason reason, String value, String... replacement) { in alias() argument
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dstringutil.cc118 GlobalReplaceSubstring(const string& substring, const string& replacement, string* s) GlobalReplaceSubstring() argument
/third_party/node/deps/v8/src/compiler/
H A Dgraph-reducer.cc212 Replace(Node* node, Node* replacement) Replace() argument
217 Replace(Node* node, Node* replacement, NodeId max_id) Replace() argument
[all...]
H A Dgraph-reducer.h37 Node* replacement() const { return replacement_; } in replacement() function in v8::internal::compiler::final
106 void Replace(Node* node, Node* replacement) { in Replace() argument
[all...]
H A Dredundancy-elimination.cc213 bool TypeSubsumes(Node* node, Node* replacement) { in TypeSubsumes() argument
H A Descape-analysis-reducer.cc39 ReplaceNode(Node* original, Node* replacement) ReplaceNode() argument
[all...]
H A Dmemory-optimizer.cc259 void MemoryOptimizer::ReplaceUsesAndKillNode(Node* node, Node* replacement) { in ReplaceUsesAndKillNode() argument
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-strings.cc27 Handle<String> replacement = args.at<String>(3); in RUNTIME_FUNCTION() local
440 Handle<String> replacement = in RUNTIME_FUNCTION() local
/third_party/skia/src/sksl/ir/
H A DSkSLSwizzle.cpp112 std::unique_ptr<Expression> replacement; in optimize_constructor_swizzle() local
/third_party/skia/third_party/externals/tint/src/
H A Dclone_context_test.cc330 auto* replacement = a.Create<Node>(cloned.Symbols().New("replacement")); TEST_F() local
362 auto* replacement = a.Create<Node>(cloned.Symbols().New("replacement")); TEST_F() local
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil_unittest.cc846 char replacement = std::get<3>(GetParam()); in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/common/
H A Dstring_utils.cpp250 ReplaceSubstring(std::string *str, const std::string &substring, const std::string &replacement) ReplaceSubstring() argument
263 ReplaceAllSubstrings(std::string *str, const std::string &substring, const std::string &replacement) ReplaceAllSubstrings() argument
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_dualfwk_restore.cpp415 std::string replacement = "media/local"; in DupToneFile() local
/kernel/linux/linux-5.10/drivers/md/
H A Draid10.h19 struct md_rdev *rdev, *replacement; member
/kernel/linux/linux-6.6/drivers/md/
H A Draid10.h19 struct md_rdev *rdev, *replacement; member
/third_party/cJSON/tests/
H A Dmisc_tests.c343 cJSON *replacement = NULL; in cjson_replace_item_in_object_should_preserve_name() local
/third_party/mesa3d/src/mesa/main/
H A Darbprogram.c380 GLcharARB *replacement; in set_program_string() local
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dxmlparser.cpp589 UnicodeString replacement; in replaceCharRefs() local
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp589 UnicodeString replacement; in replaceCharRefs() local
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetEncoderICU.java97 CharsetEncoderICU(CharsetICU cs, byte[] replacement) { in CharsetEncoderICU() argument

Completed in 20 milliseconds

1234567