/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 | 42 …private static ConcurrentHashMap<Pair<Type, String>, PluralRulesFactory> singletons = new Concurre… field in PluralRulesFactory 46 PluralRulesFactory prf = singletons.get(key); in getInstance() 58 singletons.put(key, prf); in getInstance()
|
/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/dagger2/examples/android-activity-graphs/ |
D | README.md | 10 * Allows for the use of singletons on a per-activity basis. This is a great way to manage a
|
/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/Doc/library/ |
D | marshal.rst | 46 singletons :const:`None`, :const:`Ellipsis` and :exc:`StopIteration` can also be
|
D | enum.rst | 995 The most interesting thing about Enum members is that they are singletons.
|
D | pickle.rst | 591 object's module. This behaviour is typically useful for singletons.
|
/external/python/cpython3/Tools/c-globals/ |
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/cldr/tools/java/org/unicode/cldr/util/data/ |
D | langtagTest.txt | 105 # the following have multiple singletons -- well formed but invalid
|
/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/Doc/c-api/ |
D | module.rst | 258 singletons: if the *sys.modules* entry is removed and the module is re-imported,
|
D | typeobj.rst | 171 the case for the singletons ``None`` and ``Ellipsis``).
|
/external/python/cpython3/Lib/test/ |
D | test_set.py | 1810 singletons = [frozenset([x]) for x in range(n)] 1811 return dict([(x, frozenset([x^s for s in singletons]))
|
D | pickletester.py | 1596 singletons = [None, ..., NotImplemented] 1597 for singleton in singletons:
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.4rc1.rst | 1014 caches, create explicitly all internal singletons which are created on
|
/external/libevent/ |
D | whatsnew-2.1.txt | 93 singletons but provided no means to free them. There is now a
|
/external/python/cpython2/Doc/ |
D | glossary.rst | 510 singletons, and many other tasks.
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 11135 auto& singletons = getSingletons(); in cleanupSingletons() local 11136 for( auto singleton : *singletons ) in cleanupSingletons() 11138 delete singletons; in cleanupSingletons() 11139 singletons = nullptr; in cleanupSingletons()
|
/external/harfbuzz_ng/ |
D | NEWS | 269 - More internal refactoring of atomic operations and singletons.
|
/external/python/cpython3/Doc/ |
D | glossary.rst | 687 singletons, and many other tasks.
|
/external/python/cpython2/Doc/c-api/ |
D | typeobj.rst | 178 the case for the singletons ``None`` and ``Ellipsis``).
|