Home
last modified time | relevance | path

Searched refs:propertyNames (Results 1 – 5 of 5) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPropertiesTest.java85 Enumeration<?> propertyNames = systemProperties.propertyNames(); in test_ConstructorLjava_util_Properties() local
87 while (propertyNames.hasMoreElements()) { in test_ConstructorLjava_util_Properties()
88 propertyName = (String) propertyNames.nextElement(); in test_ConstructorLjava_util_Properties()
521 Enumeration<?> nameEnum = properties.propertyNames(); in test_stringPropertyNames_scenario1()
537 nameEnum = properties.propertyNames(); in test_stringPropertyNames_scenario1()
578 Enumeration<?> nameEnum = properties.propertyNames(); in test_stringPropertyNames_scenario2()
598 nameEnum = properties.propertyNames(); in test_stringPropertyNames_scenario2()
633 Enumeration e = myProps.propertyNames(); in test_saveLjava_io_OutputStreamLjava_lang_String()
686 e = myProps.propertyNames(); in test_storeLjava_io_OutputStreamLjava_lang_String()
718 Enumeration e = myProps.propertyNames(); in test_storeLjava_io_WriterLjava_lang_String()
[all …]
/libcore/luni/src/main/java/java/util/
DPropertyResourceBundle.java73 return (Enumeration<String>) resources.propertyNames(); in getLocalKeys()
DProperties.java210 Enumeration<?> keys = propertyNames(); in listToAppendable()
442 public Enumeration<?> propertyNames() { in propertyNames() method in Properties
/libcore/luni/src/main/java/java/security/
DSecurity.java99 for (Enumeration<?> e = provider.propertyNames(); e.hasMoreElements();) { in getAlgorithmProperty()
DProvider.java788 for (Enumeration<?> e = propertyNames(); e.hasMoreElements(); ) { in getPropertyIgnoreCase()