| /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/cronet/third_party/protobuf/objectivec/ |
| D | GPBWrappers.pbobjc.h | 53 @property(nonatomic, readwrite) double value; in property() function 71 @property(nonatomic, readwrite) float value; in property() function 89 @property(nonatomic, readwrite) int64_t value; in property() function 107 @property(nonatomic, readwrite) uint64_t value; in property() function 125 @property(nonatomic, readwrite) int32_t value; in property() function 143 @property(nonatomic, readwrite) uint32_t value; in property() function 161 @property(nonatomic, readwrite) BOOL value; in property() function 179 @property(nonatomic, readwrite, copy, null_resettable) NSString *value; in property() function
|
| /external/protobuf/objectivec/ |
| D | GPBWrappers.pbobjc.h | 53 @property(nonatomic, readwrite) double value; in property() function 71 @property(nonatomic, readwrite) float value; in property() function 89 @property(nonatomic, readwrite) int64_t value; in property() function 107 @property(nonatomic, readwrite) uint64_t value; in property() function 125 @property(nonatomic, readwrite) int32_t value; in property() function 143 @property(nonatomic, readwrite) uint32_t value; in property() function 161 @property(nonatomic, readwrite) BOOL value; in property() function 179 @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/bcprov/src/main/java/org/bouncycastle/crypto/ |
| D | CryptoServicesRegistrar.java | 165 public static <T> T getProperty(Property property) in getProperty() 177 private static Object[] lookupProperty(Property property) in lookupProperty() 201 public static <T> T[] getSizedProperty(Property property) in getSizedProperty() 222 public static <T> T getSizedProperty(Property property, int size) in getSizedProperty() 268 public static <T> void setThreadProperty(Property property, T... propertyValue) in setThreadProperty() 289 public static <T> void setGlobalProperty(Property property, T... propertyValue) in setGlobalProperty() 296 private static <T> void localSetThread(Property property, T[] propertyValue) in localSetThread() 309 private static <T> void localSetGlobalProperty(Property property, T... propertyValue) in localSetGlobalProperty() 329 public static <T> T[] clearGlobalProperty(Property property) in clearGlobalProperty() 346 public static <T> T[] clearThreadProperty(Property property) in clearThreadProperty() [all …]
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/ |
| D | CryptoServicesRegistrar.java | 167 public static <T> T getProperty(Property property) in getProperty() 179 private static Object[] lookupProperty(Property property) in lookupProperty() 203 public static <T> T[] getSizedProperty(Property property) in getSizedProperty() 224 public static <T> T getSizedProperty(Property property, int size) in getSizedProperty() 270 public static <T> void setThreadProperty(Property property, T... propertyValue) in setThreadProperty() 291 public static <T> void setGlobalProperty(Property property, T... propertyValue) in setGlobalProperty() 298 private static <T> void localSetThread(Property property, T[] propertyValue) in localSetThread() 311 private static <T> void localSetGlobalProperty(Property property, T... propertyValue) in localSetGlobalProperty() 331 public static <T> T[] clearGlobalProperty(Property property) in clearGlobalProperty() 348 public static <T> T[] clearThreadProperty(Property property) in clearThreadProperty() [all …]
|
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/ |
| D | CryptoServicesRegistrar.java | 167 public static <T> T getProperty(Property property) in getProperty() 179 private static Object[] lookupProperty(Property property) in lookupProperty() 203 public static <T> T[] getSizedProperty(Property property) in getSizedProperty() 224 public static <T> T getSizedProperty(Property property, int size) in getSizedProperty() 270 public static <T> void setThreadProperty(Property property, T... propertyValue) in setThreadProperty() 291 public static <T> void setGlobalProperty(Property property, T... propertyValue) in setGlobalProperty() 298 private static <T> void localSetThread(Property property, T[] propertyValue) in localSetThread() 311 private static <T> void localSetGlobalProperty(Property property, T... propertyValue) in localSetGlobalProperty() 331 public static <T> T[] clearGlobalProperty(Property property) in clearGlobalProperty() 348 public static <T> T[] clearThreadProperty(Property property) in clearThreadProperty() [all …]
|
| /external/gson/gson/src/main/java/com/google/gson/ |
| D | JsonObject.java | 68 public void add(String property, JsonElement value) { in add() 80 public JsonElement remove(String property) { in remove() 91 public void addProperty(String property, String value) { in addProperty() 102 public void addProperty(String property, Number value) { in addProperty() 113 public void addProperty(String property, Boolean value) { in addProperty() 124 public void addProperty(String property, Character value) { in addProperty()
|
| /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
| D | apply-preserving-inline-style.js | 59 function configureProperty(object, property, descriptor) { argument 135 _set: function(property, value) { argument 151 _clear: function(property) { argument 186 (function(property) { argument 211 element.style._set = function(property, value) { argument 214 element.style._clear = function(property) { argument 223 scope.apply = function(element, property, value) { argument 228 scope.clear = function(element, property) { argument
|
| /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/icing/icing/schema/ |
| D | property-util.cc | 90 for (const PropertyProto& property : document.properties()) { in GetPropertyProto() local 100 ExtractPropertyValues<std::string>(const PropertyProto& property) { in ExtractPropertyValues() 107 ExtractPropertyValues<std::string_view>(const PropertyProto& property) { in ExtractPropertyValues() 114 ExtractPropertyValues<int64_t>(const PropertyProto& property) { in ExtractPropertyValues()
|
| D | property-util_test.cc | 47 PropertyProto property; in TEST() local 60 PropertyProto property; in TEST() local 70 PropertyProto property; in TEST() local 80 PropertyProto property; in TEST() local 90 PropertyProto property; in TEST() local
|
| /external/cronet/third_party/icu/source/common/ |
| D | propname.cpp | 148 int32_t PropNameData::findProperty(int32_t property) { in findProperty() 239 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() 247 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice)… in getPropertyValueName() 272 int32_t PropNameData::getPropertyValueEnum(int32_t property, const char *alias) { in getPropertyValueEnum() 291 u_getPropertyName(UProperty property, in u_getPropertyName() 304 u_getPropertyValueName(UProperty property, in u_getPropertyValueName() 312 u_getPropertyValueEnum(UProperty property, in u_getPropertyValueEnum()
|
| /external/icu/icu4c/source/common/ |
| D | propname.cpp | 148 int32_t PropNameData::findProperty(int32_t property) { in findProperty() 239 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() 247 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice)… in getPropertyValueName() 272 int32_t PropNameData::getPropertyValueEnum(int32_t property, const char *alias) { in getPropertyValueEnum() 291 u_getPropertyName(UProperty property, in u_getPropertyName() 304 u_getPropertyValueName(UProperty property, in u_getPropertyValueName() 312 u_getPropertyValueEnum(UProperty property, in u_getPropertyValueEnum()
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
| D | CharacterProperties.java | 31 private static UnicodeSet makeSet(int property) { in makeSet() 69 private static CodePointMap makeMap(int property) { in makeMap() 126 public static final UnicodeSet getBinaryPropertySet(int property) { in getBinaryPropertySet() 156 public static final CodePointMap getIntPropertyMap(int property) { in getIntPropertyMap()
|
| /external/icu/android_icu4j/src/main/java/android/icu/lang/ |
| D | CharacterProperties.java | 32 private static UnicodeSet makeSet(int property) { in makeSet() 70 private static CodePointMap makeMap(int property) { in makeMap() 126 public static final UnicodeSet getBinaryPropertySet(int property) { in getBinaryPropertySet() 155 public static final CodePointMap getIntPropertyMap(int property) { in getIntPropertyMap()
|
| /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/icing/icing/ |
| D | document-builder.h | 85 auto property = document_.add_properties(); in AddInt64Property() local 137 auto property = document_.add_properties(); in AddStringProperty() local 147 auto property = document_.add_properties(); in AddDoubleProperty() local 157 auto property = document_.add_properties(); in AddBooleanProperty() local 168 auto property = document_.add_properties(); in AddBytesProperty() local 179 auto property = document_.add_properties(); in AddDocumentProperty() local
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsonFormatVisitors/ |
| D | JsonObjectFormatVisitor.java | 18 public void property(BeanProperty writer) throws JsonMappingException; in property() method 25 …public void property(String name, JsonFormatVisitable handler, JavaType propertyTypeHint) throws J… in property() method 52 public void property(BeanProperty prop) throws JsonMappingException { } in property() method in JsonObjectFormatVisitor.Base 55 public void property(String name, JsonFormatVisitable handler, in property() method in JsonObjectFormatVisitor.Base
|
| /external/dtc/tests/ |
| D | stringlist.c | 19 const char *property) in check_expected_failure() 59 const char *property, int count) in check_string_count() 78 const char *property, const char *string, in check_string_index() 95 const char *property, int idx, in check_string()
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
| D | SerializerProvider.java | 508 public JsonSerializer<Object> findValueSerializer(Class<?> valueType, BeanProperty property) in findValueSerializer() 551 public JsonSerializer<Object> findValueSerializer(JavaType valueType, BeanProperty property) in findValueSerializer() 645 …lic JsonSerializer<Object> findPrimaryPropertySerializer(JavaType valueType, BeanProperty property) in findPrimaryPropertySerializer() 673 BeanProperty property) in findPrimaryPropertySerializer() 717 …public JsonSerializer<Object> findContentValueSerializer(JavaType valueType, BeanProperty property) in findContentValueSerializer() 745 BeanProperty property) in findContentValueSerializer() 784 boolean cache, BeanProperty property) in findTypedValueSerializer() 829 BeanProperty property) in findTypedValueSerializer() 877 public JsonSerializer<Object> findKeySerializer(JavaType keyType, BeanProperty property) in findKeySerializer() 888 public JsonSerializer<Object> findKeySerializer(Class<?> rawKeyType, BeanProperty property) in findKeySerializer() [all …]
|
| /external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ |
| D | BooleanPropertyExecutor.java | 49 final Class<?> clazz, final String property) in BooleanPropertyExecutor() 63 final Class<?> clazz, final String property, final boolean wrapArray) in BooleanPropertyExecutor() 69 protected void discover(final Class<?> clazz, final String property) in discover()
|
| /external/dokka/core/testdata/comments/ |
| D | oneLineDocWithComment.kt | 3 val property = "test" constant
|