Home
last modified time | relevance | path

Searched refs:ExampleBase (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/robolectric/shadowapi/src/test/java/org/robolectric/util/
H A DReflectionHelpersTest.java101 Field field = ExampleBase.class.getDeclaredField("BASE"); in getFinalStaticFieldReflectively_withField_getsStaticField()
109 assertThat((int) ReflectionHelpers.getStaticField(ExampleBase.class, "BASE")).isEqualTo(8); in getFinalStaticFieldReflectively_withFieldName_getsStaticField()
380 private static class ExampleBase { class in ReflectionHelpersTest
400 private static class ExampleDescendant extends ExampleBase {
/aosp_15_r20/prebuilts/go/linux-x86/src/path/
Dexample_test.go12 func ExampleBase() { func
/aosp_15_r20/prebuilts/go/linux-x86/src/path/filepath/
Dexample_unix_test.go102 func ExampleBase() { func