/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | PropertiesTest.java | 126 MyProperties props = new MyProperties(); in test_getPropertyLjava_lang_String2() local 136 MyProperties props = new MyProperties(); in test_getPropertyLjava_lang_StringLjava_lang_String2() local 286 Properties props = new Properties(); in test_loadLjava_io_InputStream_subtest0() local 439 Properties props = new Properties(); in test_loadLjava_io_Reader_subtest0() local 895 Properties props = new Properties(); in testLoadSingleLine() local 966 Properties props = new Properties(); in testStore_scenario0() local 975 Properties props = new Properties(); in testStore_scenario1() local 984 Properties props = new Properties(); in testStore_scenario2() local 993 Properties props = new Properties(); in testStore_scenario3() local 1002 Properties props = new Properties(); in testStore_scenario4() local [all …]
|
/libcore/ojluni/src/main/native/ |
D | System.c | 47 #define PUTPROP(props, key, val) \ argument 61 #define PUTPROP_ForPlatformNString(props, key, val) \ argument 71 #define REMOVEPROP(props, key) \ argument 79 #define GETPROP(props, key, jret) \ argument
|
/libcore/ojluni/src/main/java/java/util/ |
D | XMLUtils.java | 70 static void load(Properties props, InputStream in) in load() 112 static void importProperties(Properties props, Element propertiesElement) { in importProperties() 131 static void save(Properties props, OutputStream os, String comment, in save()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldSystemTest.java | 175 String [] props = {"java.vendor.url", in test_getProperties() local 265 String[] props = { "PATH" }; in test_getenv() local
|
/libcore/ojluni/src/main/java/sun/net/www/ |
D | URLConnection.java | 120 MessageHeader props = properties; in getHeaderFieldKey() local 135 MessageHeader props = properties; in getHeaderField() local
|
/libcore/luni/src/test/java/libcore/java/sql/ |
D | OldDriverPropertyInfoTest.java | 51 Properties props = new Properties(); in testPublicFields() local
|
/libcore/ojluni/src/main/java/sun/net/ |
D | NetProperties.java | 42 static private Properties props = new Properties(); field in NetProperties
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldMemoryHandlerTest.java | 36 final static Properties props = new Properties(); field in OldMemoryHandlerTest
|
D | OldLogManagerTest.java | 39 Properties props; field in OldLogManagerTest
|
D | OldFileHandlerTest.java | 42 final static Properties props = new Properties(); field in OldFileHandlerTest
|
/libcore/ojluni/src/main/java/sun/net/spi/ |
D | DefaultProxySelector.java | 76 final static String[][] props = { field in DefaultProxySelector
|
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | VM.java | 103 public static void saveAndRemoveProperties(java.util.Properties props) { in saveAndRemoveProperties()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | SystemTest.java | 131 String[] props = { "java.version", "java.vendor", "java.vendor.url", in test_getProperties() local
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | VM.java | 275 public static void saveAndRemoveProperties(Properties props) { in saveAndRemoveProperties()
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | UnixFileStore.java | 210 private static volatile Properties props; field in UnixFileStore
|
/libcore/ojluni/annotations/mmodule/java/lang/ |
D | System.annotated.java | 67 public static void setProperties(java.util.Properties props) { throw new RuntimeException("Stub!");… in setProperties()
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | System.annotated.java | 67 …perties(@libcore.util.Nullable java.util.Properties props) { throw new RuntimeException("Stub!"); } in setProperties()
|
/libcore/ojluni/src/main/java/sun/security/pkcs/ |
D | PKCS8Key.java | 198 Properties props; in buildPKCS8Key() local
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | X509Key.java | 235 Properties props; in buildX509Key() local
|
/libcore/ojluni/src/main/java/java/time/chrono/ |
D | HijrahChronology.java | 879 Properties props = new Properties(); in readConfigProperties() local 901 Properties props = readConfigProperties(resourceName); in loadCalendarData() local
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldServerSocketTest.java | 201 Properties props = (Properties) System.getProperties().clone(); in test_ConstructorI_SocksSet() local
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | System.java | 183 public static void setProperties(java.util.Properties props) { in setProperties() 323 private static java.util.Properties props; field in System
|
/libcore/ojluni/src/main/java/sun/util/calendar/ |
D | LocalGregorianCalendar.java | 128 String props = calendarProps.getProperty("calendar." + name + ".eras"); in getLocalGregorianCalendar() local
|
/libcore/ojluni/src/main/java/java/lang/ |
D | System.java | 925 private static Properties props; field in System 1189 public static void setProperties(Properties props) { in setProperties()
|
/libcore/ojluni/src/main/java/java/security/ |
D | Security.java | 61 private static final Properties props; field in Security
|