Searched refs:reaction (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/runtime/
H A Druntime-promise.cc93 Handle<Symbol> reaction) {
94 Handle<Object> tasks = JSReceiver::GetDataProperty(promise, reaction);
113 Handle<Symbol> reaction = local
115 PromiseFulfill(isolate, promise, status, reason, reaction);
125 CONVERT_ARG_HANDLE_CHECKED(Symbol, reaction, 3);
126 PromiseFulfill(isolate, promise, status, value, reaction);
91 PromiseFulfill(Isolate* isolate, Handle<JSReceiver> promise, Handle<Smi> status, Handle<Object> value, Handle<Symbol> reaction) argument
/external/google-breakpad/src/testing/src/
H A Dgmock-spec-builders.cc246 // manner specified by 'reaction'.
247 void ReportUninterestingCall(CallReaction reaction, const string& msg) {
248 switch (reaction) {
335 // We must get Google Mock's reaction on uninteresting calls
339 const CallReaction reaction =
348 reaction == kAllow ? LogIsVisible(kInfo) :
351 reaction == kWarn ? LogIsVisible(kWarning) :
373 ReportUninterestingCall(reaction, ss.str());
591 // Maps a mock object to the reaction Google Mock should have when an
595 // Sets the reaction Googl
[all...]
/external/googletest/googlemock/src/
H A Dgmock-spec-builders.cc246 // manner specified by 'reaction'.
247 void ReportUninterestingCall(CallReaction reaction, const string& msg) {
251 switch (reaction) {
345 // We must get Google Mock's reaction on uninteresting calls
349 const CallReaction reaction =
358 reaction == kAllow ? LogIsVisible(kInfo) :
361 reaction == kWarn ? LogIsVisible(kWarning) :
383 ReportUninterestingCall(reaction, ss.str());
601 // Maps a mock object to the reaction Google Mock should have when an
605 // Sets the reaction Googl
[all...]
/external/v8/testing/gmock/src/
H A Dgmock-spec-builders.cc246 // manner specified by 'reaction'.
247 void ReportUninterestingCall(CallReaction reaction, const string& msg) {
251 switch (reaction) {
345 // We must get Google Mock's reaction on uninteresting calls
349 const CallReaction reaction =
358 reaction == kAllow ? LogIsVisible(kInfo) :
361 reaction == kWarn ? LogIsVisible(kWarning) :
383 ReportUninterestingCall(reaction, ss.str());
601 // Maps a mock object to the reaction Google Mock should have when an
605 // Sets the reaction Googl
[all...]
/external/fmtlib/test/
H A Dgmock-gtest-all.cc10696 // manner specified by 'reaction'.
10697 void ReportUninterestingCall(CallReaction reaction, const string& msg) {
10698 switch (reaction) {
10785 // We must get Google Mock's reaction on uninteresting calls
10789 const CallReaction reaction =
10798 reaction == kAllow ? LogIsVisible(kInfo) :
10801 reaction == kWarn ? LogIsVisible(kWarning) :
10823 ReportUninterestingCall(reaction, ss.str());
11041 // Maps a mock object to the reaction Google Mock should have when an
11045 // Sets the reaction Googl
[all...]
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-spec-builders.h417 // its entry in the call-reaction table should be removed.
421 // Returns the reaction Google Mock will have on uninteresting calls
1725 // manner specified by 'reaction'.
1726 void ReportUninterestingCall(CallReaction reaction, const string& msg);
/external/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h425 // its entry in the call-reaction table should be removed.
429 // Returns the reaction Google Mock will have on uninteresting calls
1798 // manner specified by 'reaction'.
1799 void ReportUninterestingCall(CallReaction reaction, const string& msg);
/external/v8/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h425 // its entry in the call-reaction table should be removed.
429 // Returns the reaction Google Mock will have on uninteresting calls
1798 // manner specified by 'reaction'.
1799 void ReportUninterestingCall(CallReaction reaction, const string& msg);
/external/fmtlib/test/gmock/
H A Dgmock.h8989 // its entry in the call-reaction table should be removed.
8993 // Returns the reaction Google Mock will have on uninteresting calls
10307 // manner specified by 'reaction'.
10308 void ReportUninterestingCall(CallReaction reaction, const string& msg);

Completed in 389 milliseconds