Home
last modified time | relevance | path

Searched defs:Singleton (Results 1 – 16 of 16) sorted by relevance

/external/clang/test/SemaObjC/
Dproperty-dot-receiver.m6 @interface Singleton { interface
11 @implementation Singleton implementation
/external/guice/core/src/com/google/inject/
DSingleton.java34 public @interface Singleton {} annotation
/external/jsr330/src/javax/inject/
DSingleton.java31 public @interface Singleton {} annotation
/external/catch2/include/internal/
Dcatch_singletons.hpp22 class Singleton : SingletonImplT, public ISingleton { class
/external/tensorflow/tensorflow/core/platform/
Dlogger.h41 static Logger* Singleton() { in Singleton() function
/external/guice/extensions/spring/test/com/google/inject/spring/
DSpringIntegrationTest.java90 static class Singleton {} class in SpringIntegrationTest
/external/clang/include/clang/AST/
DDeclContextInternals.h107 if (NamedDecl *Singleton = getAsDecl()) { in remove() local
128 } else if (NamedDecl *Singleton = getAsDecl()) { in removeExternalDecls() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient_library.cc74 /* static */ ClientLibrary& ClientLibrary::Singleton() { in Singleton() function in xla::ClientLibrary
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_mutex.cc177 TEST(DISABLED_BENCH_ThreadSanitizer, Singleton) { in TEST() argument
/external/autotest/server/
Dsite_utils.py80 class Singleton(type): class
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device.cc86 /* static */ XlaDeviceAllocatorState& XlaDeviceAllocatorState::Singleton() { in Singleton() function in tensorflow::XlaDeviceAllocatorState
/external/guava/guava-testlib/test/com/google/common/testing/
DClassSanityTesterTest.java1210 public static class Singleton { class in ConstructorParameterSingleValue
1212 private Singleton() {} in Singleton() method in ConstructorParameterSingleValue.Singleton
/external/tensorflow/tensorflow/contrib/verbs/
Drdma.h196 static RdmaMemoryMgr& Singleton() { in Singleton() function
/external/v8/src/regexp/
Dregexp-ast.h90 static inline CharacterRange Singleton(uc32 value) { in Singleton() function
/external/llvm/lib/Fuzzer/
DFuzzerTraceState.cpp158 static LabelRange Singleton(const dfsan_label_info *LI) { in Singleton() function
/external/catch2/single_include/catch2/
Dcatch.hpp10093 class Singleton : SingletonImplT, public ISingleton { class