Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/
DSystemTest.java171 System.getProperties().setProperty("user.dir", "hmmph"); in testSystemProperties_immutable()
174 System.getProperties().clear(); in testSystemProperties_immutable()
228 assertNotSame(newProperties, System.getProperties()); in testSystemProperties_setProperties_nonNull()
240 Properties properties = System.getProperties(); in testSystemProperties_getProperties_clear()
DOldSystemTest.java184 Properties p = System.getProperties(); in test_getProperties()
DIntegerTest.java24 Properties originalProperties = System.getProperties(); in testSystemProperties()
DLongTest.java25 Properties originalProperties = System.getProperties(); in testSystemProperties()
/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/annotations/hiddenapi/sun/net/www/
DURLConnection.java37 public sun.net.www.MessageHeader getProperties() { in getProperties() method in URLConnection
/libcore/ojluni/src/main/java/sun/net/www/
DURLConnection.java59 public MessageHeader getProperties() { in getProperties() method in URLConnection
/libcore/ojluni/annotations/mmodule/java/lang/
DSystem.annotated.java63 public static java.util.Properties getProperties() { throw new RuntimeException("Stub!"); } in getProperties() method in System
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DSystem.annotated.java63 @libcore.util.NonNull public static java.util.Properties getProperties() { throw new RuntimeExcepti… in getProperties() method in System
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserFactoryTest.java132 Properties prop = System.getProperties(); in test_newInstance()
/libcore/ojluni/annotations/hiddenapi/java/lang/
DSystem.java175 public static java.util.Properties getProperties() { in getProperties() method in System
/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/net/
DProxySelectorTest.java551 originalSystemProperties = (Properties) System.getProperties().clone(); in setUp()
DServerSocketTest.java116 Properties props = (Properties) System.getProperties().clone(); in test_ConstructorI_SocksSet()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPropertiesTest.java86 Properties systemProperties = System.getProperties(); in test_ConstructorLjava_util_Properties()
471 set = new Properties(System.getProperties()).stringPropertyNames(); in test_stringPropertyNames()
/libcore/ojluni/src/main/java/java/lang/
DSystem.java1156 public static Properties getProperties() { in getProperties() method in System