Home
last modified time | relevance | path

Searched refs:setProperties (Results 1 – 15 of 15) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/
DSystemTest.java171 System.setProperties(p); in testSystemProperties_immutable()
199 System.setProperties(null); in testSystemProperties_setProperties_null()
216 System.setProperties(newProperties); in testSystemProperties_setProperties_nonNull()
DIntegerTest.java28 System.setProperties(testProperties); in testSystemProperties()
35 System.setProperties(originalProperties); in testSystemProperties()
DLongTest.java28 System.setProperties(testProperties); in testSystemProperties()
33 System.setProperties(originalProperties); in testSystemProperties()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DTestUtils.java78 System.setProperties(properties); in setSystemProperty()
/libcore/ojluni/src/main/java/sun/net/www/protocol/mailto/
DMailToURLConnection.java58 setProperties(props); in MailToURLConnection()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DSystemTest.java299 System.setProperties(tProps); in test_setPropertiesLjava_util_Properties()
305 System.setProperties(orgProps); in test_setPropertiesLjava_util_Properties()
DLongTest.java33 System.setProperties(orgProps); in tearDown()
160 System.setProperties(tProps); in test_getLongLjava_lang_String()
175 System.setProperties(tProps); in test_getLongLjava_lang_StringJ()
190 System.setProperties(tProps); in test_getLongLjava_lang_StringLjava_lang_Long()
DIntegerTest.java33 System.setProperties(orgProps); in tearDown()
241 System.setProperties(tProps); in test_getIntegerLjava_lang_String()
256 System.setProperties(tProps); in test_getIntegerLjava_lang_StringI()
271 System.setProperties(tProps); in test_getIntegerLjava_lang_StringLjava_lang_Integer()
/libcore/ojluni/src/main/java/sun/net/www/
DURLConnection.java69 public void setProperties(MessageHeader properties) { in setProperties() method in URLConnection
/libcore/luni/src/test/java/libcore/java/net/
DOldServerSocketTest.java207 System.setProperties(props); in test_ConstructorI_SocksSet()
/libcore/ojluni/src/main/java/sun/net/www/protocol/gopher/
DGopherClient.java168 connection.setProperties(msgh); in openStream()
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
DFtpURLConnection.java499 setProperties(msgh); in getInputStream()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DProxySelectorTest.java559 System.setProperties(originalSystemProperties); in tearDown()
DServerSocketTest.java111 System.setProperties(props); in test_ConstructorI_SocksSet()
/libcore/ojluni/src/main/java/java/lang/
DSystem.java1150 public static void setProperties(Properties props) { in setProperties() method in System