/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/ |
D | singleton_win32.h | 27 class Singleton { 29 Singleton() {} in Singleton() function 30 virtual ~Singleton() {} in ~Singleton() 45 DISALLOW_COPY_AND_ASSIGN(Singleton); 62 template <class T> T* Singleton<T>::instance_; 63 template <class T> CRITICAL_SECTION Singleton<T>::critical_section_; 64 template <class T> bool Singleton<T>::once_init_=perform_init_crit(Singleton<T>::critical_section_);
|
D | singleton_stdmutex.h | 26 class Singleton { 28 Singleton() {} in Singleton() function 29 virtual ~Singleton() {} in ~Singleton() 44 DISALLOW_COPY_AND_ASSIGN(Singleton); 55 template <class T> T* Singleton<T>::instance_; 56 template <class T> std::mutex Singleton<T>::singleton_mutex_; 57 template <class T> bool Singleton<T>::once_init_ = true;
|
D | singleton_boost.h | 26 class Singleton : private boost::noncopyable { 28 Singleton() {} in Singleton() function 29 virtual ~Singleton() {} in ~Singleton() 45 template <class T> boost::scoped_ptr<T> Singleton<T>::instance_; 46 template <class T> boost::once_flag Singleton<T>::flag_ = BOOST_ONCE_INIT;
|
D | singleton_posix.h | 26 class Singleton { 28 virtual ~Singleton() {} in ~Singleton() 46 template <class T> T* Singleton<T>::instance_; 47 template <class T> pthread_once_t Singleton<T>::once_control_ =
|
D | singleton_unsafe.h | 28 class Singleton { 30 Singleton() : thread_checker_() {} in Singleton() function 31 virtual ~Singleton() {} in ~Singleton()
|
/third_party/cef/libcef/browser/extensions/ |
D | extension_system_factory.cc | 26 return base::Singleton<CefExtensionSystemFactory>::get(); in GetInstance()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumberutil.h | 55 class PhoneNumberUtil : public Singleton<PhoneNumberUtil> { 65 friend class Singleton<PhoneNumberUtil>; variable
|
D | phonenumbermatcher.cc | 188 class PhoneNumberMatcherRegExps : public Singleton<PhoneNumberMatcherRegExps> { 190 friend class Singleton<PhoneNumberMatcherRegExps>; 360 class AlternateFormats : public Singleton<AlternateFormats> {
|
D | phonenumberutil.cc | 958 return Singleton<PhoneNumberUtil>::GetInstance(); in GetInstance()
|
/third_party/cef/libcef/browser/ |
D | media_capture_devices_dispatcher.cc | 38 return base::Singleton<CefMediaCaptureDevicesDispatcher>::get(); in GetInstance()
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-parser.cc | 1989 if (!is_class_1) ranges->Add(CharacterRange::Singleton(char_1), zone()); in ParseCharacterClass() 1990 ranges->Add(CharacterRange::Singleton('-'), zone()); in ParseCharacterClass() 2001 if (!is_class_1) ranges->Add(CharacterRange::Singleton(char_1), zone()); in ParseCharacterClass() 2002 ranges->Add(CharacterRange::Singleton('-'), zone()); in ParseCharacterClass() 2003 if (!is_class_2) ranges->Add(CharacterRange::Singleton(char_2), zone()); in ParseCharacterClass() 2012 if (!is_class_1) ranges->Add(CharacterRange::Singleton(char_1), zone()); in ParseCharacterClass() 2175 zone(), CharacterRange::List(zone(), CharacterRange::Singleton(c)))); in AddCharacterClassForDesugaring()
|
D | regexp-compiler-tonode.cc | 800 ranges->Add(CharacterRange::Singleton(old_atom->data().at(0)), zone); in RationalizeConsecutiveAtoms() 1288 ranges->Add(CharacterRange::Singleton(from), zone); in RationalizeConsecutiveAtoms() 1312 ranges->Add(CharacterRange::Singleton(chars[i]), zone); in RationalizeConsecutiveAtoms()
|
D | regexp-ast.h | 95 static inline CharacterRange Singleton(base::uc32 value) { in Singleton() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | JSON.cpp | 631 assert(Stack.back().Ctx != Singleton && "Only one value allowed here"); in valueBegin() 689 Stack.back().Ctx = Singleton; in attributeBegin() 702 assert(Stack.back().Ctx == Singleton); in attributeEnd()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | JSON.h | 766 assert(Stack.back().Ctx == Singleton); in ~OStream() 829 Singleton, // Top level, or object attribute. enumerator 834 Context Ctx = Singleton;
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | CompositionExclusions.txt | 141 # (3) Singleton Decompositions
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/ |
D | CompositionExclusions.txt | 141 # (3) Singleton Decompositions
|
/third_party/libphonenumber/resources/geocoding/en/ |
D | 61.txt | 3897 61255001|Singleton 3940 61255044|Singleton 3970 61255074|Singleton 4057 61255161|Singleton 4110 61255214|Singleton 4164 61255282|Singleton 4218 61255336|Singleton 4266 61255384|Singleton 4310 61255428|Singleton 4397 61255530|Singleton [all …]
|
/third_party/libabigail/tests/lib/ |
D | catch.hpp | 12428 class Singleton : SingletonImplT, public ISingleton { class 12430 static auto getInternal() -> Singleton* { in getInternal() 12431 static Singleton* s_instance = nullptr; in getInternal() 12433 s_instance = new Singleton; in getInternal() 12513 using RegistryHubSingleton = Singleton<RegistryHub, IRegistryHub, IMutableRegistryHub>; 13783 : m_index( Singleton<StringStreams>::getMutable().add() ), in ReusableStringStream() 13784 m_oss( Singleton<StringStreams>::getMutable().m_streams[m_index].get() ) in ReusableStringStream() 13790 Singleton<StringStreams>::getMutable().release( m_index ); in ~ReusableStringStream()
|
/third_party/rust/crates/aho-corasick/bench/data/ |
D | words-5000 | 2935 Singleton
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_Latin.txt | 1539 Copley, John Singleton 6391 Singleton, Henry
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | the-picture-of-dorian-gray.txt | 5636 Singleton and his dreadful end? What about Lord Kent's only son and 5650 Adrian Singleton writes his friend's name across a bill, am I his 6120 pomegranates. It had been given to him by Adrian Singleton. As he 7077 presence of Adrian Singleton troubled him. He wanted to be where no 7102 Adrian Singleton rose up wearily and followed Dorian to the bar. A 7106 back on them and said something in a low voice to Adrian Singleton. 7120 "It's no use," sighed Adrian Singleton. "I don't care to go back. 7148 meeting with Adrian Singleton had strangely moved him, and he wondered
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/ |
D | the-picture-of-dorian-gray.txt | 5636 Singleton and his dreadful end? What about Lord Kent's only son and 5650 Adrian Singleton writes his friend's name across a bill, am I his 6120 pomegranates. It had been given to him by Adrian Singleton. As he 7077 presence of Adrian Singleton troubled him. He wanted to be where no 7102 Adrian Singleton rose up wearily and followed Dorian to the bar. A 7106 back on them and said something in a low voice to Adrian Singleton. 7120 "It's no use," sighed Adrian Singleton. "I don't care to go back. 7148 meeting with Adrian Singleton had strangely moved him, and he wondered
|
/third_party/python/Doc/faq/ |
D | programming.rst | 276 Note that using a module is also the basis for implementing the Singleton design
|
/third_party/typescript/src/compiler/ |
D | types.ts | 5710 …Singleton = Any | Unknown | String | Number | Boolean | BigInt | ESSymbol | Void | Undefined | Nul…
|