Home
last modified time | relevance | path

Searched defs:singleton (Results 1 – 25 of 800) sorted by relevance

12345678910>>...32

/aosp_15_r20/build/soong/android/
H A Dregister.go64 type singleton struct { struct
66 parallel bool
68 name string
69 factory SingletonFactory
76 func (s singleton) componentName() string {
80 func (s singleton) register(ctx *Context) {
/aosp_15_r20/external/webrtc/rtc_base/
H A Dtime_utils.cc54 auto& singleton = Singleton(); in SyncWithNtp() local
67 auto& singleton = Singleton(); in TicksNs() local
100 static TimeHelper singleton; in Singleton() local
/aosp_15_r20/external/tensorflow/tensorflow/python/profiler/internal/
H A Dpython_hooks.cc128 static PythonHooks* singleton = new PythonHooks; in GetSingleton() local
163 PythonHooks* singleton = PythonHooks::GetSingleton(); in Start() local
355 PythonHooks* singleton = PythonHooks::GetSingleton(); in SetProfilerInAllThreads() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/
Dsingleton.hpp23 class singleton : private T class
35 inline singleton<T>::singleton() in singleton() function in boost::detail::thread::singleton
/aosp_15_r20/external/guice/extensions/spring/test/com/google/inject/spring/
H A DSpringIntegrationTest.java38 RootBeanDefinition singleton = new RootBeanDefinition(Singleton.class); in testBindFromSpring() local
65 RootBeanDefinition singleton = new RootBeanDefinition(Singleton.class); in testBindAll() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collections/
H A DEmptyCollectionSerialization.java68 Object singleton = o.get(); in serializableSingletons() local
69 … assertSame(o.get(), singleton, description + ": broken Supplier not returning singleton"); in serializableSingletons() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dallocator_registry.cc24 AllocatorFactoryRegistry* AllocatorFactoryRegistry::singleton() { in singleton() function in tensorflow::AllocatorFactoryRegistry
25 static AllocatorFactoryRegistry* singleton = new AllocatorFactoryRegistry; in singleton() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/
Dsingleton.hpp161 class singleton { class
188 BOOST_DLLEXPORT singleton(){} in singleton() function in boost::serialization::singleton
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dvtable-instantiation.cpp59 static GMG singleton; member
63 GMG<Type> GMG<Type>::singleton; // expected-note{{requested here}} member in PR10020::GMG<Type>
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_driver.h132 static auto singleton = in Live() local
137 static auto singleton = in LiveOrdinal() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/
Dinterval.hpp95 singleton(const typename interval_traits<Type>::domain_type& value) in singleton() function
108 singleton(const typename interval_traits<Type>::domain_type& value) in singleton() function
121 singleton(const typename interval_traits<Type>::domain_type& value) in singleton() function
135 singleton(const typename interval_traits<Type>::domain_type& value) in singleton() function
143 singleton(const typename interval_traits<Type>::domain_type& value) in singleton() function
/aosp_15_r20/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/
DApplicationInterface.kt117 private var singleton = ApplicationInterface() variable
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
H A DCombinations.java267 private final int[] singleton; field in Combinations.SingletonIterator
277 SingletonIterator(final int[] singleton) { in SingletonIterator()
/aosp_15_r20/external/webrtc/examples/peerconnection/server/
H A Ddata_socket.cc37 static WinsockInitializer singleton; member in WinsockInitializer
47 WinsockInitializer WinsockInitializer::singleton; member in WinsockInitializer
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mutex.cc167 atomic_uintptr_t *singleton = (atomic_uintptr_t *)param; in singleton_thread() local
189 atomic_uintptr_t singleton; in TEST() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dmessage.cc249 GeneratedMessageFactory* GeneratedMessageFactory::singleton() { in singleton() function in google::protobuf::__anon7a84cd360311::GeneratedMessageFactory
338 static T singleton; in GetSingleton() local
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dmessage.cc249 GeneratedMessageFactory* GeneratedMessageFactory::singleton() { in singleton() function in google::protobuf::__anonae83a9a30311::GeneratedMessageFactory
338 static T singleton; in GetSingleton() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/locale/
H A DInternalLocaleBuilder.java143 …public InternalLocaleBuilder setExtension(char singleton, String value) throws LocaleSyntaxExcepti… in setExtension()
219 String singleton = s; in setExtensions() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DInternalLocaleBuilder.java147 …public InternalLocaleBuilder setExtension(char singleton, String value) throws LocaleSyntaxExcepti… in setExtension()
223 String singleton = s; in setExtensions() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/util/locale/
H A DInternalLocaleBuilder.java167 …public InternalLocaleBuilder setExtension(char singleton, String value) throws LocaleSyntaxExcepti… in setExtension()
244 String singleton = s; in setExtensions() local
/aosp_15_r20/build/blueprint/bootstrap/
H A Dbootstrap.go720 type singleton struct { struct
729 func (s *singleton) GenerateBuildActions(ctx blueprint.SingletonContext) {
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DNorm2AllModes.java297 private static Norm2AllModes getInstanceFromSingleton(Norm2AllModesSingleton singleton) { in getInstanceFromSingleton()
327 Norm2AllModesSingleton singleton; in getInstance() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DNorm2AllModes.java316 private static Norm2AllModes getInstanceFromSingleton(Norm2AllModesSingleton singleton) { in getInstanceFromSingleton()
346 Norm2AllModesSingleton singleton; in getInstance() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dtoco_graphviz_dump_options.cc18 GraphVizDumpOptions* GraphVizDumpOptions::singleton() { in singleton() function in toco::GraphVizDumpOptions
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dsimple_buffer_allocator.h19 static SimpleBufferAllocator* singleton = new SimpleBufferAllocator(); in Get() local

12345678910>>...32