/aosp_15_r20/build/soong/android/ |
H A D | register.go | 64 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 D | time_utils.cc | 54 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 D | python_hooks.cc | 128 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/ |
D | singleton.hpp | 23 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 D | SpringIntegrationTest.java | 38 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 D | EmptyCollectionSerialization.java | 68 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 D | allocator_registry.cc | 24 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/ |
D | singleton.hpp | 161 class singleton { class 188 BOOST_DLLEXPORT singleton(){} in singleton() function in boost::serialization::singleton
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | vtable-instantiation.cpp | 59 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 D | cuda_driver.h | 132 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/ |
D | interval.hpp | 95 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/ |
D | ApplicationInterface.kt | 117 private var singleton = ApplicationInterface() variable
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/ |
H A D | Combinations.java | 267 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 D | data_socket.cc | 37 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 D | tsan_mutex.cc | 167 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 D | message.cc | 249 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 D | message.cc | 249 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 D | InternalLocaleBuilder.java | 143 …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 D | InternalLocaleBuilder.java | 147 …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 D | InternalLocaleBuilder.java | 167 …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 D | bootstrap.go | 720 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 D | Norm2AllModes.java | 297 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 D | Norm2AllModes.java | 316 private static Norm2AllModes getInstanceFromSingleton(Norm2AllModesSingleton singleton) { in getInstanceFromSingleton() 346 Norm2AllModesSingleton singleton; in getInstance() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/ |
H A D | toco_graphviz_dump_options.cc | 18 GraphVizDumpOptions* GraphVizDumpOptions::singleton() { in singleton() function in toco::GraphVizDumpOptions
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/ |
H A D | simple_buffer_allocator.h | 19 static SimpleBufferAllocator* singleton = new SimpleBufferAllocator(); in Get() local
|