Home
last modified time | relevance | path

Searched defs:properties (Results 1 – 17 of 17) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DPropertyResourceBundle.java188 Properties properties = new Properties(); in PropertyResourceBundle() local
209 Properties properties = new Properties(); in PropertyResourceBundle() local
DXMLUtils.java143 Element properties = (Element) in save() local
/libcore/ojluni/src/test/java/util/Properties/
DUnicodeEscape.java65 Properties properties = new Properties(); in load() local
/libcore/ojluni/annotations/hiddenapi/sun/net/www/
DURLConnection.java42 public void setProperties(sun.net.www.MessageHeader properties) { in setProperties()
111 protected sun.net.www.MessageHeader properties; field in URLConnection
/libcore/ojluni/src/main/java/sun/net/www/
DURLConnection.java44 protected MessageHeader properties; field in URLConnection
64 public void setProperties(MessageHeader properties) { in setProperties()
/libcore/ojluni/src/main/java/java/util/random/
DRandomGeneratorFactory.java126 private volatile RandomGeneratorProperties properties; field in RandomGeneratorFactory
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
DMockFilter.java41 private Map<String, Object> properties = new HashMap<String, Object>(); field in MockFilter
DMockReader.java53 private Map<String, Object> properties = new HashMap<String, Object>(); field in MockReader
/libcore/ojluni/src/main/java/java/util/jar/
DPack200.java547 SortedMap<String,String> properties(); in properties() method
706 SortedMap<String,String> properties(); in properties() method
/libcore/luni/src/test/java/libcore/javax/xml/validation/
DValidatorTest.java90 String[] properties = {"", "hello", "property"}; in setProperty() local
DValidatorHandlerTest.java90 String[] properties = {"", "hello", "property"}; in setProperty() local
/libcore/luni/src/test/java/tests/support/
DSupport_SQL.java100 Properties properties = new Properties(); in loadProperties() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPropertiesTest.java87 Properties properties = new Properties(systemProperties); in test_ConstructorLjava_util_Properties() local
511 Properties properties = new Properties(); in test_stringPropertyNames_scenario1() local
568 Properties properties = new Properties(defaults); in test_stringPropertyNames_scenario2() local
1125 Properties properties = new Properties(); in checkSingleProperty() local
/libcore/luni/src/test/java/libcore/java/lang/
DSystemTest.java269 Properties properties = System.getProperties(); in testSystemProperties_getProperties_clear() local
/libcore/ojluni/src/main/java/java/sql/
DConnection.java1214 void setClientInfo(Properties properties) in setClientInfo()
/libcore/libart/src/main/java/dalvik/system/
DVMRuntime.java244 public native String[] properties(); in properties() method in VMRuntime
/libcore/ojluni/src/main/native/
Djvm.h1459 char **properties; member