/external/webrtc/rtc_base/ |
D | callback.h | 78 : helper_(new RefCountedObject<HelperImpl<T> >(functor)) {} in Callback0() 82 return helper_->Run(); in operator() 84 bool empty() const { return !helper_; } in empty() 97 scoped_refptr<Helper> helper_; variable 107 : helper_(new RefCountedObject<HelperImpl<T> >(functor)) {} in Callback1() 111 return helper_->Run(p1); in operator() 113 bool empty() const { return !helper_; } in empty() 126 scoped_refptr<Helper> helper_; variable 136 : helper_(new RefCountedObject<HelperImpl<T> >(functor)) {} in Callback2() 140 return helper_->Run(p1, p2); in operator() [all …]
|
D | callback.h.pump | 78 : helper_(new RefCountedObject< HelperImpl<T> >(functor)) {} 82 return helper_->Run($for j , [[p$j]]); 84 bool empty() const { return !helper_; } 98 scoped_refptr<Helper> helper_;
|
/external/webrtc/media/engine/ |
D | simulcast_encoder_adapter_unittest.cc | 423 helper_ = std::make_unique<TestSimulcastEncoderAdapterFakeHelper>( in SetUp() 425 adapter_.reset(helper_->CreateMockEncoderAdapter()); in SetUp() 465 helper_->factory()->encoders()[stream_index]->codec(); in VerifyCodec() 504 EXPECT_EQ(3u, helper_->factory()->encoders().size()); in VerifyCodecSettings() 534 std::unique_ptr<TestSimulcastEncoderAdapterFakeHelper> helper_; member in webrtc::test::TestSimulcastEncoderAdapterFake 574 std::vector<MockVideoEncoder*> encoders = helper_->factory()->encoders(); in TEST_F() 633 helper_->factory()->encoders(); in TEST_F() 660 std::vector<MockVideoEncoder*> new_encoders = helper_->factory()->encoders(); in TEST_F() 685 new_encoders = helper_->factory()->encoders(); in TEST_F() 705 new_encoders = helper_->factory()->encoders(); in TEST_F() [all …]
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | default_value_objectwriter_test.cc | 52 : helper_(GetParam()), mock_(), expects_(&mock_) { in BaseDefaultValueObjectWriterTest() 53 helper_.ResetTypeInfo(descriptor); in BaseDefaultValueObjectWriterTest() 54 testing_.reset(helper_.NewDefaultValueWriter( in BaseDefaultValueObjectWriterTest() 61 TypeInfoTestHelper helper_; member in google::protobuf::util::converter::testing::BaseDefaultValueObjectWriterTest
|
D | protostream_objectsource_test.cc | 94 : helper_(GetParam()), in ProtostreamObjectSourceTest() 102 helper_.ResetTypeInfo(Book::descriptor(), Proto3Message::descriptor()); in ProtostreamObjectSourceTest() 120 helper_.NewProtoSource(&in_stream, GetTypeUrl(descriptor))); in ExecuteTest() 282 testing::TypeInfoTestHelper helper_; member in google::protobuf::util::converter::ProtostreamObjectSourceTest 605 helper_.ResetTypeInfo(MapOut::descriptor()); in ProtostreamObjectSourceMapsTest() 746 helper_.ResetTypeInfo({AnyOut::descriptor(), Book::descriptor(), in ProtostreamObjectSourceAnysTest() 983 helper_.ResetTypeInfo(StructType::descriptor(), in ProtostreamObjectSourceStructTest() 1029 helper_.ResetTypeInfo(FieldMaskTest::descriptor(), in ProtostreamObjectSourceFieldMaskTest() 1093 helper_.ResetTypeInfo(TimestampDuration::descriptor()); in ProtostreamObjectSourceTimestampTest()
|
D | protostream_objectwriter_test.cc | 103 : helper_(GetParam()), in BaseProtoStreamObjectWriterTest() 109 : helper_(GetParam()), in BaseProtoStreamObjectWriterTest() 120 : helper_(GetParam()), in BaseProtoStreamObjectWriterTest() 129 helper_.ResetTypeInfo(descriptors); in ResetTypeInfo() 130 ow_.reset(helper_.NewProtoWriter(GetTypeUrl(descriptors[0]), output_.get(), in ResetTypeInfo() 162 testing::TypeInfoTestHelper helper_; member in google::protobuf::util::converter::BaseProtoStreamObjectWriterTest
|
/external/libchrome/ipc/ |
D | ipc_mojo_bootstrap_unittest.cc | 106 mojo::core::test::MultiprocessTestHelper helper_; member in __anon52896f670111::IPCMojoBootstrapTest 113 helper_.StartChild("IPCMojoBootstrapTestClient"), in TEST_F() 128 EXPECT_TRUE(helper_.WaitForChildTestShutdown()); in TEST_F() 159 helper_.StartChild("IPCMojoBootstrapTestEmptyMessage"), in TEST_F() 176 EXPECT_TRUE(helper_.WaitForChildTestShutdown()); in TEST_F()
|
D | ipc_test_base.cc | 27 handle_ = helper_.StartChild(test_client_name); in InitWithCustomMessageLoop() 32 return helper_.WaitForChildTestShutdown(); in WaitForClientShutdown()
|
D | ipc_test_base.h | 48 const base::Process& client_process() const { return helper_.test_child(); } in client_process() 57 mojo::core::test::MultiprocessTestHelper helper_; variable
|
/external/webrtc/test/pc/e2e/analyzer/video/ |
D | video_quality_analyzer_injection_helper.h | 95 : peer_name_(peer_name), helper_(helper) {} in AnalyzingVideoSink() 99 helper_->OnFrame(peer_name_, frame); in OnFrame() 104 VideoQualityAnalyzerInjectionHelper* const helper_; variable
|
/external/webrtc/modules/desktop_capture/linux/ |
D | screen_capturer_x11.cc | 41 helper_.SetLogGridSize(4); in ScreenCapturerX11() 349 helper_.set_size_most_recent(x_server_pixel_buffer_.window_size()); in CaptureScreen() 373 helper_.InvalidateRegion(*updated_region); in CaptureScreen() 376 helper_.TakeInvalidRegion(updated_region); in CaptureScreen() 402 helper_.ClearInvalidRegion(); in ScreenConfigurationChanged()
|
D | screen_capturer_x11.h | 131 ScreenCapturerHelper helper_; variable
|
/external/libchrome/mojo/core/test/ |
D | mojo_test_base.cc | 68 pipe_ = helper_.StartChild(client_name, launch_type); in ClientController() 70 g_mach_broker->AddPlaceholderForPid(helper_.test_child().Handle()); in ClientController() 83 int retval = helper_.WaitForChildShutdown(); in WaitForShutdown() 86 g_mach_broker->InvalidatePid(helper_.test_child().Handle()); in WaitForShutdown()
|
D | mojo_test_base.h | 51 MultiprocessTestHelper helper_; variable
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_ptrace_dumper_unittest.cc | 246 StackHelper helper_; member in LinuxPtraceDumperMappingsTest 273 helper_.Init(fd, mapping, kMappingSize); in SetUp() 300 EXPECT_EQ(reinterpret_cast<uintptr_t>(this->helper_.mapping()), in TEST_F() 302 EXPECT_EQ(this->helper_.size(), mapping.size); in TEST_F()
|
/external/webrtc/modules/desktop_capture/mac/ |
D | screen_capturer_mac.h | 96 ScreenCapturerHelper helper_; variable
|
D | screen_capturer_mac.mm | 226 helper_.InvalidateScreen(screen_pixel_bounds_.size()); 230 helper_.TakeInvalidRegion(®ion); 259 helper_.set_size_most_recent(new_frame->size()); 430 helper_.ClearInvalidRegion(); 433 helper_.InvalidateScreen(screen_pixel_bounds_.size()); 538 helper_.InvalidateRegion(region);
|
/external/googletest/googlemock/test/ |
D | gmock-spec-builders_test.cc | 2269 LogTestHelper helper_; member in __anonc7df66ec0111::GMockLogTest 2274 EXPECT_CALL(helper_, Foo(_)) in TEST_F() 2276 helper_.Foo(PrintMeNot()); // This is an expected call. in TEST_F() 2281 EXPECT_CALL(helper_, Foo(_)) in TEST_F() 2283 helper_.Foo(PrintMeNot()); // This is an expected call. in TEST_F() 2288 ON_CALL(helper_, Foo(_)) in TEST_F() 2290 helper_.Foo(PrintMeNot()); // This should generate a warning. in TEST_F()
|