/external/webrtc/webrtc/base/ |
sslsocketfactory.h | 64 SocketFactory* factory_; member in class:rtc::SslSocketFactory
|
/external/webrtc/webrtc/modules/video_coding/test/ |
vcm_payload_sink_factory.cc | 32 : factory_(factory), stream_(stream), vcm_(), frame_receiver_() { 45 virtual ~VcmPayloadSink() { factory_->Remove(this); } 90 VcmPayloadSinkFactory* factory_; member in class:webrtc::rtpplayer::VcmPayloadSinkFactory::VcmPayloadSink
|
/system/tpm/trunks/ |
resource_manager.h | 212 const TrunksFactory& factory_; member in class:trunks::ResourceManager
|
tpm_state_test.cc | 45 factory_.set_tpm(&mock_tpm_); 146 TrunksFactoryForTest factory_; member in class:trunks::TpmStateTest 184 TpmStateImpl tpm_state(factory_); 220 TpmStateImpl tpm_state(factory_); 243 TpmStateImpl tpm_state(factory_); 254 TpmStateImpl tpm_state(factory_); 260 TpmStateImpl tpm_state(factory_); 266 TpmStateImpl tpm_state(factory_); 272 TpmStateImpl tpm_state(factory_); 278 TpmStateImpl tpm_state(factory_); [all...] |
resource_manager_test.cc | 73 ResourceManagerTest() : resource_manager_(factory_, &transceiver_) {} 77 factory_.set_tpm(&tpm_); 248 TrunksFactoryForTest factory_; member in class:trunks::ResourceManagerTest [all...] |
tpm_utility_test.cc | 47 TpmUtilityTest() : utility_(factory_) {} 50 factory_.set_blob_parser(&mock_blob_parser_); 51 factory_.set_tpm_state(&mock_tpm_state_); 52 factory_.set_tpm(&mock_tpm_); 53 factory_.set_hmac_session(&mock_hmac_session_); 54 factory_.set_policy_session(&mock_policy_session_); 140 TrunksFactoryForTest factory_; member in class:trunks::TpmUtilityTest [all...] |
/external/chromium-trace/catapult/third_party/Paste/paste/ |
recursive.py | 216 def factory_(app): member in class:ForwardRequestException.__init__.ForwardRequestExceptionMiddleware 222 self.factory = factory_ 224 def factory_(app): member in class:ForwardRequestException.__init__.ForwardRequestExceptionMiddleware 231 self.factory = factory_ 233 def factory_(app): member in class:ForwardRequestException.__init__.ForwardRequestExceptionMiddleware 238 self.factory = factory_
|
/external/webrtc/talk/app/webrtc/ |
peerconnection.h | |
peerconnectionfactory_unittest.cc | |
/external/webrtc/webrtc/p2p/client/ |
fakeportallocator.h | 94 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/protobuf/src/google/protobuf/ |
extension_set_heavy.cc | 83 : pool_(pool), factory_(factory), containing_type_(containing_type) {} 90 MessageFactory* factory_; member in class:google::protobuf::internal::DescriptorPoolExtensionFinder 256 factory_->GetPrototype(extension->message_type());
|
/external/v8/src/parsing/ |
rewriter.cc | 24 factory_(ast_value_factory) { 35 factory_(ast_value_factory) { 46 AstNodeFactory* factory() { return &factory_; } 80 AstNodeFactory factory_; member in class:v8::internal::Processor
|
json-parser.h | 39 factory_(isolate_->factory()), 182 inline Factory* factory() { return factory_; } 201 Factory* factory_; member in class:v8::internal::BASE_EMBEDDED
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
simulcast_encoder_adapter_unittest.cc | 182 : 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/google-breakpad/src/testing/gtest/test/ |
gtest-death-test_test.cc | 956 static MockDeathTestFactory* factory_; member in class:MacroLogicDeathTest 959 factory_ = new MockDeathTestFactory; 960 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_); 966 delete factory_; 967 factory_ = NULL; 983 MockDeathTestFactory* MacroLogicDeathTest::factory_ = NULL; member in class:MacroLogicDeathTest 989 factory_->SetParameters(false, DeathTest::OVERSEE_TEST, 0, true); 992 EXPECT_EQ(0, factory_->AssumeRoleCalls()); 993 EXPECT_EQ(0, factory_->WaitCalls()); 994 EXPECT_EQ(0, factory_->PassedCalls()) [all...] |
/external/gtest/test/ |
gtest-death-test_test.cc | 954 static MockDeathTestFactory* factory_; member in class:MacroLogicDeathTest 957 factory_ = new MockDeathTestFactory; 958 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_); 964 delete factory_; 965 factory_ = NULL; 981 MockDeathTestFactory* MacroLogicDeathTest::factory_ = NULL; member in class:MacroLogicDeathTest 987 factory_->SetParameters(false, DeathTest::OVERSEE_TEST, 0, true); 990 EXPECT_EQ(0, factory_->AssumeRoleCalls()); 991 EXPECT_EQ(0, factory_->WaitCalls()); 992 EXPECT_EQ(0, factory_->PassedCalls()) [all...] |
/external/protobuf/gtest/test/ |
gtest-death-test_test.cc | 836 static MockDeathTestFactory* factory_; member in class:MacroLogicDeathTest 839 factory_ = new MockDeathTestFactory; 840 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_); 846 delete factory_; 847 factory_ = NULL; 863 MockDeathTestFactory* MacroLogicDeathTest::factory_ = NULL; member in class:MacroLogicDeathTest 869 factory_->SetParameters(false, DeathTest::OVERSEE_TEST, 0, true); 872 EXPECT_EQ(0, factory_->AssumeRoleCalls()); 873 EXPECT_EQ(0, factory_->WaitCalls()); 874 EXPECT_EQ(0, factory_->PassedCalls()) [all...] |
/external/sfntly/cpp/src/sfntly/ |
font.h | 143 FontFactory* GetFontFactory() { return factory_; } 222 FontFactory* factory_; // dumb pointer, avoid circular refcounting member in class:sfntly::Font::Builder
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest-death-test_test.cc | 1020 static MockDeathTestFactory* factory_; member in class:MacroLogicDeathTest 1023 factory_ = new MockDeathTestFactory; 1024 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_); 1030 delete factory_; 1031 factory_ = NULL; 1047 MockDeathTestFactory* MacroLogicDeathTest::factory_ = NULL; member in class:MacroLogicDeathTest 1053 factory_->SetParameters(false, DeathTest::OVERSEE_TEST, 0, true); 1056 EXPECT_EQ(0, factory_->AssumeRoleCalls()); 1057 EXPECT_EQ(0, factory_->WaitCalls()); 1058 EXPECT_EQ(0, factory_->PassedCalls()) [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-death-test_test.cc | 955 static MockDeathTestFactory* factory_; member in class:MacroLogicDeathTest 958 factory_ = new MockDeathTestFactory; 959 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_); 965 delete factory_; 966 factory_ = NULL; 982 MockDeathTestFactory* MacroLogicDeathTest::factory_ = NULL; member in class:MacroLogicDeathTest 988 factory_->SetParameters(false, DeathTest::OVERSEE_TEST, 0, true); 991 EXPECT_EQ(0, factory_->AssumeRoleCalls()); 992 EXPECT_EQ(0, factory_->WaitCalls()); 993 EXPECT_EQ(0, factory_->PassedCalls()) [all...] |
/system/bt/service/test/ |
gatt_server_unittest.cpp | 172 factory_.reset(new GattServerFactory()); 176 factory_.reset(); 183 std::unique_ptr<GattServerFactory> factory_; member in class:bluetooth::__anon73931::GattServerTest 213 factory_->RegisterInstance(uuid, callback); 326 EXPECT_FALSE(factory_->RegisterInstance(uuid0, callback)); 330 EXPECT_TRUE(factory_->RegisterInstance(uuid0, callback)); 335 EXPECT_FALSE(factory_->RegisterInstance(uuid0, callback)); 344 EXPECT_TRUE(factory_->RegisterInstance(uuid1, callback)); [all...] |
/external/protobuf/gtest/src/ |
gtest-internal-inl.h | 412 internal::TestFactoryBase* const factory_; // The factory that creates member in class:testing::internal::TestInfoImpl::internal [all...] |
/external/webrtc/webrtc/p2p/base/ |
port.h | 152 rtc::PacketSocketFactory* socket_factory() const { return factory_; } 154 factory_ = factory; 361 rtc::PacketSocketFactory* factory_; member in class:cricket::Port
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
gtest.h | 727 internal::TestFactoryBase* const factory_; // The factory that creates member in class:testing::TestInfo::internal [all...] |
/external/gtest/include/gtest/ |
gtest.h | 733 internal::TestFactoryBase* const factory_; // The factory that creates member in class:testing::TestInfo::internal [all...] |