/external/clang/test/SemaObjC/ |
D | property-atomic-redecl.m | 8 @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/ |
D | Wrappers.pbobjc.h | 65 @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/ |
D | CsmElement.java | 39 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()
|
D | CsmList.java | 34 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/ |
D | CryptoServicesRegistrar.java | 140 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/ |
D | CryptoServicesRegistrar.java | 138 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/ |
D | TypeDescription.java | 91 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/ |
D | HasPropertyWithValueTest.java | 92 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/ |
D | PropertyChange.java | 10 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/ |
D | emptyDoc.kt | 1 val property = "test" constant
|
D | emptyDocButComment.kt | 2 val property = "test" constant
|
D | section1.kt | 5 val property = "test" constant
|
D | multilineDoc.kt | 7 val property = "test" constant
|
D | multilineSection.kt | 7 val property = "test" constant
|
D | quotes.kt | 2 val property = "test" constant
|
D | multilineDocWithComment.kt | 8 val property = "test" constant
|
D | oneLineDoc.kt | 2 val property = "test" constant
|
D | oneLineDocWithEmptyLine.kt | 3 val property = "test" constant
|
D | oneLineDocWithComment.kt | 3 val property = "test" constant
|
D | emptySection.kt | 6 val property = "test" constant
|
D | section2.kt | 6 val property = "test" constant
|
/external/dokka/core/testdata/properties/ |
D | valueProperty.kt | 1 val property = "test" constant
|
D | variableProperty.kt | 1 var property = "test" variable
|
/external/v8/src/torque/ls/ |
D | message.h | 24 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/ |
D | CharacterProperties.java | 30 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()
|