Home
last modified time | relevance | path

Searched refs:getProperties (Results 1 – 17 of 17) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/
DSystemTest.java163 System.getProperties().setProperty("user.dir", "hmmph"); in testSystemProperties_immutable()
166 System.getProperties().clear(); in testSystemProperties_immutable()
220 assertNotSame(newProperties, System.getProperties()); in testSystemProperties_setProperties_nonNull()
232 Properties properties = System.getProperties(); in testSystemProperties_getProperties_clear()
DIntegerTest.java24 Properties originalProperties = System.getProperties(); in testSystemProperties()
DLongTest.java24 Properties originalProperties = System.getProperties(); in testSystemProperties()
DOldSystemTest.java184 Properties p = System.getProperties(); in test_getProperties()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DTestUtils.java72 Properties properties = System.getProperties(); in setSystemProperty()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DSystemTest.java127 Properties p = System.getProperties(); in test_getProperties()
295 Properties orgProps = System.getProperties(); in test_setPropertiesLjava_util_Properties()
301 … assertEquals("Failed to set properties", "this is a test property", System.getProperties() in test_setPropertiesLjava_util_Properties()
DLongTest.java28 orgProps = System.getProperties(); in setUp()
DIntegerTest.java28 orgProps = System.getProperties(); in setUp()
/libcore/ojluni/src/main/java/sun/net/www/protocol/file/
DFileURLConnection.java172 public MessageHeader getProperties() { in getProperties() method in FileURLConnection
174 return super.getProperties(); in getProperties()
/libcore/ojluni/src/main/java/sun/net/www/
DURLConnection.java64 public MessageHeader getProperties() { in getProperties() method in URLConnection
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserFactoryTest.java132 Properties prop = System.getProperties(); in test_newInstance()
DDocumentBuilderFactoryTest.java279 Properties prop = System.getProperties(); in test_newInstance()
/libcore/luni/src/test/java/libcore/java/net/
DOldServerSocketTest.java201 Properties props = (Properties) System.getProperties().clone(); in test_ConstructorI_SocksSet()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPropertiesTest.java83 Properties systemProperties = System.getProperties(); in test_ConstructorLjava_util_Properties()
468 set = new Properties(System.getProperties()).stringPropertyNames(); in test_stringPropertyNames()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DProxySelectorTest.java551 originalSystemProperties = (Properties) System.getProperties().clone(); in setUp()
DServerSocketTest.java105 Properties props = (Properties) System.getProperties().clone(); in test_ConstructorI_SocksSet()
/libcore/ojluni/src/main/java/java/lang/
DSystem.java1125 public static Properties getProperties() { in getProperties() method in System