Home
last modified time | relevance | path

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

123456

/third_party/node/deps/v8/src/compiler/
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...]
H A Dcsa-load-elimination.cc356 Node* replacement = in ReduceLoadFromObject() local
/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
/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
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DFormatSpec.java592 abstract Optional<String> replacement(); replacement() method in FormatSpec.FormatGroup
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_substitute.c220 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, PCRE2_UCHAR *buffer, PCRE2_SIZE *blength) pcre2_substitute() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DMonomorphizeUnsupportedFunctions.cpp428 TIntermSequence replacement; variable
459 TIntermSequence replacement; variable
482 TIntermSequence replacement; SortDeclarations() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermTraverse.cpp539 const NodeUpdateEntry &replacement = mReplacements[ii]; in updateTree() local
577 const NodeReplaceWithMultipleEntry &replacement = mMultiReplacements[ii]; updateTree() local
596 queueReplacement(TIntermNode *replacement, OriginalNode originalStatus) queueReplacement() argument
598 queueReplacementWithParent(getParentNode(), mPath.back(), replacement, originalStatus); queueReplacement() local
601 queueReplacementWithParent(TIntermNode *parent, TIntermNode *original, TIntermNode *replacement, OriginalNode originalStatus) queueReplacementWithParent() argument
610 queueAccessChainReplacement(TIntermTyped *replacement) queueAccessChainReplacement() argument
638 queueReplacementWithParent(getAncestorNode(ancestorIndex), toReplace, replacement, queueAccessChainReplacement() local
[all...]
H A DIntermTraverse.h312 TIntermNode *replacement; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DDeclarePerVertexBlocks.cpp234 auto replacement = mVariableMap.find(variable); variable
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dxmlparser.cpp589 UnicodeString replacement; in replaceCharRefs() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DComputeLayoutMemoryBufferTests.cpp26 ReplaceAll(std::string str, const std::string& substr, const std::string& replacement) ReplaceAll() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer.hh94 hb_codepoint_t replacement; /* U+FFFD or something else. */ member

Completed in 22 milliseconds

123456