Home
last modified time | relevance | path

Searched refs:constructors (Results 1 – 21 of 21) sorted by relevance

/frameworks/support/lifecycle/common/src/main/java/androidx/lifecycle/
DLifecycling.java59 List<Constructor<? extends GeneratedAdapter>> constructors = in getCallback() local
61 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()
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DDaoProcessor.kt138 val constructors = allMembers in <lambda>() constant
142 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>()
DCustomConverterProcessor.kt99 val constructors = ElementFilter.constructorsIn( in <lambda>() constant
101 context.checker.check(allStatic || constructors.isEmpty() || constructors.any { in <lambda>()
DPojoProcessor.kt251 val constructors = ElementFilter.constructorsIn(element.enclosedElements) in <lambda>() constant
261 val goodConstructors = constructors.map { constructor -> in <lambda>()
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestMethod.java83 Constructor[] constructors = testCaseClass.getConstructors(); in instantiateTest() local
85 if (constructors.length == 0) { in instantiateTest()
88 for (Constructor constructor : constructors) { in instantiateTest()
DTestGrouping.java202 Constructor<? extends TestCase>[] constructors in hasValidConstructor() local
204 for (Constructor<? extends TestCase> constructor : constructors) { in hasValidConstructor()
/frameworks/native/libs/sensor/
DAndroid.bp26 // The static constructors and destructors in this library have not been noted to
29 "-Wno-global-constructors",
/frameworks/native/libs/ui/
DAndroid.bp30 // The static constructors and destructors in this library have not been noted to
33 "-Wno-global-constructors",
/frameworks/native/libs/gui/
DAndroid.bp35 // The static constructors and destructors in this library have not been noted to
38 "-Wno-global-constructors",
/frameworks/support/wear/
Dproguard-rules.pro16 # LayoutManagers' constructors using reflection.
/frameworks/support/v7/recyclerview/
Dproguard-rules.pro16 #LayoutManagers' constructors using reflection.
/frameworks/native/vulkan/libvulkan/
DAndroid.bp51 "-Wno-global-constructors",
/frameworks/native/libs/binder/tests/
DAndroid.bp133 "-Wno-global-constructors",
/frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
DCoordinatorLayout.java607 Map<String, Constructor<Behavior>> constructors = sConstructors.get(); in parseBehavior() local
608 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()
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md91 There are two constructors for the replayer
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/frameworks/wilhelm/doc/
DDoxyfile417 # constructors and destructors are listed first. If set to NO (the default)
418 # the constructors will appear in the respective orders defined by
/frameworks/native/docs/
DDoxyfile499 # constructors and destructors are listed first. If set to NO (the default)
500 # the constructors will appear in the respective orders defined by
/frameworks/av/media/libaaudio/
DDoxyfile540 # (brief and detailed) documentation of class members so that constructors and
541 # destructors are listed first. If set to NO the constructors will appear in the
DDoxyfile.orig540 # (brief and detailed) documentation of class members so that constructors and
541 # destructors are listed first. If set to NO the constructors will appear in the
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...