/external/catch2/include/internal/ |
D | catch_interfaces_capture.h | 66 AssertionReaction& reaction ) = 0; 71 AssertionReaction& reaction ) = 0; 74 AssertionReaction& reaction ) = 0; 78 AssertionReaction& reaction ) = 0; 84 AssertionReaction &reaction ) = 0;
|
D | catch_run_context.h | 58 AssertionReaction& reaction ) override; 63 AssertionReaction& reaction ) override; 66 AssertionReaction& reaction ) override; 70 AssertionReaction& reaction ) override; 76 AssertionReaction &reaction ) override; 128 void populateReaction( AssertionReaction& reaction );
|
D | catch_run_context.cpp | 399 AssertionReaction& reaction in handleExpr() argument 416 populateReaction( reaction ); in handleExpr() 438 AssertionReaction& reaction in handleMessage() argument 449 populateReaction( reaction ); in handleMessage() 453 AssertionReaction& reaction in handleUnexpectedExceptionNotThrown() argument 455 handleNonExpr(info, Catch::ResultWas::DidntThrowException, reaction); in handleUnexpectedExceptionNotThrown() 461 AssertionReaction& reaction in handleUnexpectedInflightException() argument 469 populateReaction( reaction ); in handleUnexpectedInflightException() 472 void RunContext::populateReaction( AssertionReaction& reaction ) { in populateReaction() argument 473 reaction.shouldDebugBreak = m_config->shouldDebugBreak(); in populateReaction() [all …]
|
/external/llvm-project/llvm/utils/unittest/googlemock/src/ |
D | gmock-spec-builders.cc | 247 void ReportUninterestingCall(CallReaction reaction, const string& msg) { in ReportUninterestingCall() argument 251 switch (reaction) { in ReportUninterestingCall() 349 const CallReaction reaction = in UntypedInvokeWith() local 358 reaction == kAllow ? LogIsVisible(kInfo) : in UntypedInvokeWith() 361 reaction == kWarn ? LogIsVisible(kWarning) : in UntypedInvokeWith() 383 ReportUninterestingCall(reaction, ss.str()); in UntypedInvokeWith() 608 internal::CallReaction reaction) in SetReactionOnUninterestingCalls() argument 611 g_uninteresting_call_reaction[mock_obj] = reaction; in SetReactionOnUninterestingCalls()
|
/external/googletest/googlemock/src/ |
D | gmock-spec-builders.cc | 283 void ReportUninterestingCall(CallReaction reaction, const std::string& msg) { in ReportUninterestingCall() argument 287 switch (reaction) { in ReportUninterestingCall() 388 const CallReaction reaction = in UntypedInvokeWith() local 397 reaction == kAllow ? LogIsVisible(kInfo) : in UntypedInvokeWith() 400 reaction == kWarn in UntypedInvokeWith() 424 ReportUninterestingCall(reaction, ss.str()); in UntypedInvokeWith() 676 internal::CallReaction reaction) in SetReactionOnUninterestingCalls() argument 679 g_uninteresting_call_reaction[mock_obj] = reaction; in SetReactionOnUninterestingCalls()
|
/external/chromium-trace/catapult/third_party/polymer/components/paper-ripple/ |
D | README.md | 5 …sign: [Surface reaction](https://www.google.com/design/spec/animation/responsive-interaction.html#…
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 2460 AssertionReaction& reaction ) = 0; 2465 AssertionReaction& reaction ) = 0; 2468 AssertionReaction& reaction ) = 0; 2472 AssertionReaction& reaction ) = 0; 2478 AssertionReaction &reaction ) = 0; 8043 AssertionReaction& reaction ) override; 8048 AssertionReaction& reaction ) override; 8051 AssertionReaction& reaction ) override; 8055 AssertionReaction& reaction ) override; 8061 AssertionReaction &reaction ) override; [all …]
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 2482 AssertionReaction& reaction ) = 0; 2487 AssertionReaction& reaction ) = 0; 2490 AssertionReaction& reaction ) = 0; 2494 AssertionReaction& reaction ) = 0; 2500 AssertionReaction &reaction ) = 0; 8098 AssertionReaction& reaction ) override; 8103 AssertionReaction& reaction ) override; 8106 AssertionReaction& reaction ) override; 8110 AssertionReaction& reaction ) override; 8116 AssertionReaction &reaction ) override; [all …]
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 10505 void ReportUninterestingCall(CallReaction reaction, const string& msg) { in ReportUninterestingCall() argument 10506 switch (reaction) { in ReportUninterestingCall() 10597 const CallReaction reaction = in UntypedInvokeWith() local 10606 reaction == kAllow ? LogIsVisible(kInfo) : in UntypedInvokeWith() 10609 reaction == kWarn in UntypedInvokeWith() 10632 ReportUninterestingCall(reaction, ss.str()); in UntypedInvokeWith() 10851 internal::CallReaction reaction) in SetReactionOnUninterestingCalls() argument 10854 g_uninteresting_call_reaction[mock_obj] = reaction; in SetReactionOnUninterestingCalls()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-gtest-all.cc | 11508 void ReportUninterestingCall(CallReaction reaction, const string& msg) { in ReportUninterestingCall() argument 11512 switch (reaction) { in ReportUninterestingCall() 11610 const CallReaction reaction = in UntypedInvokeWith() local 11619 reaction == kAllow ? LogIsVisible(kInfo) : in UntypedInvokeWith() 11622 reaction == kWarn ? LogIsVisible(kWarning) : in UntypedInvokeWith() 11644 ReportUninterestingCall(reaction, ss.str()); in UntypedInvokeWith() 11869 internal::CallReaction reaction) in SetReactionOnUninterestingCalls() argument 11872 g_uninteresting_call_reaction[mock_obj] = reaction; in SetReactionOnUninterestingCalls()
|
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-spec-builders.h | 1801 void ReportUninterestingCall(CallReaction reaction, const string& msg);
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-spec-builders.h | 1790 void ReportUninterestingCall(CallReaction reaction, const std::string& msg);
|
/external/perfetto/docs/concepts/ |
D | buffers.md | 94 data sources. In reaction to this, data sources will commit all outstanding
|
/external/perfetto/docs/design-docs/ |
D | api-and-abi.md | 423 * Service -> Producer through IPC on the Producer socket, as a reaction to the
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.1.rst | 132 The reaction to nested scopes was widespread concern about the dangers of
|
D | 2.0.rst | 680 the changes in the face of public reaction, so for the :mod:`socket` module, the
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.1.rst | 132 The reaction to nested scopes was widespread concern about the dangers of
|
D | 2.0.rst | 680 the changes in the face of public reaction, so for the :mod:`socket` module, the
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 8263 連鎖反應 < chain\-reaction; 15636 反映 < reaction; 22894 連鎖反應 > chain\-reaction; 31804 反映 > reaction; 31831 反應 > reaction;
|
/external/libtextclassifier/native/annotator/pod_ner/test_data/ |
D | vocab.txt | 4669 reaction
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 10309 void ReportUninterestingCall(CallReaction reaction, const string& msg);
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/ |
D | gmock.h | 10977 void ReportUninterestingCall(CallReaction reaction, const string& msg);
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/rust/crates/libz-sys/src/zlib-ng/test/data/ |
D | lcet10.txt | 4877 of their reaction to what SPERBERG-McQUEEN termed the issue of
|
/external/brotli/tests/testdata/ |
D | lcet10.txt | 4877 of their reaction to what SPERBERG-McQUEEN termed the issue of
|