/external/llvm-project/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/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/llvm-project/lldb/source/Interpreter/ |
D | OptionValueProperties.cpp | 53 Property property(definition); in Initialize() local 64 Property *property = ProtectedGetPropertyAtIndex(property_idx); in SetValueChangedCallback() local 73 Property property(name, desc, is_global, value_sp); in AppendProperty() local 235 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueArch() local 244 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueLanguage() local 252 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsArgs() local 271 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexFromArgs() local 290 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsBoolean() local 301 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsBoolean() local 315 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueDictionary() local [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/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/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/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/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | CharacterProperties.java | 31 private static UnicodeSet makeSet(int property) { in makeSet() 60 private static CodePointMap makeMap(int property) { in makeMap() 116 public static final UnicodeSet getBinaryPropertySet(int property) { in getBinaryPropertySet() 145 public static final CodePointMap getIntPropertyMap(int property) { in getIntPropertyMap()
|
/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()
|
/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/pdfium/fxjs/ |
D | cjs_global.cpp | 27 v8::Local<v8::String> property) { in PropFromV8Prop() 34 v8::Local<v8::String> property, in JSSpecialPropQuery() 52 v8::Local<v8::String> property, in JSSpecialPropGet() 76 v8::Local<v8::String> property, in JSSpecialPropPut() 98 v8::Local<v8::String> property, in JSSpecialPropDel() 118 v8::Local<v8::String> GetV8StringFromProperty(v8::Local<v8::Name> property, in GetV8StringFromProperty() 144 v8::Local<v8::Name> property, in queryprop_static() 156 v8::Local<v8::Name> property, in getprop_static() 168 v8::Local<v8::Name> property, in putprop_static() 181 v8::Local<v8::Name> property, in delprop_static()
|
/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/dokka/core/testdata/comments/ |
D | emptyDoc.kt | 1 val property = "test" constant
|
D | section2.kt | 6 val property = "test" constant
|
D | oneLineDocWithComment.kt | 3 val property = "test" constant
|
D | multilineSection.kt | 7 val property = "test" constant
|
D | oneLineDoc.kt | 2 val property = "test" constant
|
/external/dokka/core/testdata/properties/ |
D | variableProperty.kt | 1 var property = "test" variable
|