Home
last modified time | relevance | path

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

/libcore/benchmarks/src/benchmarks/regression/
DSystemPropertiesBenchmark.java25 System.setProperties(null); in timeGetProperties()
/libcore/luni/src/test/java/libcore/java/lang/
DSystemTest.java169 System.setProperties(p); in testSystemProperties_immutable()
197 System.setProperties(null); in testSystemProperties_setProperties_null()
214 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/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/luni/src/test/java/libcore/java/net/
DOldServerSocketTest.java207 System.setProperties(props); in test_ConstructorI_SocksSet()
/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/luni/src/main/java/java/lang/
DSystem.java1074 public static void setProperties(Properties p) { in setProperties() method in System