HomeSort by relevance Sort by last modified time
    Searched refs:Singleton (Results 26 - 50 of 65) sorted by null

12 3

  /external/chromium/base/
time_win.cc 47 #include "base/singleton.h"
337 return Singleton<NowSingleton>::get()->Now();
361 return Singleton<NowSingleton>::get()->Now().InMicroseconds();
384 return TimeTicks() + Singleton<NowSingleton>::get()->Now();
389 return TimeTicks() + Singleton<HighResNowSingleton>::get()->Now();
directory_watcher_inotify.cc 27 #include "base/singleton.h"
36 // Singleton to manage all inotify watches.
366 Singleton<InotifyReader>::get()->RemoveWatch(*watch, this);
419 Singleton<InotifyReader>::get()->AddWatch(*subdirectory, this);
446 watch_ = Singleton<InotifyReader>::get()->AddWatch(path, this);
logging_win.cc 7 #include "base/singleton.h"
44 Singleton<logging::LogEventProvider, LogEventProviderTraits> log_provider;
debug_util_win.cc 15 #include "base/singleton.h"
71 // SymbolContext is a threadsafe singleton that wraps the DbgHelp Sym* family
74 // network while holding the lock for this singleton. In the case of high
89 // We use a leaky singleton because code may call this during process
92 Singleton<SymbolContext, LeakySingletonTraits<SymbolContext> >::get();
linux_util.cc 20 #include "base/singleton.h"
67 // Retrieves the Singleton.
69 return Singleton<LinuxDistroHelper>::get();
path_service.cc 18 #include "base/singleton.h"
124 return Singleton<PathData>::get();
  /frameworks/base/libs/gui/
SensorManager.cpp 24 #include <utils/Singleton.h>
  /external/chromium/net/disk_cache/
file_win.cc 9 #include "base/singleton.h"
57 context_.handler = Singleton<CompletionHandler>::get();
95 platform_file_, Singleton<CompletionHandler>::get());
282 MessageLoopForIO::IOHandler* handler = Singleton<CompletionHandler>::get();
file_posix.cc 13 #include "base/singleton.h"
321 InFlightIO* io_operations = Singleton<InFlightIO>::get();
351 InFlightIO* io_operations = Singleton<InFlightIO>::get();
376 Singleton<InFlightIO>::get()->WaitForPendingIO();
  /frameworks/base/services/sensorservice/
SensorDevice.cpp 23 #include <utils/Singleton.h>
35 class BatteryService : public Singleton<BatteryService> {
40 friend class Singleton<BatteryService>;
  /frameworks/base/libs/surfaceflinger_client/
SurfaceComposerClient.cpp 26 #include <utils/Singleton.h>
48 : Singleton<ComposerService>() {
76 class Composer : public Singleton<Composer>
82 Composer() : Singleton<Composer>() {
133 friend class Singleton<Composer>;
Surface.cpp 276 class SurfaceClient : public Singleton<SurfaceClient>
286 : Singleton<SurfaceClient>(), mStatus(NO_INIT)
302 friend class Singleton<SurfaceClient>;
    [all...]
  /external/chromium/net/base/
host_resolver_proc.cc 20 #include "base/singleton.h"
131 // During testing the DnsReloadTimer Singleton may be created and destroyed
213 net::DnsReloadTimer* dns_timer = Singleton<net::DnsReloadTimer>::get();
x509_certificate.cc 54 // Get the singleton object for the cache.
57 return Singleton<X509Certificate::Cache>::get();
registry_controlled_domain.cc 43 #include "base/singleton.h"
280 return Singleton<RegistryControlledDomainService>::get();
x509_certificate_mac.cc 59 // Obtain an instance of MacTrustedCertificates via the singleton
74 Singleton<MacTrustedCertificates>::get()->SetTestCertificate(cert);
469 Singleton<MacTrustedCertificates>::get()->CopyTrustedCertificateArray();
mime_util.cc 12 #include "base/singleton.h"
19 // Singleton utility class for mime types.
391 // Wrappers for the singleton
395 return Singleton<MimeUtil>::get();
  /external/chromium/net/tools/fetch/
fetch_client.cc 10 #include "base/singleton.h"
113 Singleton<Driver> driver_;
  /external/chromium/net/websockets/
websocket_throttle_unittest.cc 72 WebSocketThrottle* throttle = Singleton<WebSocketThrottle>::get();
websocket_throttle.cc 11 #include "base/singleton.h"
282 Singleton<WebSocketThrottle>::get();
  /frameworks/base/libs/ui/
GraphicBufferAllocator.cpp 22 #include <utils/Singleton.h>
  /external/v8/test/cctest/
test-regexp.cc     [all...]
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 101 'SingleForwardable', 'Singleton', 'SingletonClassMethods',
  /external/chromium/net/ocsp/
nss_ocsp.cc 20 #include "base/singleton.h"
118 // IO thread was already deleted before the singleton is deleted
180 Singleton<OCSPInitSingleton>()->PostTaskToIOLoop(
627 Singleton<OCSPInitSingleton>::get();
  /external/chromium/net/flip/
flip_stream.cc 20 metrics_(Singleton<BandwidthMetrics>::get()),

Completed in 335 milliseconds

12 3