Home
last modified time | relevance | path

Searched defs:getProperty (Results 1 – 25 of 2140) sorted by relevance

12345678910>>...86

/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/propertyitem/
H A DCommonPropertyItemTest.kt331 fun getProperty(): java.lang.String in Test abstract mutable property of non-null string() method
364 fun getProperty(): java.lang.String? in Test abstract mutable property of nullable string() method
398 fun getProperty(): java.util.List<java.lang.String> in Test abstract mutable property of list of non-null string() method
432 fun getProperty(): java.util.List<java.lang.String?> in Test abstract mutable property of list of nullable string() method
466 fun getProperty(): T in Test mutable non-null generic property overriding property exposing public setter() method
500 fun getProperty(): T? in Test mutable nullable generic property overriding property exposing public setter() method
534 fun getProperty(): java.util.List<java.lang.String?> in Test mutable list of nullable property overriding property exposing public setter() method
/aosp_15_r20/external/emma/core/java12/com/vladium/util/
H A DIProperties.java44 String getProperty (String key); in getProperty() method
45 String getProperty (String key, String dflt); in getProperty() method
132 public String getProperty (final String key) in getProperty() method in IProperties.Factory.PropertiesImpl
137 public String getProperty (final String key, final String dflt) in getProperty() method in IProperties.Factory.PropertiesImpl
H A DProperty.java335 public String getProperty (final String key) in getProperty() method in Property.FilePropertyLookup
414 public String getProperty (final String key) in getProperty() method in Property.SystemPropertyLookup
495 public String getProperty (final String key) in getProperty() method in Property.SystemRedirectsLookup
/aosp_15_r20/device/google/felix/vibrator/common/
Dutils.h88 inline Enable_If_Signed<T, T> getProperty(const std::string &key, const T def) { in getProperty() function
102 inline Enable_If_Unsigned<T, T> getProperty(const std::string &key, const T def) { in getProperty() function
107 inline std::array<T, N> getProperty(const std::string &key, const std::array<T, N> &def) { in getProperty() function
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DCLDRConfig.java404 public String getProperty(String key, String d) { in getProperty() method in CLDRConfig
420 public String getProperty(String key) { in getProperty() method in CLDRConfig
503 public boolean getProperty(String k, boolean defVal) { in getProperty() method in CLDRConfig
520 public int getProperty(String k, int defVal) { in getProperty() method in CLDRConfig
/aosp_15_r20/external/easymock/src/org/easymock/internal/
H A DEasyMockProperties.java95 public String getProperty(String key, String defaultValue) { in getProperty() method in EasyMockProperties
107 public String getProperty(String key) { in getProperty() method in EasyMockProperties
/aosp_15_r20/system/libvintf/
H A DPropertyFetcher.cpp27 std::string PropertyFetcherNoOp::getProperty(const std::string&, in getProperty() function in android::vintf::details::PropertyFetcherNoOp
41 std::string PropertyFetcherImpl::getProperty(const std::string& key, in getProperty() function in android::vintf::details::PropertyFetcherImpl
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/util/
H A DStaticProperty.java72 private static String getProperty(Properties props, String key) { in getProperty() method in StaticProperty
80 private static String getProperty(Properties props, String key, in getProperty() method in StaticProperty
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DAnimatableProperty.java155 public abstract Property getProperty(); in getProperty() method in AnimatableProperty
188 public Property getProperty() { in from() method in AnimatableProperty
/aosp_15_r20/packages/modules/Virtualization/tests/helper/src/java/com/android/microdroid/test/common/
DDeviceProperties.java26 String getProperty(String key) throws Exception; in getProperty() method
105 private String getProperty(String key) { in getProperty() method in DeviceProperties
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/
H A DPropertyName.java46 public String getProperty() { in getProperty() method in PropertyName
151 public String getProperty() { in getProperty() method in PropertyName.Builder
H A DDataRetentionSettingsName.java46 public String getProperty() { in getProperty() method in DataRetentionSettingsName
152 public String getProperty() { in getProperty() method in DataRetentionSettingsName.Builder
H A DCustomMetricName.java49 public String getProperty() { in getProperty() method in CustomMetricName
165 public String getProperty() { in getProperty() method in CustomMetricName.Builder
H A DCustomDimensionName.java50 public String getProperty() { in getProperty() method in CustomDimensionName
171 public String getProperty() { in getProperty() method in CustomDimensionName.Builder
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/
H A DGoogleSignalsSettingsName.java46 public String getProperty() { in getProperty() method in GoogleSignalsSettingsName
152 public String getProperty() { in getProperty() method in GoogleSignalsSettingsName.Builder
H A DDataRetentionSettingsName.java46 public String getProperty() { in getProperty() method in DataRetentionSettingsName
152 public String getProperty() { in getProperty() method in DataRetentionSettingsName.Builder
H A DPropertyName.java46 public String getProperty() { in getProperty() method in PropertyName
151 public String getProperty() { in getProperty() method in PropertyName.Builder
H A DAttributionSettingsName.java46 public String getProperty() { in getProperty() method in AttributionSettingsName
151 public String getProperty() { in getProperty() method in AttributionSettingsName.Builder
H A DDataStreamName.java49 public String getProperty() { in getProperty() method in DataStreamName
165 public String getProperty() { in getProperty() method in DataStreamName.Builder
H A DCustomMetricName.java49 public String getProperty() { in getProperty() method in CustomMetricName
165 public String getProperty() { in getProperty() method in CustomMetricName.Builder
H A DChannelGroupName.java49 public String getProperty() { in getProperty() method in ChannelGroupName
165 public String getProperty() { in getProperty() method in ChannelGroupName.Builder
H A DGoogleAdsLinkName.java50 public String getProperty() { in getProperty() method in GoogleAdsLinkName
167 public String getProperty() { in getProperty() method in GoogleAdsLinkName.Builder
H A DAudienceName.java49 public String getProperty() { in getProperty() method in AudienceName
165 public String getProperty() { in getProperty() method in AudienceName.Builder
/aosp_15_r20/external/google-cloud-java/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/
H A DMetadataName.java46 public String getProperty() { in getProperty() method in MetadataName
151 public String getProperty() { in getProperty() method in MetadataName.Builder
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
H A DPropertyUtils.java144 public Property getProperty(Class<? extends Object> type, String name) { in getProperty() method in PropertyUtils
148 public Property getProperty(Class<? extends Object> type, String name, BeanAccess bAccess) { in getProperty() method in PropertyUtils

12345678910>>...86