Home
last modified time | relevance | path

Searched defs:createFoo (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/assisted/
H A DAssistedFactoryTest.kt128 fun createFoo( in createFoo() method
138 abstract fun createFoo( in createFoo() method in AbstractFooFactory
H A DAssistedFactoryWithMultibindingsTest.kt73 fun createFoo(factoryAssistedDep1: AssistedDep): MultibindingFoo in createFoo() method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/assisted/
H A DAssistedFactoryTest.java203 Foo createFoo( in createFoo() method
210 abstract Foo createFoo( in createFoo() method in AssistedFactoryTest.AbstractFooFactory
H A DAssistedFactoryWithMultibindingsTest.java95 MultibindingFoo createFoo(AssistedDep factoryAssistedDep1); in createFoo() method
/aosp_15_r20/frameworks/base/tests/BinderLeakTest/aidl/com/android/test/binder/
H A DIFooProvider.aidl5 IFoo createFoo(); in createFoo() method
/aosp_15_r20/frameworks/base/tests/BinderLeakTest/java/com/android/test/binder/
H A DMyService.java35 public IFoo createFoo() throws RemoteException { in onBind() method
/aosp_15_r20/external/clang/test/Analysis/
H A Drdar-6600344-nil-receiver-undefined-struct-ret.m16 void createFoo() { function
H A Dnil-receiver-undefined-larger-than-voidptr-ret.m27 void createFoo() { function
/aosp_15_r20/external/dagger2/javatests/dagger/functional/modules/
H A DModuleIncludesCollectedFromModuleSuperclasses.java47 <T> Foo<T> createFoo() { in createFoo() method in ModuleIncludesCollectedFromModuleSuperclasses.FooCreator
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/modules/
H A DModuleIncludesCollectedFromModuleSuperclasses.kt45 fun <T> createFoo(): Foo<T> { in createFoo() method in dagger.functional.kotlinsrc.modules.ModuleIncludesCollectedFromModuleSuperclasses.FooCreator
/aosp_15_r20/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
H A DBindingsTest.java55 private static Foo createFoo() { in createFoo() method in BindingsTest