Home
last modified time | relevance | path

Searched refs:ACTION_P2 (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/
Dfine_audio_buffer_unittest.cc51 ACTION_P2(UpdateBuffer, iteration, samples_per_10_ms) { in ACTION_P2() function
74 ACTION_P2(VerifyInputBuffer, iteration, samples_per_10_ms) { in ACTION_P2() function
/external/googletest/googlemock/docs/
DDesignDoc.md141 We will also provide `ACTION_P2`, `ACTION_P3`, and etc to support
144 ACTION_P2(ReturnDistanceTo, x, y) {
165 ACTION_P2(Plus, a, b) { ... }
203 | `ACTION_P2(Baz, p1, p2)` | `Baz(bool_value, int_value)` | `BazActionP2<bool, int>` |
DCookBook.md3392 Google Mock also provides `ACTION_P2`, `ACTION_P3`, and etc to support
3395 ACTION_P2(ReturnDistanceTo, x, y) {
3412 ACTION_P2(Plus, a, b) { ... }
3521 | `ACTION_P2(Baz, p1, p2)` | `Baz(bool_value, int_value)` | `BazActionP2<bool, int>` |
/external/v8/testing/gmock/test/
Dgmock-generated-actions_test.cc768 ACTION_P2(OverloadedAction, true_value, false_value) { in ACTION_P2() function
865 ACTION_P2(PadArgument, prefix, suffix) { in ACTION_P2() function
937 ACTION_P2(DoFoo, p0, p1) {} in ACTION_P2() function
980 ACTION_P2(Plus2, x, y) { return x + y; } in ACTION_P2() function
Dgmock_link_test.h452 ACTION_P2(ReturnEqualsEitherOf, first, second) { in ACTION_P2() function
/external/googletest/googlemock/test/
Dgmock-generated-actions_test.cc769 ACTION_P2(OverloadedAction, true_value, false_value) { in ACTION_P2() function
866 ACTION_P2(PadArgument, prefix, suffix) { in ACTION_P2() function
938 ACTION_P2(DoFoo, p0, p1) {} in ACTION_P2() function
981 ACTION_P2(Plus2, x, y) { return x + y; } in ACTION_P2() function
Dgmock_link_test.h452 ACTION_P2(ReturnEqualsEitherOf, first, second) { in ACTION_P2() function
/external/google-breakpad/src/testing/test/
Dgmock-generated-actions_test.cc768 ACTION_P2(OverloadedAction, true_value, false_value) { in ACTION_P2() function
865 ACTION_P2(PadArgument, prefix, suffix) { in ACTION_P2() function
935 ACTION_P2(DoFoo, p0, p1) {} in ACTION_P2() function
965 ACTION_P2(Plus2, x, y) { return x + y; } in ACTION_P2() function
Dgmock_link_test.h452 ACTION_P2(ReturnEqualsEitherOf, first, second) { in ACTION_P2() function
/external/v8/testing/gmock/include/gmock/
Dgmock-generated-actions.h.pump315 // We also provide ACTION_P2, ACTION_P3, ..., up to ACTION_P$n to support
337 // ACTION_P2(Plus, a, b) { ... }
Dgmock-generated-actions.h1403 #define ACTION_P2(name, p0, p1)\ macro
/external/googletest/googlemock/include/gmock/
Dgmock-generated-actions.h.pump315 // We also provide ACTION_P2, ACTION_P3, ..., up to ACTION_P$n to support
337 // ACTION_P2(Plus, a, b) { ... }
Dgmock-generated-actions.h1403 #define ACTION_P2(name, p0, p1)\ macro
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h.pump376 // We also provide ACTION_P2, ACTION_P3, ..., up to ACTION_P$n to support
398 // ACTION_P2(Plus, a, b) { ... }
Dgmock-generated-actions.h1541 #define ACTION_P2(name, p0, p1)\ macro