| /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/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/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/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/aws-sdk-java-v2/core/http-auth-spi/src/main/java/software/amazon/awssdk/http/auth/spi/signer/ |
| D | BaseSignRequest.java | 56 <T> T property(SignerProperty<T> property); in property() argument 63 default <T> boolean hasProperty(SignerProperty<T> property) { in hasProperty() 72 default <T> T requireProperty(SignerProperty<T> property) { in requireProperty() 81 default <T> T requireProperty(SignerProperty<T> property, T defaultValue) { in requireProperty()
|
| /external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/support/ |
| D | Preconditions.java | 24 public static void check(boolean property) { in check() 30 public static void check(boolean property, String message) { in check() 36 public static void require(boolean property) { in require() 42 public static void require(boolean property, String message) { in require()
|
| /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/snakeyaml/src/test/java/org/yaml/snakeyaml/introspector/ |
| D | PropertyTest.java | 63 Property property = propertyUtils.getProperty(TestBean.class, "name"); in testGetFieldPropertyAnnotations() local 79 Property property = propertyUtils.getProperty(TestBean.class, "age"); in testGetMethodPropertyAnnotation() local 91 Property property = propertyUtils.getProperty(TestBean.class, "lastName"); in testGetMethodPropertyAnnotationSetterOnly() local 102 Property property = propertyUtils.getProperty(TestBean.class, "lastName"); in testGetMethodPropertyAnnotationsSetterOnly() local 137 Property property = propertyUtils.getProperty(TestBean.class, "missing"); in testGetMissingPropertyAnnotation() local 147 Property property = propertyUtils.getProperty(TestBean.class, "missing"); in testGetMissingPropertyAnnotations() local
|
| /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/icing/icing/schema/ |
| D | property-util.cc | 107 for (const PropertyProto& property : document.properties()) { in GetPropertyProto() local 117 ExtractPropertyValues<std::string>(const PropertyProto& property) { in ExtractPropertyValues() 124 ExtractPropertyValues<std::string_view>(const PropertyProto& property) { in ExtractPropertyValues() 131 ExtractPropertyValues<int64_t>(const PropertyProto& property) { in ExtractPropertyValues() 139 const PropertyProto& property) { in ExtractPropertyValues()
|
| /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/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ |
| D | PropertyName.java | 35 private final String property; field in PropertyName 58 public static PropertyName of(String property) { in of() 62 public static String format(String property) { in format() 147 private String property; field in PropertyName.Builder 155 public Builder setProperty(String property) { in setProperty()
|
| D | DataRetentionSettingsName.java | 35 private final String property; field in DataRetentionSettingsName 58 public static DataRetentionSettingsName of(String property) { in of() 62 public static String format(String property) { in format() 148 private String property; field in DataRetentionSettingsName.Builder 156 public Builder setProperty(String property) { in setProperty()
|
| D | AttributionSettingsName.java | 35 private final String property; field in AttributionSettingsName 58 public static AttributionSettingsName of(String property) { in of() 62 public static String format(String property) { in format() 147 private String property; field in AttributionSettingsName.Builder 155 public Builder setProperty(String property) { in setProperty()
|
| D | GoogleSignalsSettingsName.java | 35 private final String property; field in GoogleSignalsSettingsName 58 public static GoogleSignalsSettingsName of(String property) { in of() 62 public static String format(String property) { in format() 148 private String property; field in GoogleSignalsSettingsName.Builder 156 public Builder setProperty(String property) { in setProperty()
|
| /external/google-cloud-java/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/ |
| D | MetadataName.java | 35 private final String property; field in MetadataName 58 public static MetadataName of(String property) { in of() 62 public static String format(String property) { in format() 147 private String property; field in MetadataName.Builder 155 public Builder setProperty(String property) { in setProperty()
|
| /external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/ |
| D | PropertyName.java | 35 private final String property; field in PropertyName 58 public static PropertyName of(String property) { in of() 62 public static String format(String property) { in format() 147 private String property; field in PropertyName.Builder 155 public Builder setProperty(String property) { in setProperty()
|
| D | DataRetentionSettingsName.java | 35 private final String property; field in DataRetentionSettingsName 58 public static DataRetentionSettingsName of(String property) { in of() 62 public static String format(String property) { in format() 148 private String property; field in DataRetentionSettingsName.Builder 156 public Builder setProperty(String property) { in setProperty()
|
| /external/icing/icing/ |
| D | document-builder.h | 85 auto property = document_.add_properties(); in AddInt64Property() local 144 auto property = document_.add_properties(); in AddStringProperty() local 154 auto property = document_.add_properties(); in AddDoubleProperty() local 164 auto property = document_.add_properties(); in AddBooleanProperty() local 175 auto property = document_.add_properties(); in AddBytesProperty() local 186 auto property = document_.add_properties(); in AddDocumentProperty() local 197 auto property = document_.add_properties(); in AddVectorProperty() local
|
| /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/icu/icu4j/main/core/src/main/java/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()
|