HomeSort by relevance Sort by last modified time
    Searched refs:GetInstance (Results 51 - 75 of 408) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.h 132 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalContext(name); \
137 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalEnable(enabled); \
157 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1); \
162 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2); \
167 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3); \
172 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, \
178 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2, _3, \
186 webrtc::testing::bwe::Logging::GetInstance()->Plot(figure, value); \
193 webrtc::testing::bwe::Logging::GetInstance()->Plot(figure, value, \
200 webrtc::testing::bwe::Logging::GetInstance()->PlotBar(figure, name, value,
    [all...]
  /external/libchrome/base/threading/
thread_id_name_manager_unittest.cc 20 base::ThreadIdNameManager* manager = base::ThreadIdNameManager::GetInstance();
35 base::ThreadIdNameManager* manager = base::ThreadIdNameManager::GetInstance();
51 base::ThreadIdNameManager* manager = base::ThreadIdNameManager::GetInstance();
66 base::ThreadIdNameManager* manager = base::ThreadIdNameManager::GetInstance();
78 base::ThreadIdNameManager* manager = base::ThreadIdNameManager::GetInstance();
  /external/sfntly/cpp/src/sample/subtly/
utils.cc 31 font_factory.Attach(FontFactory::GetInstance());
39 font_factory.Attach(FontFactory::GetInstance());
65 font_factory.Attach(FontFactory::GetInstance());
  /system/connectivity/dhcp_client/
dhcp_options_writer_unittest.cc 54 options_writer_ = DHCPOptionsWriter::GetInstance();
73 options_writer_ = DHCPOptionsWriter::GetInstance();
92 options_writer_ = DHCPOptionsWriter::GetInstance();
111 options_writer_ = DHCPOptionsWriter::GetInstance();
131 options_writer_ = DHCPOptionsWriter::GetInstance();
152 options_writer_ = DHCPOptionsWriter::GetInstance();
174 options_writer_ = DHCPOptionsWriter::GetInstance();
193 options_writer_ = DHCPOptionsWriter::GetInstance();
212 options_writer_ = DHCPOptionsWriter::GetInstance();
230 options_writer_ = DHCPOptionsWriter::GetInstance();
    [all...]
device_info.cc 44 rtnl_handler_(RTNLHandler::GetInstance()) {
49 DeviceInfo* DeviceInfo::GetInstance() {
  /external/skia/include/utils/
SkEventTracer.h 30 static SkEventTracer* GetInstance();
  /libcore/ojluni/src/main/java/java/security/cert/
CertStore.java 38 import sun.security.jca.GetInstance.Instance;
46 * <code>getInstance</code> methods, passing in the type of
233 public static CertStore getInstance(String type, CertStoreParameters params)
237 Instance instance = GetInstance.getInstance("CertStore",
302 public static CertStore getInstance(String type,
307 Instance instance = GetInstance.getInstance("CertStore",
357 public static CertStore getInstance(String type, CertStoreParameters params,
361 Instance instance = GetInstance.getInstance("CertStore"
    [all...]
CertificateFactory.java 40 import sun.security.jca.GetInstance.Instance;
72 * CertificateFactory cf = CertificateFactory.getInstance("X.509");
85 * CertificateFactory cf = CertificateFactory.getInstance("X.509");
203 public static final CertificateFactory getInstance(String type)
206 Instance instance = GetInstance.getInstance("CertificateFactory",
249 public static final CertificateFactory getInstance(String type,
253 Instance instance = GetInstance.getInstance("CertificateFactory",
291 public static final CertificateFactory getInstance(String type
    [all...]
  /system/connectivity/shill/
dns_client_factory.cc 34 DNSClientFactory* DNSClientFactory::GetInstance() {
mock_dns_client_factory.h 36 // This is a singleton. Use MockDNSClientFactory::GetInstance()->Foo().
37 static MockDNSClientFactory* GetInstance();
mock_log_unittest.cc 43 ScopeLogger::GetInstance()->EnableScopesByName("manager");
44 ScopeLogger::GetInstance()->set_verbose_level(2);
46 ScopeLogger::GetInstance()->EnableScopesByName("-manager");
47 ScopeLogger::GetInstance()->set_verbose_level(0);
daemon_task.cc 109 rtnl_handler_ = RTNLHandler::GetInstance();
110 routing_table_ = RoutingTable::GetInstance();
111 dhcp_provider_ = DHCPProvider::GetInstance();
112 process_manager_ = ProcessManager::GetInstance();
114 netlink_manager_ = NetlinkManager::GetInstance();
  /system/connectivity/shill/net/
rtnl_listener.cc 27 : RTNLListener{listen_flags, callback, RTNLHandler::GetInstance()} {}
event_history.h 43 EventHistory() : max_events_specified_(false), time_(Time::GetInstance()) {}
47 time_(Time::GetInstance()) {}
  /system/core/init/
import_parser.cpp 50 if (!Parser::GetInstance().ParseConfig(s)) {
signal_handler.cpp 45 ServiceManager::GetInstance().ReapAnyOutstandingChildren();
72 ServiceManager::GetInstance().ReapAnyOutstandingChildren();
init_parser_test.cpp 30 ServiceManager& sm = ServiceManager::GetInstance();
45 ServiceManager& sm = ServiceManager::GetInstance();
61 ServiceManager& sm = ServiceManager::GetInstance();
  /external/libchrome/base/trace_event/
trace_event_unittest.cc 93 TraceLog::GetInstance()->SetEnabled(TraceConfig(filter, ""),
123 TraceLog::GetInstance()->CancelTracing(
130 TraceLog::GetInstance()->SetDisabled();
131 TraceLog::GetInstance()->Flush(
144 TraceLog::GetInstance()->FlushButLeaveBufferIntact(
155 TraceLog* tracelog = TraceLog::GetInstance();
163 if (TraceLog::GetInstance())
164 EXPECT_FALSE(TraceLog::GetInstance()->IsEnabled());
904 TraceLog::GetInstance()->SetEnabled(TraceConfig(kRecordAllCategoryFilter, ""),
917 TraceLog::GetInstance()->SetEnabled(TraceConfig(kRecordAllCategoryFilter, "")
    [all...]
memory_dump_manager.cc 69 MemoryDumpManager::GetInstance()->RequestGlobalDump(
111 MemoryDumpManager* MemoryDumpManager::GetInstance() {
142 TraceLog::GetInstance()->RemoveEnabledStateObserver(this);
157 RegisterDumpProvider(ProcessMemoryTotalsDumpProvider::GetInstance(),
162 RegisterDumpProvider(MallocDumpProvider::GetInstance(), "Malloc", nullptr);
166 RegisterDumpProvider(ProcessMemoryMapsDumpProvider::GetInstance(),
171 RegisterDumpProvider(JavaHeapDumpProvider::GetInstance(), "JavaHeap",
176 RegisterDumpProvider(WinHeapDumpProvider::GetInstance(), "WinHeap", nullptr);
181 bool is_tracing_already_enabled = TraceLog::GetInstance()->IsEnabled();
183 TraceLog::GetInstance()->AddEnabledStateObserver(this)
    [all...]
  /external/libbrillo/brillo/
flag_helper_unittest.cc 46 brillo::FlagHelper::GetInstance()->set_command_line_for_testing(
108 brillo::FlagHelper::GetInstance()->set_command_line_for_testing(
168 brillo::FlagHelper::GetInstance()->set_command_line_for_testing(
197 brillo::FlagHelper::GetInstance()->set_command_line_for_testing(
211 brillo::FlagHelper::GetInstance()->set_command_line_for_testing(
231 brillo::FlagHelper::GetInstance()->set_command_line_for_testing(
258 brillo::FlagHelper::GetInstance()->set_command_line_for_testing(
279 brillo::FlagHelper::GetInstance()->set_command_line_for_testing(
301 brillo::FlagHelper::GetInstance()->set_command_line_for_testing(
324 brillo::FlagHelper::GetInstance()->set_command_line_for_testing
    [all...]
  /art/runtime/verifier/
reg_type_cache.cc 54 entries_.push_back(UndefinedType::GetInstance());
55 entries_.push_back(ConflictType::GetInstance());
56 entries_.push_back(BooleanType::GetInstance());
57 entries_.push_back(ByteType::GetInstance());
58 entries_.push_back(ShortType::GetInstance());
59 entries_.push_back(CharType::GetInstance());
60 entries_.push_back(IntegerType::GetInstance());
61 entries_.push_back(LongLoType::GetInstance());
62 entries_.push_back(LongHiType::GetInstance());
63 entries_.push_back(FloatType::GetInstance());
    [all...]
  /external/libchrome/crypto/
openssl_util.cc 31 static OpenSSLInitSingleton* GetInstance() {
85 (void)OpenSSLInitSingleton::GetInstance();
  /external/webrtc/webrtc/base/
referencecountedsingletonfactory.h 51 Interface* GetInstance() {
145 instance_ = factory_->GetInstance();
  /libcore/ojluni/src/main/java/javax/crypto/
JceSecurity.java 37 import sun.security.jca.GetInstance.Instance;
96 static Instance getInstance(String type, Class clazz, String algorithm,
99 Service s = GetInstance.getService(type, algorithm, provider);
106 return GetInstance.getInstance(s, clazz);
109 static Instance getInstance(String type, Class clazz, String algorithm,
111 Service s = GetInstance.getService(type, algorithm, provider);
118 return GetInstance.getInstance(s, clazz);
121 static Instance getInstance(String type, Class clazz, String algorithm
    [all...]
  /system/connectivity/apmanager/
dhcp_server.cc 58 rtnl_handler_(shill::RTNLHandler::GetInstance()),
59 file_writer_(FileWriter::GetInstance()),
60 process_factory_(ProcessFactory::GetInstance()) {}

Completed in 704 milliseconds

1 23 4 5 6 7 8 91011>>