Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPropertiesTest.java88 Enumeration<?> propertyNames = systemProperties.propertyNames(); in test_ConstructorLjava_util_Properties() local
90 while (propertyNames.hasMoreElements()) { in test_ConstructorLjava_util_Properties()
91 propertyName = (String) propertyNames.nextElement(); in test_ConstructorLjava_util_Properties()
524 Enumeration<?> nameEnum = properties.propertyNames(); in test_stringPropertyNames_scenario1()
540 nameEnum = properties.propertyNames(); in test_stringPropertyNames_scenario1()
581 Enumeration<?> nameEnum = properties.propertyNames(); in test_stringPropertyNames_scenario2()
601 nameEnum = properties.propertyNames(); in test_stringPropertyNames_scenario2()
636 Enumeration e = myProps.propertyNames(); in test_saveLjava_io_OutputStreamLjava_lang_String()
689 e = myProps.propertyNames(); in test_storeLjava_io_OutputStreamLjava_lang_String()
721 Enumeration e = myProps.propertyNames(); in test_storeLjava_io_WriterLjava_lang_String()
[all …]
/libcore/ojluni/src/test/java/util/Properties/
DStringPropertyNames.java135 Enumeration<?> e = props.propertyNames(); in checkProperties()
/libcore/ojluni/annotations/hiddenapi/java/util/
DProperties.java116 public java.util.Enumeration<?> propertyNames() { in propertyNames() method in Properties
/libcore/ojluni/annotations/flagged_api/java/util/
DProperties.annotated.java66 public java.util.Enumeration<?> propertyNames() { throw new RuntimeException("Stub!"); } in propertyNames() method in Properties
/libcore/ojluni/src/main/java/java/util/
DProperties.java1164 public Enumeration<?> propertyNames() { in propertyNames() method in Properties
/libcore/ojluni/src/main/java/java/util/logging/
DLogManager.java1682 Enumeration<?> enum_ = props.propertyNames(); in setLevelsOnExistingLoggers()
/libcore/api/
Dcurrent.txt14651 method public java.util.Enumeration<?> propertyNames();