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

1 2 34 5 6 7 8 91011>>

  /development/ndk/sources/android/ndk_helper/
GLContext.h 84 static GLContext* GetInstance()
  /external/libbrillo/brillo/
flag_helper.h 189 brillo::FlagHelper::GetInstance()->AddFlag(std::unique_ptr<brillo::Flag>( \
208 brillo::FlagHelper::GetInstance()->AddFlag( \
211 brillo::FlagHelper::GetInstance()->AddFlag( \
222 static FlagHelper* GetInstance();
  /external/libchrome/base/posix/
global_descriptors.h 62 static GlobalDescriptors* GetInstance();
  /external/libchrome/base/threading/
thread_id_name_manager.h 23 static ThreadIdNameManager* GetInstance();
  /external/libchrome/base/trace_event/
process_memory_totals_dump_provider_unittest.cc 19 auto pmtdp = ProcessMemoryTotalsDumpProvider::GetInstance();
trace_event_synthetic_delay.cc 21 static TraceEventSyntheticDelayRegistry* GetInstance();
49 return TraceEventSyntheticDelayRegistry::GetInstance()->GetOrCreateDelay(
147 TraceEventSyntheticDelayRegistry::GetInstance() {
197 TraceEventSyntheticDelayRegistry::GetInstance()->ResetAllDelays();
223 base::trace_event::TraceEventSyntheticDelayRegistry::GetInstance()
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRGridSampler.h 41 static CBC_QRGridSampler& GetInstance();
  /external/skia/src/utils/
SkEventTracer.cpp 53 SkEventTracer* SkEventTracer::GetInstance() {
  /frameworks/base/core/jni/
android_app_ApplicationLoaders.cpp 30 vulkan::LoaderData& loader_data = vulkan::LoaderData::GetInstance();
  /system/connectivity/apmanager/
event_dispatcher.cc 35 EventDispatcher* EventDispatcher::GetInstance() {
  /system/connectivity/shill/
file_io.cc 37 FileIO* FileIO::GetInstance() {
resolver.h 45 // Since this is a singleton, use Resolver::GetInstance()->Foo().
46 static Resolver* GetInstance();
shill_ares.h 31 static Ares* GetInstance();
  /system/connectivity/shill/net/
shill_time.h 56 static Time* GetInstance();
  /system/connectivity/shill/shims/
environment.cc 37 Environment* Environment::GetInstance() {
ppp.h 41 // This is a singleton -- use PPP::GetInstance()->Foo().
42 static PPP* GetInstance();
  /system/core/init/
init_parser.h 39 static Parser& GetInstance();
keychords.cpp 79 Service* svc = ServiceManager::GetInstance().FindServiceByKeychord(id);
92 ServiceManager::GetInstance().ForEachService(add_service_keycodes);
builtins.cpp 171 ServiceManager::GetInstance().ForEachService([] (Service* s) { s->Stop(); });
175 Service *svc = ServiceManager::GetInstance().FindServiceByName("watchdogd");
179 ServiceManager::GetInstance().ReapAnyOutstandingChildren();
232 ServiceManager::GetInstance().
238 ServiceManager::GetInstance().
244 ServiceManager::GetInstance().
254 Service* svc = ServiceManager::GetInstance().FindServiceByName(args[1]);
262 Service* svc = ServiceManager::GetInstance().MakeExecOneshotService(args);
483 Parser& parser = Parser::GetInstance();
562 ActionManager::GetInstance().QueueEventTrigger("encrypt")
    [all...]
  /system/webservd/webservd/
log_manager.h 63 static LogManager* GetInstance();
  /external/sfntly/cpp/src/test/
serialization_test.cc 30 factory1.Attach(FontFactory::GetInstance());
35 factory2.Attach(FontFactory::GetInstance());
45 factory3.Attach(FontFactory::GetInstance());
96 factory1.Attach(FontFactory::GetInstance());
101 factory2.Attach(FontFactory::GetInstance());
111 factory3.Attach(FontFactory::GetInstance());
  /external/libnfc-nci/halimpl/pn54x/utils/
phNxpConfig.cpp 88 static CNfcConfig& GetInstance();
431 ** Function: CNfcConfig::GetInstance()
438 CNfcConfig& CNfcConfig::GetInstance()
883 CNfcConfig& rConfig = CNfcConfig::GetInstance();
906 CNfcConfig& rConfig = CNfcConfig::GetInstance();
925 CNfcConfig& rConfig = CNfcConfig::GetInstance();
969 CNfcConfig& rConfig = CNfcConfig::GetInstance();
993 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false);
1007 CNfcConfig& rConfig = CNfcConfig::GetInstance();
1022 CNfcConfig& rConfig = CNfcConfig::GetInstance();
    [all...]
  /libcore/ojluni/src/main/java/java/security/
KeyPairGenerator.java 35 import sun.security.jca.GetInstance.Instance;
40 * <code>getInstance</code> factory methods (static methods that
179 private static KeyPairGenerator getInstance(Instance instance,
219 public static KeyPairGenerator getInstance(String algorithm)
222 GetInstance.getServices("KeyPairGenerator", algorithm);
234 GetInstance.getInstance(s, KeyPairGeneratorSpi.class);
236 return getInstance(instance, algorithm);
283 public static KeyPairGenerator getInstance(String algorithm,
286 Instance instance = GetInstance.getInstance("KeyPairGenerator"
    [all...]
SecureRandom.java 35 import sun.security.jca.GetInstance.Instance;
54 * no-argument constructor or one of the <code>getInstance</code> methods:
200 SecureRandom random = SecureRandom.getInstance(prng);
276 public static SecureRandom getInstance(String algorithm)
278 Instance instance = GetInstance.getInstance("SecureRandom",
360 public static SecureRandom getInstance(String algorithm, String provider)
363 Instance instance = GetInstance.getInstance("SecureRandom",
404 Instance instance = GetInstance.getInstance(service, SecureRandomSpi.class)
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-listener_test.cc 208 UnitTest::GetInstance()->listeners().Append(
210 UnitTest::GetInstance()->listeners().Append(
309 if (UnitTest::GetInstance()->Failed())

Completed in 585 milliseconds

1 2 34 5 6 7 8 91011>>