Home
last modified time | relevance | path

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

/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
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()
/external/llvm-project/clang/test/Index/
Dcomplete-kvc.m25 @property int intProperty; property
39 - (int)intProperty { return 0; } method
52 - (int)intProperty { return 0; } method
/external/clang/test/Index/
Dcomplete-kvc.m25 @property int intProperty; property
39 - (int)intProperty { return 0; } method
52 - (int)intProperty { return 0; } method
/external/proguard/examples/annotations/examples/
DBean.java19 public int intProperty; field in Bean
41 public void setIntProperty(int intProperty) in setIntProperty()
/external/llvm-project/clang/test/CodeGenObjC/
Ddirect-method.m15 @property(direct, readonly) int intProperty; property
230 @property(direct, readonly) int intProperty; property
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoValueTest.java346 public abstract int intProperty(); in intProperty() method in AutoValueTest.IntProperty
348 public static IntProperty create(int intProperty) { in create()
356 IntProperty intProperty = IntProperty.create(intValue); in testIntHashCode() local