Searched refs:constructors (Results 1 – 21 of 21) sorted by relevance
59 List<Constructor<? extends GeneratedAdapter>> constructors = in getCallback() local61 if (constructors.size() == 1) { in getCallback()63 constructors.get(0), object); in getCallback()66 GeneratedAdapter[] adapters = new GeneratedAdapter[constructors.size()]; in getCallback()67 for (int i = 0; i < constructors.size(); i++) { in getCallback()68 adapters[i] = createGeneratedAdapter(constructors.get(i), object); in getCallback()
138 val constructors = allMembers in <lambda>() constant142 val goodConstructor = constructors.firstOrNull { in <lambda>()149 validateEmptyConstructor(constructors) in <lambda>()171 private fun validateEmptyConstructor(constructors: List<ExecutableElement>) { in <lambda>()172 if (constructors.isNotEmpty() && constructors.all { it.parameters.isNotEmpty() }) { in <lambda>()
99 val constructors = ElementFilter.constructorsIn( in <lambda>() constant101 context.checker.check(allStatic || constructors.isEmpty() || constructors.any { in <lambda>()
251 val constructors = ElementFilter.constructorsIn(element.enclosedElements) in <lambda>() constant261 val goodConstructors = constructors.map { constructor -> in <lambda>()
83 Constructor[] constructors = testCaseClass.getConstructors(); in instantiateTest() local85 if (constructors.length == 0) { in instantiateTest()88 for (Constructor constructor : constructors) { in instantiateTest()
202 Constructor<? extends TestCase>[] constructors in hasValidConstructor() local204 for (Constructor<? extends TestCase> constructor : constructors) { in hasValidConstructor()
26 // The static constructors and destructors in this library have not been noted to29 "-Wno-global-constructors",
30 // The static constructors and destructors in this library have not been noted to33 "-Wno-global-constructors",
35 // The static constructors and destructors in this library have not been noted to38 "-Wno-global-constructors",
16 # LayoutManagers' constructors using reflection.
16 #LayoutManagers' constructors using reflection.
51 "-Wno-global-constructors",
133 "-Wno-global-constructors",
607 Map<String, Constructor<Behavior>> constructors = sConstructors.get(); in parseBehavior() local608 if (constructors == null) { in parseBehavior()609 constructors = new HashMap<>(); in parseBehavior()610 sConstructors.set(constructors); in parseBehavior()612 Constructor<Behavior> c = constructors.get(fullName); in parseBehavior()618 constructors.put(fullName, c); in parseBehavior()
91 There are two constructors for the replayer
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
417 # constructors and destructors are listed first. If set to NO (the default)418 # the constructors will appear in the respective orders defined by
499 # constructors and destructors are listed first. If set to NO (the default)500 # the constructors will appear in the respective orders defined by
540 # (brief and detailed) documentation of class members so that constructors and541 # destructors are listed first. If set to NO the constructors will appear in the
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...