Home
last modified time | relevance | path

Searched defs:nullFoo (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/nullables/
H A DNullabilityTest.kt46 fun nullFoo(): NullFoo in string() method
121 val nullFoo = component.nullFoo() in testNullability_provides() constant
160 override fun nullFoo(): NullFoo = null!! in testNullability_components() method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/nullables/
H A DNullabilityTest.java48 NullFoo nullFoo(); in nullFoo() method
137 NullFoo nullFoo = component.nullFoo(); in testNullability_provides() local
/aosp_15_r20/art/test/083-compiler-regressions/src/
H A DMain.java240 Foo nullFoo = null; in getterSetterTest() local
288 Foo nullFoo = Foo.getNullFoo(); in setterTestWithReturnArgIgnoreReturn() local
402 Foo nullFoo = Foo.getNullFoo(); in setterTestWithReturnArgUseReturn() local
533 Foo nullFoo = Foo.getNullFoo(); in wideSetterTestWithReturnArgIgnoreReturn() local
703 Foo nullFoo = Foo.getNullFoo(); in wideSetterTestWithReturnArgUseReturn() local