Searched defs:Singleton (Results 1 - 12 of 12) sorted by last modified time

/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/openfst/src/include/fst/
H A Dinterval-set.h124 bool Singleton() const { function in class:fst::IntervalSet
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/src/
H A Djsregexp.h248 static inline CharacterRange Singleton(uc16 value) { function in class:v8::internal::CharacterRange
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
H A Dsingleton.h30 class Singleton : private boost::noncopyable { class in namespace:i18n::phonenumbers
32 virtual ~Singleton() {}
48 template <class T> boost::scoped_ptr<T> Singleton<T>::instance;
49 template <class T> boost::once_flag Singleton<T>::flag = BOOST_ONCE_INIT;
68 class Singleton {
70 Singleton() : thread_checker_() {}
72 virtual ~Singleton() {}
H A Dsingleton_posix.h26 class Singleton { class in namespace:i18n::phonenumbers
28 virtual ~Singleton() {}
46 template <class T> T* Singleton<T>::instance_;
47 template <class T> pthread_once_t Singleton<T>::once_control_ =
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc91 PluginHost *PluginHost::Singleton() { function in class:content::PluginHost
/external/chromium_org/content/common/
H A Dplugin_list.cc33 PluginList* PluginList::Singleton() { function in class:content::PluginList
/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...]
/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/ ...

Completed in 2002 milliseconds