/external/catch2/include/internal/ |
D | catch_singletons.cpp | 29 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/ |
D | ShadowApplication.java | 200 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/ |
D | PluralRulesFactory.java | 43 …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/ |
D | classes.rs | 20 pub fn singletons() -> ByteClasses { in singletons() method 35 ByteClasses::singletons() in from_slice()
|
D | dense.rs | 982 Repr::empty_with_byte_classes(ByteClasses::singletons()) in empty()
|
/external/guice/extensions/mini/src/com/google/inject/mini/ |
D | MiniGuice.java | 50 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/ |
D | classes.rs | 20 pub fn singletons() -> ByteClasses { in singletons() method
|
D | dfa.rs | 627 ByteClasses::singletons() in build()
|
D | nfa.rs | 633 byte_classes: ByteClasses::singletons(), in new()
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.14rc1.rst | 147 caches, create explicitly all internal singletons which are created on
|
/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | README | 21 _PyIdentifier, and singletons. Take that in for a second. It has
|
/external/python/cpython3/Parser/ |
D | asdl_c.py | 104 self.singletons = set() 112 self.singletons.add(str(name)) 1363 for singleton in visitor.singletons:
|
/external/python/cpython3/Doc/library/ |
D | marshal.rst | 46 singletons :const:`None`, :const:`Ellipsis` and :exc:`StopIteration` can also be
|
/external/python/cpython3/Tools/c-analyzer/ |
D | ignored-globals.txt | 246 # singletons
|
/external/python/cpython2/Doc/library/ |
D | marshal.rst | 47 infinite loops). The singletons :const:`None`, :const:`Ellipsis` and
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 15 // singletons are shared by multiple types.
|
/external/e2fsprogs/util/ |
D | mkutf8data.c | 422 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/ |
D | README.crypto-apis.md | 127 …rovides signature and verifcation services for RFC7517 JWK JSON, both "keys" arrays and singletons|
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | langtagTest.txt | 106 # the following have multiple singletons -- well formed but invalid
|
/external/llvm-project/clang/include/clang/AST/ |
D | BuiltinTypes.def | 14 // singletons are shared by multiple types.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a2.rst | 142 Each Python subinterpreter now has its own "small integer singletons": 207 int + int and int - int operators can now return small integer singletons.
|
D | 3.5.4rc1.rst | 1010 caches, create explicitly all internal singletons which are created on
|
/external/python/cpython2/Lib/test/ |
D | test_set.py | 1695 singletons = [frozenset([x]) for x in range(n)] 1696 return dict([(x, frozenset([x^s for s in singletons]))
|
/external/python/cpython3/Lib/test/ |
D | test_set.py | 1816 singletons = [frozenset([x]) for x in range(n)] 1817 return dict([(x, frozenset([x^s for s in singletons]))
|
/external/python/cpython3/Doc/c-api/ |
D | module.rst | 282 singletons: if the *sys.modules* entry is removed and the module is re-imported,
|