/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_format_vp8_unittest.cc | 80 RtpPacketizerVp8Test() : helper_(NULL) {} in RtpPacketizerVp8Test() 81 virtual void TearDown() { delete helper_; } in TearDown() 89 if (helper_ != NULL) in Init() 91 helper_ = new test::RtpFormatVp8TestHelper(&hdr_info_); in Init() 92 return helper_->Init(partition_sizes, num_partitions); in Init() 96 test::RtpFormatVp8TestHelper* helper_; member in webrtc::RtpPacketizerVp8Test 107 packetizer.SetPayloadData(helper_->payload_data(), in TEST_F() 108 helper_->payload_size(), in TEST_F() 109 helper_->fragmentation()); in TEST_F() 120 helper_->GetAllPacketsAndCheck(&packetizer, in TEST_F() [all …]
|
/external/webrtc/webrtc/base/ |
D | callback.h | 76 : helper_(new RefCountedObject< HelperImpl<T> >(functor)) {} in Callback0() 80 return helper_->Run(); in operator() 82 bool empty() const { return !helper_; } in empty() 96 scoped_refptr<Helper> helper_; variable 106 : helper_(new RefCountedObject< HelperImpl<T> >(functor)) {} in Callback1() 110 return helper_->Run(p1); in operator() 112 bool empty() const { return !helper_; } in empty() 126 scoped_refptr<Helper> helper_; variable 137 : helper_(new RefCountedObject< HelperImpl<T> >(functor)) {} in Callback2() 141 return helper_->Run(p1, p2); in operator() [all …]
|
D | callback.h.pump | 77 : helper_(new RefCountedObject< HelperImpl<T> >(functor)) {} 81 return helper_->Run($for j , [[p$j]]); 83 bool empty() const { return !helper_; } 97 scoped_refptr<Helper> helper_;
|
D | maccocoasocketserver.mm | 63 helper_ = [[MacCocoaSocketServerHelperRtc alloc] initWithSocketServer:this]; 74 [helper_ release]; 101 target:helper_ 134 [helper_ performSelectorOnMainThread:@selector(breakMainloop)
|
D | maccocoasocketserver.h | 38 MacCocoaSocketServerHelperRtc* helper_;
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | simulcast_encoder_adapter_unittest.cc | 211 : helper_(new TestSimulcastEncoderAdapterFakeHelper()), in TestSimulcastEncoderAdapterFake() 212 adapter_(helper_->CreateMockEncoderAdapter()), in TestSimulcastEncoderAdapterFake() 251 helper_->factory()->encoders()[stream_index]->codec(); in VerifyCodec() 302 EXPECT_EQ(3u, helper_->factory()->encoders().size()); in VerifyCodecSettings() 331 rtc::scoped_ptr<TestSimulcastEncoderAdapterFakeHelper> helper_; member in webrtc::testing::TestSimulcastEncoderAdapterFake 348 helper_->ExpectCallSetChannelParameters(packetLoss, rtt); in TEST_F() 363 EXPECT_EQ(3u, helper_->factory()->encoders().size()); in TEST_F() 364 helper_->factory()->encoders()[0]->SendEncodedImage(1152, 704); in TEST_F() 373 helper_->factory()->encoders()[1]->SendEncodedImage(300, 620); in TEST_F() 379 helper_->factory()->encoders()[2]->SendEncodedImage(120, 240); 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() 60 TypeInfoTestHelper helper_; member in google::protobuf::util::converter::testing::BaseDefaultValueObjectWriterTest
|
D | protostream_objectsource_test.cc | 100 : helper_(GetParam()), in ProtostreamObjectSourceTest() 104 helper_.ResetTypeInfo(Book::descriptor()); in ProtostreamObjectSourceTest() 122 helper_.NewProtoSource(&in_stream, GetTypeUrl(descriptor))); in ExecuteTest() 271 testing::TypeInfoTestHelper helper_; member in google::protobuf::util::converter::ProtostreamObjectSourceTest 526 helper_.ResetTypeInfo(MapOut::descriptor()); in ProtostreamObjectSourceMapsTest() 667 helper_.ResetTypeInfo(AnyOut::descriptor(), in ProtostreamObjectSourceAnysTest() 841 helper_.ResetTypeInfo(StructType::descriptor(), in ProtostreamObjectSourceStructTest() 887 helper_.ResetTypeInfo(FieldMaskTest::descriptor(), in ProtostreamObjectSourceFieldMaskTest() 951 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() 163 return helper_.GetTypeInfo()->GetTypeByTypeUrl(GetTypeUrl(descriptor)); in GetType() 166 testing::TypeInfoTestHelper helper_; member in google::protobuf::util::converter::BaseProtoStreamObjectWriterTest
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | screen_capturer_win_gdi.cc | 114 helper_.InvalidateRegion(region); in Capture() 118 helper_.InvalidateScreen(current_frame->size()); in Capture() 121 helper_.set_size_most_recent(current_frame->size()); in Capture() 129 helper_.TakeInvalidRegion(frame->mutable_updated_region()); in Capture() 221 helper_.ClearInvalidRegion(); in PrepareCaptureResources()
|
D | screen_capturer_win_magnifier.cc | 150 helper_.InvalidateRegion(region); in Capture() 154 helper_.InvalidateScreen(current_frame->size()); in Capture() 157 helper_.set_size_most_recent(current_frame->size()); in Capture() 164 helper_.TakeInvalidRegion(frame->mutable_updated_region()); in Capture()
|
D | screen_capturer_win_gdi.h | 60 ScreenCapturerHelper helper_; variable
|
D | screen_capturer_win_magnifier.h | 113 ScreenCapturerHelper helper_; variable
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | screen_capturer_x11.cc | 105 ScreenCapturerHelper helper_; member in webrtc::__anona3bc27320111::ScreenCapturerLinux 132 helper_.SetLogGridSize(4); in ScreenCapturerLinux() 315 helper_.set_size_most_recent(frame->size()); in CaptureScreen() 339 helper_.InvalidateRegion(*updated_region); in CaptureScreen() 342 helper_.TakeInvalidRegion(updated_region); in CaptureScreen() 383 helper_.ClearInvalidRegion(); in ScreenConfigurationChanged()
|
D | screen_capturer_mac.mm | 259 ScreenCapturerHelper helper_; 407 helper_.TakeInvalidRegion(®ion); 445 helper_.set_size_most_recent(new_frame->size()); 791 helper_.ClearInvalidRegion(); 794 helper_.InvalidateScreen(screen_pixel_bounds_.size()); 923 helper_.InvalidateRegion(region);
|
/external/libmojo/mojo/edk/test/ |
D | scoped_ipc_support.cc | 50 helper_.Init(this, std::move(io_thread_task_runner)); in ScopedIPCSupport() 57 helper_.OnShutdownCompleteImpl(); in OnShutdownComplete()
|
D | mojo_test_base.cc | 65 helper_.set_process_error_callback(process_error_callback); in ClientController() 66 pipe_ = helper_.StartChild(client_name); in ClientController() 68 g_mach_broker->AddPlaceholderForPid(helper_.test_child().Handle()); in ClientController() 81 int retval = helper_.WaitForChildShutdown(); in WaitForShutdown() 84 g_mach_broker->InvalidatePid(helper_.test_child().Handle()); in WaitForShutdown()
|
D | scoped_ipc_support.h | 56 internal::ScopedIPCSupportHelper helper_; variable
|
D | mojo_test_base.h | 50 MultiprocessTestHelper helper_; variable
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_ptrace_dumper_unittest.cc | 182 StackHelper helper_; member in LinuxPtraceDumperMappingsTest 209 helper_.Init(fd, mapping, kMappingSize); in SetUp() 236 EXPECT_EQ(reinterpret_cast<uintptr_t>(this->helper_.mapping()), in TEST_F() 238 EXPECT_EQ(this->helper_.size(), mapping.size); in TEST_F()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-spec-builders_test.cc | 2097 LogTestHelper helper_; member in __anonc6a711b90111::GMockLogTest 2102 EXPECT_CALL(helper_, Foo(_)) in TEST_F() 2104 helper_.Foo(PrintMeNot()); // This is an expected call. in TEST_F() 2109 EXPECT_CALL(helper_, Foo(_)) in TEST_F() 2111 helper_.Foo(PrintMeNot()); // This is an expected call. in TEST_F() 2116 ON_CALL(helper_, Foo(_)) in TEST_F() 2118 helper_.Foo(PrintMeNot()); // This should generate a warning. in TEST_F()
|
/external/v8/testing/gmock/test/ |
D | gmock-spec-builders_test.cc | 2206 LogTestHelper helper_; member in __anone4c78d6c0111::GMockLogTest 2211 EXPECT_CALL(helper_, Foo(_)) in TEST_F() 2213 helper_.Foo(PrintMeNot()); // This is an expected call. in TEST_F() 2218 EXPECT_CALL(helper_, Foo(_)) in TEST_F() 2220 helper_.Foo(PrintMeNot()); // This is an expected call. in TEST_F() 2225 ON_CALL(helper_, Foo(_)) in TEST_F() 2227 helper_.Foo(PrintMeNot()); // This should generate a warning. in TEST_F()
|
/external/googletest/googlemock/test/ |
D | gmock-spec-builders_test.cc | 2205 LogTestHelper helper_; member in __anon785e9f040111::GMockLogTest 2210 EXPECT_CALL(helper_, Foo(_)) in TEST_F() 2212 helper_.Foo(PrintMeNot()); // This is an expected call. in TEST_F() 2217 EXPECT_CALL(helper_, Foo(_)) in TEST_F() 2219 helper_.Foo(PrintMeNot()); // This is an expected call. in TEST_F() 2224 ON_CALL(helper_, Foo(_)) in TEST_F() 2226 helper_.Foo(PrintMeNot()); // This should generate a warning. in TEST_F()
|
/external/v8/src/wasm/ |
D | wasm-module.cc | 217 CompilationHelper* helper_; member in __anonda50ac2a0111::CompilationHelper::CompilationTask 219 : CancelableTask(helper->isolate_), helper_(helper) {} in CompilationTask() 222 while (helper_->FetchAndExecuteCompilationUnit()) { in RunInternal() 224 helper_->module_->pending_tasks.get()->Signal(); in RunInternal()
|