Searched refs:Singleton (Results 1 - 25 of 394) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/chromium_org/apps/
H A Dapp_lifetime_monitor_factory.cc22 return Singleton<AppLifetimeMonitorFactory>::get();
H A Dapp_load_service_factory.cc25 return Singleton<AppLoadServiceFactory>::get();
H A Dapp_restore_service_factory.cc21 return Singleton<AppRestoreServiceFactory>::get();
H A Dsaved_devices_service_factory.cc22 return Singleton<SavedDevicesServiceFactory>::get();
H A Dsaved_files_service_factory.cc21 return Singleton<SavedFilesServiceFactory>::get();
/external/chromium_org/ash/ime/
H A Dinput_method_menu_manager.cc53 return Singleton<InputMethodMenuManager>::get();
/external/chromium_org/ash/touch/
H A Dtouch_uma.cc53 return Singleton<TouchUMA>::get();
/external/chromium_org/base/android/
H A Dbuild_info.cc68 return Singleton<BuildInfo, BuildInfoSingletonTraits >::get();
/external/chromium_org/base/debug/
H A Dstack_trace_posix.cc480 return Singleton<SandboxSymbolizeHelper>::get();
H A Dstack_trace_win.cc66 Singleton<SymbolContext, LeakySingletonTraits<SymbolContext> >::get();
H A Dtrace_event_impl.cc44 Singleton<base::debug::TraceLog,
1197 return Singleton<TraceLog, LeakySingletonTraits<TraceLog> >::get();
H A Dtrace_event_synthetic_delay.cc151 return Singleton<
H A Dtrace_event_win.cc35 return Singleton<TraceEventETWProvider,
/external/chromium_org/base/i18n/
H A Dfile_util_icu.cc30 return Singleton<IllegalCharacters>::get();
42 friend class Singleton<IllegalCharacters>;
62 // Also, consider wrapping the set with our Singleton class to create and
H A Dtimezone.cc21 return Singleton<TimezoneMap>::get();
/external/chromium_org/base/
H A Dlinux_util.cc39 // Retrieves the Singleton.
41 return Singleton<LinuxDistroHelper>::get();
H A Dlogging_win.cc21 return Singleton<LogEventProvider,
/external/chromium_org/base/memory/
H A Dsingleton.h45 // Default traits for Singleton<Type>. Calls operator new and operator delete on
75 // Alternate traits for use with the Singleton<Type>. Identical to
76 // DefaultSingletonTraits except that the Singleton will not be cleaned up
87 // Alternate traits for use with the Singleton<Type>. Allocates memory
144 // The Singleton<Type, Traits, DifferentiatingType> class manages a single
171 // return Singleton<FooClass>::get();
177 // NOTE: The method accessing Singleton<T>::get() has to be named as GetInstance
183 // Singleton<> has no non-static members and doesn't need to actually be
216 class Singleton { class
218 // Classes using the Singleton<
[all...]
H A Dsingleton_objc.h5 // Support for using the Singleton<T> pattern with Objective-C objects. A
6 // SingletonObjC is the same as a Singleton, except the default traits are
15 // -[NSExampleType release] when Singleton's atexit routines run
36 // Singleton traits usable to manage traditional Objective-C objects, which
51 // Exactly like Singleton, but without the DefaultSingletonObjCTraits as the
57 class SingletonObjC : public Singleton<Type, Traits, DifferentiatingType> {
H A Dsingleton_unittest.cc19 return Singleton<IntSingleton>::get();
30 return Singleton<Init5Singleton, Trait>::get();
74 return Singleton<CallbackSingletonWithNoLeakTrait, Trait>::get();
87 return Singleton<CallbackSingletonWithLeakTrait, Trait>::get();
98 return Singleton<CallbackSingletonWithStaticTrait, Trait>::get();
118 return Singleton<AlignedTestSingleton,
/external/chromium_org/base/posix/
H A Dglobal_descriptors.cc16 typedef Singleton<base::GlobalDescriptors,
/external/chromium_org/base/strings/
H A Dstring_util.cc36 // prevents other code that might accidentally use Singleton<string> from
44 return Singleton<EmptyStrings>::get();
/external/chromium_org/base/test/
H A Dtest_support_android.cc43 return Singleton<Waitable>::get();
/external/chromium_org/base/threading/
H A Dthread_id_name_manager.cc35 return Singleton<ThreadIdNameManager,

Completed in 2168 milliseconds

1234567891011>>