Searched defs:factory_ (Results 1 - 25 of 51) sorted by relevance

123

/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.h71 FontFactoryPtr factory_; member in class:sfntly::SubsetterImpl
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideocapturer_unittest.cc49 : factory_(new FakeWebRtcVcmFactory),
50 capturer_(new cricket::WebRtcVideoCapturer(factory_)),
52 factory_->device_info.AddDevice(kTestDeviceName, kTestDeviceId);
59 factory_->device_info.AddCapability(kTestDeviceId, vga);
63 FakeWebRtcVcmFactory* factory_; // owned by capturer_ member in class:WebRtcVideoCapturerTest
92 EXPECT_TRUE(capturer_->Init(factory_->Create(0,
105 EXPECT_TRUE(factory_->modules[0]->SendFrame(640, 480));
118 EXPECT_TRUE(capturer_->Init(factory_->Create(0,
132 EXPECT_TRUE(factory_->modules[0]->SendFrame(640, 480));
H A Dfakewebrtcvideocapturemodule.h43 : factory_(factory),
131 FakeWebRtcVcmFactory* factory_; member in class:FakeWebRtcVideoCaptureModule
H A Dwebrtcvideocapturer.h97 rtc::scoped_ptr<WebRtcVcmFactoryInterface> factory_; member in class:cricket::WebRtcVideoCapturer
H A Dwebrtcvideoframefactory_unittest.cc83 cricket::VideoFrameFactory& factory = factory_;
115 cricket::WebRtcVideoFrameFactory factory_; member in class:WebRtcVideoFrameFactoryTest
/external/tensorflow/tensorflow/core/common_runtime/
H A Ddebugger_state_interface.cc23 DebuggerStateFactory* DebuggerStateRegistry::factory_ = nullptr; member in class:tensorflow::DebuggerStateRegistry
26 DebugGraphDecoratorFactory* DebugGraphDecoratorRegistry::factory_ = nullptr; member in class:tensorflow::DebugGraphDecoratorRegistry
58 delete factory_;
59 factory_ = new DebuggerStateFactory(factory);
66 if (factory_ == nullptr || *factory_ == nullptr) {
71 *state = (*factory_)(debug_options);
79 delete factory_;
80 factory_ = new DebugGraphDecoratorFactory(factory);
87 if (factory_
[all...]
H A Ddebugger_state_interface.h95 static DebuggerStateFactory* factory_; member in class:tensorflow::DebuggerStateRegistry
113 static DebugGraphDecoratorFactory* factory_; member in class:tensorflow::DebugGraphDecoratorRegistry
H A Ddirect_session.h313 DirectSessionFactory* const factory_; // not owned member in class:tensorflow::DirectSession
/external/v8/tools/clang/plugins/tests/
H A Dweak_ptr_factory.cpp10 base::WeakPtrFactory<OnlyMember> factory_; member in class:should_succeed::OnlyMember
16 base::WeakPtrFactory<FactoryLast> factory_; member in class:should_succeed::FactoryLast
28 base::WeakPtrFactory<FirstFactoryRefersToOtherType> factory_; member in class:should_succeed::FirstFactoryRefersToOtherType
41 ClassTemplate() : factory_(this) {}
44 base::WeakPtrFactory<ClassTemplate> factory_; member in class:should_succeed::ClassTemplate
54 base::WeakPtrFactory<FactoryFirst> factory_; member in class:should_fail::FactoryFirst
60 base::WeakPtrFactory<FactoryMiddle> factory_; member in class:should_fail::FactoryMiddle
74 ClassTemplate() : factory_(this) {}
76 base::WeakPtrFactory<ClassTemplate> factory_; member in class:should_fail::ClassTemplate
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dsimulcast_encoder_adapter.h112 rtc::scoped_ptr<VideoEncoderFactory> factory_; member in class:webrtc::SimulcastEncoderAdapter
H A Dsimulcast_encoder_adapter_unittest.cc182 : factory_(new MockVideoEncoderFactory()) {}
185 // ownership of |factory_|.
187 return new SimulcastEncoderAdapter(factory_);
191 EXPECT_TRUE(!factory_->encoders().empty());
192 for (size_t i = 0; i < factory_->encoders().size(); ++i) {
193 EXPECT_CALL(*factory_->encoders()[i],
199 MockVideoEncoderFactory* factory() { return factory_; }
202 MockVideoEncoderFactory* factory_; member in class:webrtc::testing::TestSimulcastEncoderAdapterFakeHelper
/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dsession_mgr_test.cc49 std::unique_ptr<WorkerCacheInterface>(), factory_),
56 SessionMgr::WorkerCacheFactory factory_ = member in class:tensorflow::SessionMgrTest
/external/webrtc/webrtc/base/
H A Dnatsocketfactory.h56 SocketFactory* factory_; member in class:rtc::NATSocketFactory
H A Dreferencecountedsingletonfactory.h90 factory_(factory) {
119 factory_->ReleaseInstance();
132 return factory_;
145 instance_ = factory_->GetInstance();
150 ReferenceCountedSingletonFactory<Interface>* factory_; member in class:rtc::rcsf_ptr
H A Dsocketpool.h86 SocketFactory* factory_; member in class:rtc::NewSocketPool
108 SocketFactory* factory_; member in class:rtc::ReuseSocketPool
H A Dsslsocketfactory.cc31 : AsyncSocketAdapter(NULL), factory_(factory), family_(family),
47 detect_ = new AutoDetectProxy(factory_->agent_);
81 Attach(factory_->CreateProxySocket(detect_->proxy(), family_, type_));
91 SslSocketFactory* factory_; member in class:rtc::ProxySocketAdapter
104 : factory_(factory),
120 return factory_->CreateSocket(family, type);
139 AsyncSocket* socket = factory_->CreateAsyncSocket(family, type);
H A Dsslsocketfactory.h64 SocketFactory* factory_; member in class:rtc::SslSocketFactory
/external/protobuf/src/google/protobuf/
H A Ddynamic_message_unittest.cc67 DynamicMessageFactory factory_; member in class:google::protobuf::DynamicMessageTest
79 DynamicMessageTest(): factory_(&pool_) {}
106 prototype_ = factory_.GetPrototype(descriptor_);
111 extensions_prototype_ = factory_.GetPrototype(extensions_descriptor_);
116 packed_prototype_ = factory_.GetPrototype(packed_descriptor_);
121 oneof_prototype_ = factory_.GetPrototype(oneof_descriptor_);
127 proto3_prototype_ = factory_.GetPrototype(proto3_descriptor_);
139 EXPECT_EQ(prototype_, factory_.GetPrototype(descriptor_));
200 nested_prototype = factory_.GetPrototype(nested_descriptor);
208 foogroup_prototype = factory_
[all...]
H A Dextension_set_heavy.cc83 : pool_(pool), factory_(factory), containing_type_(containing_type) {}
90 MessageFactory* factory_; member in class:google::protobuf::internal::DescriptorPoolExtensionFinder
276 factory_->GetPrototype(extension->message_type());
/external/v8/src/
H A Djson-parser.h137 inline Factory* factory() { return factory_; }
155 Factory* factory_; member in class:v8::internal::BASE_EMBEDDED
/external/webrtc/webrtc/modules/video_coding/test/
H A Dvcm_payload_sink_factory.cc32 : factory_(factory), stream_(stream), vcm_(), frame_receiver_() {
45 virtual ~VcmPayloadSink() { factory_->Remove(this); }
90 VcmPayloadSinkFactory* factory_; member in class:webrtc::rtpplayer::VcmPayloadSinkFactory::VcmPayloadSink
/external/webrtc/talk/app/webrtc/
H A Dpeerconnection.h203 return factory_->signaling_thread();
348 rtc::scoped_refptr<PeerConnectionFactory> factory_; member in class:webrtc::PeerConnection
H A Dpeerconnectionfactory_unittest.cc107 factory_ = webrtc::CreatePeerConnectionFactory(rtc::Thread::Current(),
113 ASSERT_TRUE(factory_.get() != NULL);
141 rtc::scoped_refptr<PeerConnectionFactoryInterface> factory_; member in class:PeerConnectionFactoryTest
185 rtc::scoped_refptr<PeerConnectionInterface> pc(factory_->CreatePeerConnection(
215 rtc::scoped_refptr<PeerConnectionInterface> pc(factory_->CreatePeerConnection(
244 rtc::scoped_refptr<PeerConnectionInterface> pc(factory_->CreatePeerConnection(
265 rtc::scoped_refptr<PeerConnectionInterface> pc(factory_->CreatePeerConnection(
290 rtc::scoped_refptr<PeerConnectionInterface> pc(factory_->CreatePeerConnection(
325 rtc::scoped_refptr<PeerConnectionInterface> pc(factory_->CreatePeerConnection(
353 factory_
[all...]
/external/webrtc/webrtc/p2p/client/
H A Dfakeportallocator.h94 factory_(factory),
104 port_.reset(TestUDPPort::Create(worker_thread_, factory_, &network_,
134 rtc::PacketSocketFactory* factory_; member in class:cricket::FakePortAllocatorSession
145 : worker_thread_(worker_thread), factory_(factory) {
146 if (factory_ == NULL) {
149 factory_ = owned_factory_.get();
174 worker_thread_, factory_, content_name, component, ice_ufrag, ice_pwd);
179 rtc::PacketSocketFactory* factory_; member in class:cricket::FakePortAllocator
/external/v8/src/parsing/
H A Drewriter.cc27 factory_(ast_value_factory) {
41 factory_(ast_value_factory) {
51 AstNodeFactory* factory() { return &factory_; }
101 AstNodeFactory factory_; member in class:v8::internal::final

Completed in 1892 milliseconds

123