Home
last modified time | relevance | path

Searched defs:intProperty (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
H A DSamePropertyValuesAsTest.java66 private int intProperty; field in SamePropertyValuesAsTest.ExampleBean
69 public ExampleBean(String stringProperty, int intProperty, Value valueProperty) { in ExampleBean()
87 … public SubBeanWithNoExtraProperties(String stringProperty, int intProperty, Value valueProperty) { in SubBeanWithNoExtraProperties()
93 public SubBeanWithExtraProperty(String stringProperty, int intProperty, Value valueProperty) { in SubBeanWithExtraProperty()
/aosp_15_r20/external/clang/test/Index/
H A Dcomplete-kvc.m25 @property int intProperty; property
39 - (int)intProperty { return 0; } method
52 - (int)intProperty { return 0; } method
/aosp_15_r20/external/aws-sdk-java-v2/test/test-utils/src/test/java/software/amazon/awssdk/testutils/smoketest/
H A DReflectionUtilsTest.java65 private Integer intProperty; field in ReflectionUtilsTest.TestClass
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/units/
DCarUnitsManager.java76 Integer intProperty = null; in isPropertyAvailable() local
/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
H A DAutoValueTest.java355 public abstract int intProperty(); in intProperty() method in AutoValueTest.IntProperty
357 public static IntProperty create(int intProperty) { in create()
365 IntProperty intProperty = IntProperty.create(intValue); in testIntHashCode() local