Home
last modified time | relevance | path

Searched defs:TestConsumer (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/win/
H A Devent_trace_consumer_unittest.cc35 class TestConsumer : public EtwTraceConsumerBase<TestConsumer> { class
37 TestConsumer() { in TestConsumer() function in base::win::__anon3e1159160111::TestConsumer
/aosp_15_r20/external/clang/unittests/Tooling/
H A DToolingTest.cpp36 explicit TestAction(std::unique_ptr<clang::ASTConsumer> TestConsumer) in TestAction()
48 std::unique_ptr<clang::ASTConsumer> TestConsumer; member in clang::tooling::__anon00428d150111::TestAction
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestConsumer.java27 public class TestConsumer<T> extends TestPredicate<T> implements Consumer<T> { class
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/foundation/
H A Dstream_testing.py19 class TestConsumer(stream.Consumer): class