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

/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestUtils.java78 System.setProperties(properties);
/libcore/luni/src/test/java/libcore/java/lang/
H A DIntegerTest.java28 System.setProperties(testProperties);
35 System.setProperties(originalProperties);
H A DLongTest.java28 System.setProperties(testProperties);
33 System.setProperties(originalProperties);
H A DSystemTest.java171 System.setProperties(p);
198 // Reset using setProperties(null)
199 System.setProperties(null);
216 System.setProperties(newProperties);
218 // Android-specific: The RI makes the setProperties() argument the system properties object,
/libcore/ojluni/src/main/java/sun/net/www/protocol/mailto/
H A DMailToURLConnection.java58 setProperties(props);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DSystemTest.java289 * java.lang.System#setProperties(java.util.Properties)
293 // java.lang.System.setProperties(java.util.Properties)
299 System.setProperties(tProps);
305 System.setProperties(orgProps);
H A DIntegerTest.java33 System.setProperties(orgProps);
241 System.setProperties(tProps);
256 System.setProperties(tProps);
271 System.setProperties(tProps);
H A DLongTest.java33 System.setProperties(orgProps);
160 System.setProperties(tProps);
175 System.setProperties(tProps);
190 System.setProperties(tProps);
/libcore/ojluni/src/main/java/sun/net/www/
H A DURLConnection.java69 public void setProperties(MessageHeader properties) { method in class:URLConnection
/libcore/luni/src/test/java/libcore/java/net/
H A DOldServerSocketTest.java207 System.setProperties(props);
/libcore/ojluni/src/main/java/sun/net/www/protocol/gopher/
H A DGopherClient.java168 connection.setProperties(msgh);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DProxySelectorTest.java559 System.setProperties(originalSystemProperties);
H A DServerSocketTest.java111 System.setProperties(props);
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
H A DFtpURLConnection.java499 setProperties(msgh);
/libcore/ojluni/src/main/java/java/lang/
H A DSystem.java1122 * @see #setProperties
1150 public static void setProperties(Properties props) { method in class:System

Completed in 375 milliseconds