Home
last modified time | relevance | path

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

123456

/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
/external/guice/extensions/spring/test/com/google/inject/spring/
DSpringIntegrationTest.java38 RootBeanDefinition singleton = new RootBeanDefinition(Singleton.class); in testBindFromSpring() local
65 RootBeanDefinition singleton = new RootBeanDefinition(Singleton.class); in testBindAll() local
/external/tensorflow/tensorflow/core/framework/
Dallocator_registry.cc24 AllocatorFactoryRegistry* AllocatorFactoryRegistry::singleton() { in singleton() function in tensorflow::AllocatorFactoryRegistry
25 static AllocatorFactoryRegistry* singleton = new AllocatorFactoryRegistry; in singleton() local
/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
/external/clang/test/SemaCXX/
Dvtable-instantiation.cpp59 static GMG singleton; member
63 GMG<Type> GMG<Type>::singleton; // expected-note{{requested here}} member in PR10020::GMG<Type>
/external/webrtc/rtc_base/
Dtime_utils.cc54 auto& singleton = Singleton(); in SyncWithNtp() local
67 auto& singleton = Singleton(); in TicksNs() local
100 static TimeHelper singleton; in Singleton() local
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_driver.h132 static auto singleton = in Live() local
137 static auto singleton = in LiveOrdinal() local
/external/cronet/tot/net/third_party/quiche/src/quiche/common/
Dsimple_buffer_allocator.h19 static SimpleBufferAllocator* singleton = new SimpleBufferAllocator(); in Get() local
/external/cronet/stable/net/third_party/quiche/src/quiche/common/
Dsimple_buffer_allocator.h19 static SimpleBufferAllocator* singleton = new SimpleBufferAllocator(); in Get() local
/external/tensorflow/tensorflow/lite/toco/
Dtoco_graphviz_dump_options.cc18 GraphVizDumpOptions* GraphVizDumpOptions::singleton() { in singleton() function in toco::GraphVizDumpOptions
/external/skia/src/ports/
DSkFontConfigInterface_direct_factory.cpp12 static SkFontConfigInterface* singleton; in GetSingletonDirectInterface() local
/external/pytorch/c10/core/
DUndefinedTensorImpl.h20 static inline TensorImpl* singleton() { in singleton() function
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DDOUBLE_Upper.java31 private static final DOUBLE_Upper singleton = new DOUBLE_Upper(); field in DOUBLE_Upper
DLONG_Upper.java31 private static final LONG_Upper singleton = new LONG_Upper(); field in LONG_Upper
/external/tensorflow/tensorflow/python/profiler/internal/
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
/external/pytorch/aten/src/ATen/core/
DDeprecatedTypePropertiesRegistry.cpp30 static DeprecatedTypePropertiesRegistry singleton; in globalDeprecatedTypePropertiesRegistry() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
DCombinations.java267 private final int[] singleton; field in Combinations.SingletonIterator
277 SingletonIterator(final int[] singleton) { in SingletonIterator()
/external/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/
DETLogging.java16 private static ETLogging singleton; field in ETLogging
/external/tensorflow/tensorflow/compiler/xla/service/
Dxla_debug_info_manager.h38 static XlaDebugInfoManager* singleton = new XlaDebugInfoManager(); in Get() local
/external/tensorflow/tensorflow/core/debug/
Ddebug_callback_registry.cc24 DebugCallbackRegistry* DebugCallbackRegistry::singleton() { in singleton() function in tensorflow::DebugCallbackRegistry
/external/webrtc/examples/peerconnection/server/
Ddata_socket.cc37 static WinsockInitializer singleton; member in WinsockInitializer
47 WinsockInitializer WinsockInitializer::singleton; member in WinsockInitializer
/external/guice/core/test/com/google/inject/
DInjectorTest.java56 final SampleSingleton singleton = new SampleSingleton(); in testProviderMethods() local
/external/pytorch/c10/cuda/
Ddriver_api.cpp46 static DriverAPI singleton = create_driver_api(); in get() local
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_mutex.cc167 atomic_uintptr_t *singleton = (atomic_uintptr_t *)param; in singleton_thread() local
189 atomic_uintptr_t singleton; in TEST() local
/external/leveldb/util/
Dcomparator.cc71 static NoDestructor<BytewiseComparatorImpl> singleton; in BytewiseComparator() local

123456