Home
last modified time | relevance | path

Searched refs:singletons (Results 1 – 25 of 46) sorted by relevance

12

/external/catch2/include/internal/
Dcatch_singletons.cpp29 auto& singletons = getSingletons(); in cleanupSingletons() local
30 for( auto singleton : *singletons ) in cleanupSingletons()
32 delete singletons; in cleanupSingletons()
33 singletons = nullptr; in cleanupSingletons()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplication.java200 private final Map<String, Object> singletons = new HashMap<>(); field in ShadowApplication
203 synchronized (singletons) { in getSingleton()
205 T item = (T) singletons.get(clazz.getName()); in getSingleton()
207 singletons.put(clazz.getName(), item = provider.get()); in getSingleton()
/external/cldr/tools/java/org/unicode/cldr/tool/
DPluralRulesFactory.java43 …private static ConcurrentHashMap<Pair<Type, String>, PluralRulesFactory> singletons = new Concurre… field in PluralRulesFactory
47 PluralRulesFactory prf = singletons.get(key); in getInstance()
59 singletons.put(key, prf); in getInstance()
/external/rust/crates/regex-automata/src/
Dclasses.rs20 pub fn singletons() -> ByteClasses { in singletons() method
35 ByteClasses::singletons() in from_slice()
Ddense.rs982 Repr::empty_with_byte_classes(ByteClasses::singletons()) in empty()
/external/guice/extensions/mini/src/com/google/inject/mini/
DMiniGuice.java50 private final Set<Key> singletons = new HashSet<>(); field in MiniGuice
121 for (Key key : singletons) { in eagerlyLoadSingletons()
276 singletons.add(key); in putBinding()
/external/rust/crates/aho-corasick/src/
Dclasses.rs20 pub fn singletons() -> ByteClasses { in singletons() method
Ddfa.rs627 ByteClasses::singletons() in build()
Dnfa.rs633 byte_classes: ByteClasses::singletons(), in new()
/external/python/cpython2/Misc/NEWS.d/
D2.7.14rc1.rst147 caches, create explicitly all internal singletons which are created on
/external/python/cpython3/Tools/c-analyzer/cpython/
DREADME21 _PyIdentifier, and singletons. Take that in for a second. It has
/external/python/cpython3/Parser/
Dasdl_c.py104 self.singletons = set()
112 self.singletons.add(str(name))
1363 for singleton in visitor.singletons:
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt246 # singletons
/external/python/cpython3/Doc/library/
Dmarshal.rst46 singletons :const:`None`, :const:`Ellipsis` and :exc:`StopIteration` can also be
/external/python/cpython2/Doc/library/
Dmarshal.rst47 infinite loops). The singletons :const:`None`, :const:`Ellipsis` and
/external/clang/include/clang/AST/
DBuiltinTypes.def15 // singletons are shared by multiple types.
/external/e2fsprogs/util/
Dmkutf8data.c422 int nodes, singletons, leaves; in tree_walk() local
424 nodes = singletons = leaves = 0; in tree_walk()
444 singletons += 1; in tree_walk()
484 nodes, leaves, singletons); in tree_walk()
/external/libwebsockets/READMEs/
DREADME.crypto-apis.md127 …rovides signature and verifcation services for RFC7517 JWK JSON, both "keys" arrays and singletons|
/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def14 // singletons are shared by multiple types.
/external/cldr/tools/java/org/unicode/cldr/util/data/
DlangtagTest.txt106 # the following have multiple singletons -- well formed but invalid
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a2.rst142 Each Python subinterpreter now has its own "small integer singletons":
207 int + int and int - int operators can now return small integer singletons.
D3.5.4rc1.rst1010 caches, create explicitly all internal singletons which are created on
/external/python/cpython2/Lib/test/
Dtest_set.py1695 singletons = [frozenset([x]) for x in range(n)]
1696 return dict([(x, frozenset([x^s for s in singletons]))
/external/python/cpython3/Lib/test/
Dtest_set.py1816 singletons = [frozenset([x]) for x in range(n)]
1817 return dict([(x, frozenset([x^s for s in singletons]))
/external/perfetto/docs/concepts/
Dconfig.md332 Some data sources are singletons. E.g., in the case of scheduler tracing that

12