Searched refs:closeable (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DIoUtils.java51 * Closes 'closeable', ignoring any checked exceptions. Does nothing if 'closeable' is null.
53 public static void closeQuietly(AutoCloseable closeable) { argument
54 if (closeable != null) {
56 closeable.close();
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 145 milliseconds