Searched refs:propertyNames (Results 1 - 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DPropertiesTest.java88 Enumeration<?> propertyNames = systemProperties.propertyNames();
90 while (propertyNames.hasMoreElements()) {
91 propertyName = (String) propertyNames.nextElement();
524 Enumeration<?> nameEnum = properties.propertyNames();
540 nameEnum = properties.propertyNames();
581 Enumeration<?> nameEnum = properties.propertyNames();
601 nameEnum = properties.propertyNames();
636 Enumeration e = myProps.propertyNames();
689 e = myProps.propertyNames();
[all...]
/libcore/ojluni/src/main/java/java/util/
H A DProperties.java58 * the call to the {@code propertyNames} or {@code list} method
1018 public Enumeration<?> propertyNames() { method in class:Properties
/libcore/ojluni/src/main/java/java/util/logging/
H A DLogManager.java1679 Enumeration<?> enum_ = props.propertyNames();

Completed in 100 milliseconds