Home
last modified time | relevance | path

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

123

/external/easymock/src/org/easymock/internal/
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
/external/emma/core/java12/com/vladium/util/
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
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
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DPropertyUtils.java119 public Property getProperty(Class<? extends Object> type, String name) in getProperty() method in PropertyUtils
124 public Property getProperty(Class<? extends Object> type, String name, BeanAccess bAccess) in getProperty() method in PropertyUtils
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDeviceConfig.java16 protected static String getProperty(String namespace, String name) { in getProperty() method in ShadowDeviceConfig
DShadowSystemProperties.java85 private static synchronized String getProperty(String key) { in getProperty() method in ShadowSystemProperties
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/
DCsmSingleReference.java32 public ObservableProperty getProperty() { in getProperty() method in CsmSingleReference
DCsmAttribute.java33 public ObservableProperty getProperty() { in getProperty() method in CsmAttribute
DCsmList.java40 public ObservableProperty getProperty() { in getProperty() method in CsmList
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DJSystem.cs65 public static string getProperty( string name ) in getProperty() method in Antlr.Runtime.JavaExtensions.JSystem
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DJSystem.cs66 public static string getProperty( string name ) in getProperty() method in Antlr.Runtime.JavaExtensions.JSystem
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DKvmSerializable.java40 Object getProperty(int index); in getProperty() method
DSoapObject.java148 public Object getProperty(int index) { in getProperty() method in SoapObject
170 public Object getProperty(String name) { in getProperty() method in SoapObject
185 public Object getProperty(String namespace, String name) { in getProperty() method in SoapObject
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
DPropertyChange.java14 public ObservableProperty getProperty() { in getProperty() method in PropertyChange
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCLDRConfig.java367 public String getProperty(String key, String d) { in getProperty() method in CLDRConfig
383 public String getProperty(String key) { in getProperty() method in CLDRConfig
463 public boolean getProperty(String k, boolean defVal) { in getProperty() method in CLDRConfig
479 public int getProperty(String k, int defVal) { in getProperty() method in CLDRConfig
/external/oj-libjdwp/src/share/classes/com/sun/jdi/request/
DEventRequest.java210 Object getProperty(Object key); in getProperty() method
/external/oauth/core/src/main/java/net/oauth/
DOAuthConsumer.java50 public Object getProperty(String name) { in getProperty() method in OAuthConsumer
DOAuthAccessor.java52 public Object getProperty(String name) { in getProperty() method in OAuthAccessor
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
DSAXParserImpl.java94 public Object getProperty(String name) in getProperty() method in SAXParserImpl
/external/clang/test/SemaObjC/
Dnsobject-attribute.m30 id getProperty(id self) { function
/external/geojson-jackson/src/main/java/org/geojson/
DFeature.java21 public <T> T getProperty(String key) { in getProperty() method in Feature
/external/testng/src/main/java/org/testng/internal/
DConstants.java48 private static TestNGProperty getProperty(String propertyName) { in getProperty() method in Constants
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java153 public String getProperty(QName key) in getProperty() method in OutputProperties
167 public String getProperty(String key) in getProperty() method in OutputProperties
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSystemProperties.java83 private static synchronized String getProperty(String key) { in getProperty() method in ShadowSystemProperties
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
DHasPropertyWithValueTest.java98 public String getProperty() { in getProperty() method in HasPropertyWithValueTest.BeanWithoutInfo

123