Searched defs:closeQuietly (Results 1 - 3 of 3) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/profiler/
H A DHprofBinaryToAscii.java96 closeQuietly(inputStream);
109 closeQuietly(inputStream);
129 closeQuietly(inputStream);
145 * From IoUtils.closeQuietly but replicated for open source
148 private static void closeQuietly(Closeable c) { method in class:HprofBinaryToAscii
/libcore/luni/src/main/java/libcore/io/
H A DIoUtils.java55 public static void closeQuietly(AutoCloseable closeable) { method in class:IoUtils
69 public static void closeQuietly(FileDescriptor fd) { method in class:IoUtils
79 public static void closeQuietly(Socket socket) { method in class:IoUtils
225 closeQuietly(fd);
259 closeQuietly(fd);
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 269 milliseconds