Home
last modified time | relevance | path

Searched defs:props (Results 1 – 25 of 28) sorted by relevance

12

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPropertiesTest.java126 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/
DSystem.c47 #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/
DXMLUtils.java70 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/
DOldSystemTest.java175 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/
DURLConnection.java120 MessageHeader props = properties; in getHeaderFieldKey() local
135 MessageHeader props = properties; in getHeaderField() local
/libcore/luni/src/test/java/libcore/java/sql/
DOldDriverPropertyInfoTest.java51 Properties props = new Properties(); in testPublicFields() local
/libcore/ojluni/src/main/java/sun/net/
DNetProperties.java42 static private Properties props = new Properties(); field in NetProperties
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldMemoryHandlerTest.java36 final static Properties props = new Properties(); field in OldMemoryHandlerTest
DOldLogManagerTest.java39 Properties props; field in OldLogManagerTest
DOldFileHandlerTest.java42 final static Properties props = new Properties(); field in OldFileHandlerTest
/libcore/ojluni/src/main/java/sun/net/spi/
DDefaultProxySelector.java76 final static String[][] props = { field in DefaultProxySelector
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DVM.java103 public static void saveAndRemoveProperties(java.util.Properties props) { in saveAndRemoveProperties()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DSystemTest.java131 String[] props = { "java.version", "java.vendor", "java.vendor.url", in test_getProperties() local
/libcore/ojluni/src/main/java/sun/misc/
DVM.java275 public static void saveAndRemoveProperties(Properties props) { in saveAndRemoveProperties()
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixFileStore.java210 private static volatile Properties props; field in UnixFileStore
/libcore/ojluni/annotations/mmodule/java/lang/
DSystem.annotated.java67 public static void setProperties(java.util.Properties props) { throw new RuntimeException("Stub!");… in setProperties()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DSystem.annotated.java67 …perties(@libcore.util.Nullable java.util.Properties props) { throw new RuntimeException("Stub!"); } in setProperties()
/libcore/ojluni/src/main/java/sun/security/pkcs/
DPKCS8Key.java198 Properties props; in buildPKCS8Key() local
/libcore/ojluni/src/main/java/sun/security/x509/
DX509Key.java235 Properties props; in buildX509Key() local
/libcore/ojluni/src/main/java/java/time/chrono/
DHijrahChronology.java879 Properties props = new Properties(); in readConfigProperties() local
901 Properties props = readConfigProperties(resourceName); in loadCalendarData() local
/libcore/luni/src/test/java/libcore/java/net/
DOldServerSocketTest.java201 Properties props = (Properties) System.getProperties().clone(); in test_ConstructorI_SocksSet() local
/libcore/ojluni/annotations/hiddenapi/java/lang/
DSystem.java183 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/
DLocalGregorianCalendar.java128 String props = calendarProps.getProperty("calendar." + name + ".eras"); in getLocalGregorianCalendar() local
/libcore/ojluni/src/main/java/java/lang/
DSystem.java925 private static Properties props; field in System
1189 public static void setProperties(Properties props) { in setProperties()
/libcore/ojluni/src/main/java/java/security/
DSecurity.java61 private static final Properties props; field in Security

12