Home
last modified time | relevance | path

Searched refs:singletons (Results 1 – 25 of 28) 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.java42 …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/
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/dagger2/examples/android-activity-graphs/
DREADME.md10 * 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/
D2.7.14rc1.rst147 caches, create explicitly all internal singletons which are created on
/external/python/cpython3/Doc/library/
Dmarshal.rst46 singletons :const:`None`, :const:`Ellipsis` and :exc:`StopIteration` can also be
Denum.rst995 The most interesting thing about Enum members is that they are singletons.
Dpickle.rst591 object's module. This behaviour is typically useful for singletons.
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt246 # singletons
/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/cldr/tools/java/org/unicode/cldr/util/data/
DlangtagTest.txt105 # the following have multiple singletons -- well formed but invalid
/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/Doc/c-api/
Dmodule.rst258 singletons: if the *sys.modules* entry is removed and the module is re-imported,
Dtypeobj.rst171 the case for the singletons ``None`` and ``Ellipsis``).
/external/python/cpython3/Lib/test/
Dtest_set.py1810 singletons = [frozenset([x]) for x in range(n)]
1811 return dict([(x, frozenset([x^s for s in singletons]))
Dpickletester.py1596 singletons = [None, ..., NotImplemented]
1597 for singleton in singletons:
/external/python/cpython3/Misc/NEWS.d/
D3.5.4rc1.rst1014 caches, create explicitly all internal singletons which are created on
/external/libevent/
Dwhatsnew-2.1.txt93 singletons but provided no means to free them. There is now a
/external/python/cpython2/Doc/
Dglossary.rst510 singletons, and many other tasks.
/external/catch2/single_include/catch2/
Dcatch.hpp11135 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/
DNEWS269 - More internal refactoring of atomic operations and singletons.
/external/python/cpython3/Doc/
Dglossary.rst687 singletons, and many other tasks.
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst178 the case for the singletons ``None`` and ``Ellipsis``).

12