Searched defs:getProperties (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DSystem.java244 * subsequent calls to getProperty and getProperties.
248 public static Properties getProperties() { method in class:System
421 return getProperties().getProperty(name, defaultValue);
432 return (String) getProperties().setProperty(name, value);
446 return (String) getProperties().remove(name);
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 125 milliseconds