Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPropertiesTest.java123 MyProperties props = new MyProperties(); in test_getPropertyLjava_lang_String2() local
133 MyProperties props = new MyProperties(); in test_getPropertyLjava_lang_StringLjava_lang_String2() local
283 Properties props = new Properties(); in test_loadLjava_io_InputStream_subtest0() local
436 Properties props = new Properties(); in test_loadLjava_io_Reader_subtest0() local
892 Properties props = new Properties(); in testLoadSingleLine() local
963 Properties props = new Properties(); in testStore_scenario0() local
972 Properties props = new Properties(); in testStore_scenario1() local
981 Properties props = new Properties(); in testStore_scenario2() local
990 Properties props = new Properties(); in testStore_scenario3() local
999 Properties props = new Properties(); in testStore_scenario4() local
[all …]
/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/ojluni/src/main/native/
DSystem.c45 #define PUTPROP(props, key, val) \ argument
59 #define PUTPROP_ForPlatformNString(props, key, val) \ argument
69 #define REMOVEPROP(props, key) \ argument
77 #define GETPROP(props, key, jret) \ argument
/libcore/luni/src/test/java/libcore/java/lang/
DOldSystemTest.java175 String [] props = {"java.vendor.url", in test_getProperties() local
278 String[] props = { "PATH" }; in test_getenv() local
/libcore/ojluni/src/main/java/sun/net/www/
DURLConnection.java125 MessageHeader props = properties; in getHeaderFieldKey() local
140 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.java41 final static Properties props = new Properties(); field in OldFileHandlerTest
/libcore/ojluni/src/main/java/sun/net/www/protocol/mailto/
DMailToURLConnection.java56 MessageHeader props = new MessageHeader(); in MailToURLConnection() local
/libcore/ojluni/src/main/java/sun/net/spi/
DDefaultProxySelector.java75 final static String[][] props = { field in DefaultProxySelector
/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.java255 public static void saveAndRemoveProperties(Properties props) { in saveAndRemoveProperties()
/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/luni/src/test/java/libcore/java/net/
DOldServerSocketTest.java201 Properties props = (Properties) System.getProperties().clone(); in test_ConstructorI_SocksSet() local
/libcore/ojluni/src/main/java/sun/util/calendar/
DLocalGregorianCalendar.java141 String props = calendarProps.getProperty("calendar." + name + ".eras"); in getLocalGregorianCalendar() local
/libcore/ojluni/src/main/java/java/lang/
DSystem.java896 private static Properties props; field in System
1150 public static void setProperties(Properties props) { in setProperties()
/libcore/ojluni/src/main/java/java/security/
DSecurity.java51 private static final Properties props; field in Security
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DServerSocketTest.java105 Properties props = (Properties) System.getProperties().clone(); in test_ConstructorI_SocksSet() local
/libcore/ojluni/src/main/java/java/util/logging/
DLogManager.java152 private Properties props = new Properties(); field in LogManager
/libcore/ojluni/src/main/java/sun/security/ssl/
DSSLContextImpl.java544 final Map<String,String> props = new HashMap<>(); in getDefaultKeyManager() local