Home
last modified time | relevance | path

Searched refs:reaction (Results 1 – 25 of 33) sorted by relevance

12

/third_party/node/lib/internal/policy/
Dmanifest.js363 #reaction; field in Manifest
422 let reaction = REACTION_THROW;
427 reaction = REACTION_EXIT;
429 reaction = REACTION_LOG;
435 this.#reaction = reaction;
524 reaction: this.#reaction,
558 this.#reaction(onreact());
597 this.#reaction(error);
617 this.#reaction(error);
/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc286 void ReportUninterestingCall(CallReaction reaction, const std::string& msg) { in ReportUninterestingCall() argument
290 switch (reaction) { in ReportUninterestingCall()
561 internal::CallReaction reaction) in SetReactionOnUninterestingCalls() argument
564 UninterestingCallReactionMap()[mock_obj] = reaction; in SetReactionOnUninterestingCalls()
/third_party/node/lib/internal/modules/
Dhelpers.js140 const { resolve, reaction } = redirects;
166 reaction(new ERR_MANIFEST_DEPENDENCY_MISSING(
/third_party/node/deps/v8/src/execution/
Disolate.cc936 Handle<PromiseReaction> reaction( in CaptureAsyncStackTrace() local
938 if (!reaction->next().IsSmi()) return; in CaptureAsyncStackTrace()
942 if (IsBuiltinFunction(isolate, reaction->fulfill_handler(), in CaptureAsyncStackTrace()
944 IsBuiltinFunction(isolate, reaction->fulfill_handler(), in CaptureAsyncStackTrace()
946 IsBuiltinFunction(isolate, reaction->fulfill_handler(), in CaptureAsyncStackTrace()
951 JSFunction::cast(reaction->fulfill_handler()).context(), isolate); in CaptureAsyncStackTrace()
974 } else if (IsBuiltinFunction(isolate, reaction->fulfill_handler(), in CaptureAsyncStackTrace()
976 Handle<JSFunction> function(JSFunction::cast(reaction->fulfill_handler()), in CaptureAsyncStackTrace()
993 isolate, reaction->fulfill_handler(), in CaptureAsyncStackTrace()
995 Handle<JSFunction> function(JSFunction::cast(reaction->fulfill_handler()), in CaptureAsyncStackTrace()
[all …]
/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h1386 GTEST_API_ void ReportUninterestingCall(CallReaction reaction,
1763 const CallReaction reaction = in InvokeWith() local
1772 reaction == kAllow ? LogIsVisible(kInfo) : in InvokeWith()
1775 reaction == kWarn in InvokeWith()
1798 [&] { ReportUninterestingCall(reaction, ss.str()); }); in InvokeWith()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/
DREADME.md9 server as a reaction. The relationship is more complex probably according to what
/third_party/node/deps/v8/src/builtins/
Dpromise-reaction-job.tq91 // There's no [[Capability]] for this promise reaction job, which
Dpromise-abstract-operations.tq457 const reaction = NewPromiseReaction(
460 promise.reactions_or_result = reaction;
/third_party/node/doc/contributing/
Dfeature-request-management.md51 with the thumbs up emoji as a reaction. At some point in the
/third_party/node/lib/internal/modules/esm/
Dresolve.js1107 const { resolve, reaction } = redirects;
1120 reaction(new ERR_MANIFEST_DEPENDENCY_MISSING(
/third_party/libabigail/tests/lib/
Dcatch.hpp2487 AssertionReaction& reaction ) = 0;
2492 AssertionReaction& reaction ) = 0;
2495 AssertionReaction& reaction ) = 0;
2499 AssertionReaction& reaction ) = 0;
2505 AssertionReaction &reaction ) = 0;
8086 AssertionReaction& reaction ) override;
8091 AssertionReaction& reaction ) override;
8094 AssertionReaction& reaction ) override;
8098 AssertionReaction& reaction ) override;
8104 AssertionReaction &reaction ) override;
[all …]
/third_party/ffmpeg/doc/
Dfilter_design.txt287 as a reaction, the filter_frame method possibly will be called and do
Dprotocols.texi312 Setting this value reasonably low improves user termination request reaction
718 Setting this value reasonably low improves user termination request reaction
Ddeveloper.texi519 Give us a few days to react. But if some time passes without reaction,
/third_party/node/
Donboarding.md222 by leaving a �� reaction on the comment.
/third_party/node/deps/v8/src/objects/
Dobjects.cc5602 Handle<PromiseReaction> reaction = Handle<PromiseReaction>::cast(task); in TriggerPromiseReactions() local
5603 reactions = handle(reaction->next(), isolate); in TriggerPromiseReactions()
5613 primary_handler = handle(reaction->fulfill_handler(), isolate); in TriggerPromiseReactions()
5614 secondary_handler = handle(reaction->reject_handler(), isolate); in TriggerPromiseReactions()
5616 primary_handler = handle(reaction->reject_handler(), isolate); in TriggerPromiseReactions()
5617 secondary_handler = handle(reaction->fulfill_handler(), isolate); in TriggerPromiseReactions()
/third_party/ffmpeg/tests/ref/fate/
Dsub-srt-rrn-remux376 Your first reaction
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
Dmhchem.mjs19 * 4. The reaction arrow code is simplified. All reaction arrows are rendered
/third_party/pcre2/pcre2/maint/
DREADME221 better. Consider that there are three possible kinds of reaction from users to
/third_party/python/Doc/whatsnew/
D2.1.rst132 The reaction to nested scopes was widespread concern about the dangers of
D2.0.rst680 the changes in the face of public reaction, so for the :mod:`socket` module, the
/third_party/mbedtls/docs/
D3.0-migration-guide.md106 The default reaction to a failed check was to call a function
/third_party/node/deps/v8/
DBUILD.bazel818 "src/builtins/promise-reaction-job.tq",
DBUILD.gn1706 "src/builtins/promise-reaction-job.tq",
/third_party/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt8263 連鎖反應 < chain\-reaction;
15636 反映 < reaction;
22894 連鎖反應 > chain\-reaction;
31804 反映 > reaction;
31831 反應 > reaction;

12