Home
last modified time | relevance | path

Searched defs:property (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/external/clang/test/SemaObjC/
Dproperty-atomic-redecl.m8 @property (readonly) A *property; property
16 @property (readonly) A *property; property
21 @property (readonly) A *property; property
25 @property (nonatomic, readwrite, retain) A *property; property
29 @property (readonly, nonatomic) A *property; property
38 @property (readonly,atomic) A *property; // expected-note{{property declared here}} property
46 @property (readonly) A *property; property
51 @property (readonly, atomic) A *property; // expected-note{{property declared here}} property
55 @property (nonatomic, readwrite, retain) A *property; // expected-warning{{atomic' attribute on pro… property
/external/protobuf/objectivec/google/protobuf/
DWrappers.pbobjc.h65 @property(nonatomic, readwrite) double value; in property() function
83 @property(nonatomic, readwrite) float value; in property() function
101 @property(nonatomic, readwrite) int64_t value; in property() function
119 @property(nonatomic, readwrite) uint64_t value; in property() function
137 @property(nonatomic, readwrite) int32_t value; in property() function
155 @property(nonatomic, readwrite) uint32_t value; in property() function
173 @property(nonatomic, readwrite) BOOL value; in property() function
191 @property(nonatomic, readwrite, copy, null_resettable) NSString *value; in property() function
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/
DCsmElement.java39 static CsmElement child(ObservableProperty property) { in child()
43 static CsmElement attribute(ObservableProperty property) { in attribute()
59 static CsmElement stringToken(ObservableProperty property) { in stringToken()
63 static CsmElement charToken(ObservableProperty property) { in charToken()
75 …static CsmElement conditional(ObservableProperty property, CsmConditional.Condition condition, Csm… in conditional()
79 …static CsmElement conditional(ObservableProperty property, CsmConditional.Condition condition, Csm… in conditional()
109 static CsmElement list(ObservableProperty property) { in list()
113 static CsmElement list(ObservableProperty property, CsmElement separator) { in list()
117 …static CsmElement list(ObservableProperty property, CsmElement separator, CsmElement preceeding, C… in list()
121 …static CsmElement list(ObservableProperty property, CsmElement separatorPre, CsmElement separatorP… in list()
DCsmList.java34 private final ObservableProperty property; field in CsmList
60 public CsmList(ObservableProperty property, CsmElement separator) { in CsmList()
64 public CsmList(ObservableProperty property) { in CsmList()
68 …public CsmList(ObservableProperty property, CsmElement separatorPre, CsmElement separatorPost, Csm… in CsmList()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/
DCryptoServicesRegistrar.java140 public static <T> T getProperty(Property property) in getProperty()
152 private static Object[] lookupProperty(Property property) in lookupProperty()
176 public static <T> T[] getSizedProperty(Property property) in getSizedProperty()
197 public static <T> T getSizedProperty(Property property, int size) in getSizedProperty()
243 public static <T> void setThreadProperty(Property property, T... propertyValue) in setThreadProperty()
264 public static <T> void setGlobalProperty(Property property, T... propertyValue) in setGlobalProperty()
271 private static <T> void localSetThread(Property property, T[] propertyValue) in localSetThread()
284 private static <T> void localSetGlobalProperty(Property property, T... propertyValue) in localSetGlobalProperty()
304 public static <T> T[] clearGlobalProperty(Property property) in clearGlobalProperty()
321 public static <T> T[] clearThreadProperty(Property property) in clearThreadProperty()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DCryptoServicesRegistrar.java138 public static <T> T getProperty(Property property) in getProperty()
150 private static Object[] lookupProperty(Property property) in lookupProperty()
174 public static <T> T[] getSizedProperty(Property property) in getSizedProperty()
195 public static <T> T getSizedProperty(Property property, int size) in getSizedProperty()
241 public static <T> void setThreadProperty(Property property, T... propertyValue) in setThreadProperty()
262 public static <T> void setGlobalProperty(Property property, T... propertyValue) in setGlobalProperty()
269 private static <T> void localSetThread(Property property, T[] propertyValue) in localSetThread()
282 private static <T> void localSetGlobalProperty(Property property, T... propertyValue) in localSetGlobalProperty()
302 public static <T> T[] clearGlobalProperty(Property property) in clearGlobalProperty()
319 public static <T> T[] clearThreadProperty(Property property) in clearThreadProperty()
[all …]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DTypeDescription.java91 public void putListPropertyType(String property, Class<? extends Object> type) { in putListPropertyType()
102 public Class<? extends Object> getListPropertyType(String property) { in getListPropertyType()
116 public void putMapPropertyType(String property, Class<? extends Object> key, in putMapPropertyType()
129 public Class<? extends Object> getMapKeyType(String property) { in getMapKeyType()
140 public Class<? extends Object> getMapValueType(String property) { in getMapValueType()
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
DHasPropertyWithValueTest.java92 private String property; field in HasPropertyWithValueTest.BeanWithoutInfo
94 public BeanWithoutInfo(String property) { in BeanWithoutInfo()
102 public void setProperty(String property) { in setProperty()
106 public void setWriteOnlyProperty(@SuppressWarnings("unused") float property) { in setWriteOnlyProperty()
122 public String property() { in property() method in HasPropertyWithValueTest.BeanWithInfo
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
DPropertyChange.java10 private final ObservableProperty property; field in PropertyChange
26 public PropertyChange(ObservableProperty property, Object oldValue, Object newValue) { in PropertyChange()
33 public Object getValue(ObservableProperty property, Node node) { in getValue()
/external/dokka/core/testdata/comments/
DemptyDoc.kt1 val property = "test" constant
DemptyDocButComment.kt2 val property = "test" constant
Dsection1.kt5 val property = "test" constant
DmultilineDoc.kt7 val property = "test" constant
DmultilineSection.kt7 val property = "test" constant
Dquotes.kt2 val property = "test" constant
DmultilineDocWithComment.kt8 val property = "test" constant
DoneLineDoc.kt2 val property = "test" constant
DoneLineDocWithEmptyLine.kt3 val property = "test" constant
DoneLineDocWithComment.kt3 val property = "test" constant
DemptySection.kt6 val property = "test" constant
Dsection2.kt6 val property = "test" constant
/external/dokka/core/testdata/properties/
DvalueProperty.kt1 val property = "test" constant
DvariableProperty.kt1 var property = "test" variable
/external/v8/src/torque/ls/
Dmessage.h24 T GetObject(const std::string& property) { in GetObject()
28 bool HasProperty(const std::string& property) const { in HasProperty()
32 void SetNull(const std::string& property) { in SetNull()
36 bool IsNull(const std::string& property) const { in IsNull()
45 JsonObject& GetObjectProperty(const std::string& property) { in GetObjectProperty()
52 JsonArray& GetArrayProperty(const std::string& property) { in GetArrayProperty()
59 JsonObject& AddObjectElementToArrayProperty(const std::string& property) { in AddObjectElementToArrayProperty()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DCharacterProperties.java30 private static UnicodeSet makeSet(int property) { in makeSet()
59 private static CodePointMap makeMap(int property) { in makeMap()
116 public static final UnicodeSet getBinaryPropertySet(int property) { in getBinaryPropertySet()
146 public static final CodePointMap getIntPropertyMap(int property) { in getIntPropertyMap()

12345678910>>...14