HomeSort by relevance Sort by last modified time
    Searched refs:singletons (Results 1 - 15 of 15) sorted by null

  /external/catch2/include/internal/
catch_singletons.cpp 29 auto& singletons = getSingletons(); local
30 for( auto singleton : *singletons )
32 delete singletons;
33 singletons = nullptr;
  /build/soong/android/
register.go 33 var singletons []singleton var
73 singletons = append(singletons, singleton{name, SingletonFactoryAdaptor(factory)})
97 for _, t := range singletons {
103 // Register makevars after other singletons so they can export values through makevars
testing.go 110 for _, s := range ctx.Singletons() {
122 "\nall singletons: %v", name, allSingletonNames))
  /external/cldr/tools/java/org/unicode/cldr/tool/
PluralRulesFactory.java 42 private static ConcurrentHashMap<Pair<Type, String>, PluralRulesFactory> singletons = new ConcurrentHashMap<Pair<Type, String>, PluralRulesFactory>(); field in class:PluralRulesFactory
46 PluralRulesFactory prf = singletons.get(key);
58 singletons.put(key, prf);
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowApplication.java 200 private final Map<String, Object> singletons = new HashMap<>(); field in class:ShadowApplication
203 synchronized (singletons) {
205 T item = (T) singletons.get(clazz.getName());
207 singletons.put(clazz.getName(), item = provider.get());
  /external/guice/extensions/mini/src/com/google/inject/mini/
MiniGuice.java 50 private final Set<Key> singletons = new HashSet<>(); field in class:MiniGuice
71 * <li>Eager loading of singletons.
121 for (Key key : singletons) {
276 singletons.add(key);
  /build/blueprint/
doc.go 60 // asked to generate build rules based on property values, and then singletons
66 // singletons or mutators, and then calling into Blueprint with the path of the
module_ctx.go 47 // implement methods that provide dependant modules and singletons information
50 // GenerateBuildActions in dependency-order (and singletons are invoked after
context.go     [all...]
  /build/blueprint/bootstrap/
doc.go 64 // // Register custom singletons
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_set.py     [all...]
  /external/python/cpython2/Lib/test/
test_set.py     [all...]
  /external/python/cpython3/Lib/test/
test_set.py     [all...]
  /external/catch2/single_include/catch2/
catch.hpp     [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 1059 milliseconds