Home
last modified time | relevance | path

Searched defs:replacement (Results 126 - 150 of 155) sorted by relevance

1234567

/third_party/node/deps/v8/src/regexp/
H A Dregexp-nodes.h212 RegExpNode* replacement() { in replacement() function in v8::internal::RegExpNode
216 RegExpNode* set_replacement(RegExpNode* replacement) { in set_replacement() argument
H A Dregexp-compiler.cc1957 RegExpNode* replacement = in FilterOneByte() local
1977 RegExpNode* replacement in FilterOneByte() local
1997 RegExpNode* replacement = node->FilterOneByte(depth - 1, flags); FilterOneByte() local
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc326 Compile(Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> replacement, int capture_count, int subject_length) Compile() argument
545 StringReplaceGlobalAtomRegExpWithString( Isolate* isolate, Handle<String> subject, Handle<JSRegExp> pattern_regexp, Handle<String> replacement, Handle<RegExpMatchInfo> last_match_info) StringReplaceGlobalAtomRegExpWithString() argument
624 StringReplaceGlobalRegExpWithString( Isolate* isolate, Handle<String> subject, Handle<JSRegExp> regexp, Handle<String> replacement, Handle<RegExpMatchInfo> last_match_info) StringReplaceGlobalRegExpWithString() argument
1407 Handle<String> replacement; RegExpReplace() local
1602 Handle<String> replacement; RUNTIME_FUNCTION() local
1935 Handle<String> replacement; RUNTIME_FUNCTION() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc922 Register replacement = no_reg; in ClearRegister() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.cpp297 bool TIntermBranch::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() argument
315 bool TIntermSwizzle::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() argument
375 replaceChildNode(TIntermNode *original, TIntermNode *replacement) replaceChildNode() argument
448 replaceChildNode(TIntermNode *original, TIntermNode *replacement) replaceChildNode() argument
470 replaceChildNode(TIntermNode *original, TIntermNode *replacement) replaceChildNode() argument
516 replaceChildNode(TIntermNode *original, TIntermNode *replacement) replaceChildNode() argument
529 replaceChildNodeInternal(TIntermNode *original, TIntermNode *replacement) replaceChildNodeInternal() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
H A Dunittests.cpp338 std::string replace(std::string str, const std::string &substr, const std::string &replacement) in replace() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drematch.cpp279 appendReplacement(UnicodeString &dest, const UnicodeString &replacement, UErrorCode &status) appendReplacement() argument
302 appendReplacement(UText *dest, UText *replacement, UErrorCode &status) appendReplacement() argument
1687 replaceAll(const UnicodeString &replacement, UErrorCode &status) replaceAll() argument
1710 replaceAll(UText *replacement, UText *dest, UErrorCode &status) replaceAll() argument
1748 replaceFirst(const UnicodeString &replacement, UErrorCode &status) replaceFirst() argument
1767 replaceFirst(UText *replacement, UText *dest, UErrorCode &status) replaceFirst() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc1755 SetLocation( ast::DecorationList* decos, const ast::Decoration* replacement) SetLocation() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc1618 GlobalReplaceSubstring(const string& substring, const string& replacement, string* s) GlobalReplaceSubstring() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp1377 GetSubstitution(JSThread *thread, const JSHandle<EcmaString> &matched, const JSHandle<EcmaString> &srcString, int position, const JSHandle<TaggedArray> &captureList, const JSHandle<JSTaggedValue> &namedCaptures, const JSHandle<EcmaString> &replacement) GetSubstitution() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgate_accessor.cpp1211 UseIterator GateAccessor::ReplaceHirIfException(const UseIterator &useIt, StateDepend replacement) in ReplaceHirIfException() argument
1277 ReplaceHirDirectly(GateRef hirGate, StateDepend replacement, GateRef value) ReplaceHirDirectly() argument
1298 ReplaceHirAndDeleteIfException(GateRef hirGate, StateDepend replacement, GateRef value) ReplaceHirAndDeleteIfException() argument
1591 ReplaceGate(GateRef gate, GateRef replacement) ReplaceGate() argument
1606 ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) ReplaceGate() argument
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Draid10.c1221 raid10_write_one_disk(struct mddev *mddev, struct r10bio *r10_bio, struct bio *bio, bool replacement, int n_copy) raid10_write_one_disk() argument
[all...]
H A Draid5.h475 struct md_rdev *rdev, *replacement; member
H A Draid5.c2802 int replacement = 0; raid5_end_write_request() local
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Draid10.c1269 raid10_write_one_disk(struct mddev *mddev, struct r10bio *r10_bio, struct bio *bio, bool replacement, int n_copy) raid10_write_one_disk() argument
[all...]
H A Draid5.h477 struct md_rdev __rcu *replacement; member
H A Draid5.c2892 int replacement = 0; raid5_end_write_request() local
8181 struct md_rdev *rdev, *replacement; raid5_spare_active() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dshaderapi.c2148 GLcharARB *replacement; in shader_source() local
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java4746 protected void implReplaceWith(byte[] replacement) { in implReplaceWith() argument
/third_party/node/deps/v8/src/compiler/
H A Djs-typed-lowering.cc894 Node* replacement = graph()->NewNode( in ReduceJSStrictEqual() local
H A Dsimplified-lowering.cc733 Node* replacement = *(++i); in RunLowerPhase() local
4111 void DeferReplacement(Node* node, Node* replacement) { in DeferReplacement() argument
4155 void NotifyNodeReplaced(Node* node, Node* replacement) { in NotifyNodeReplaced() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp372 JSHandle<EcmaString> replacement = GetHArg<EcmaString>(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
/kernel/linux/linux-5.10/mm/
H A Dshmem.c414 shmem_replace_entry(struct address_space *mapping, pgoff_t index, void *expected, void *replacement) shmem_replace_entry() argument
/kernel/linux/linux-6.6/mm/
H A Dshmem.c473 shmem_replace_entry(struct address_space *mapping, pgoff_t index, void *expected, void *replacement) shmem_replace_entry() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dregextst.cpp1421 UnicodeString replacement = UNICODE_STRING_SIMPLE("Supplemental Digit 1 $\\U0001D7CF."); in API_Replace() local
5784 const char16_t replacement[] = {u'x', u'$'}; // Not nul terminated string. in TestBug13632() local

Completed in 102 milliseconds

1234567