Searched defs:in (Results 1 – 6 of 6) sorted by relevance
85 try (InputStream in = new FileInputStream(jacocoReport)) { in instrumentationTest_generatesJavaCoverage()91 try (InputStream in = Files.newInputStream(zip.getPath(INNER_JAR_PATH))) { in instrumentationTest_generatesJavaCoverage()
130 private static void pipe(InputStream in, OutputStream out) throws IOException { in pipe()
371 InputStream in = hciSocket.getInputStream(); in readHciPacket() local488 private String readTestChannel(InputStream in) throws IOException { in readTestChannel()
151 try (ParcelFileDescriptor.AutoCloseInputStream in = in dumpCommandOutput()
177 Scanner in = new Scanner(backupNowOutput); in assertBackupNotAllowed() local263 InputStream in = executeShellCommand(command); in executeShellCommandAndReturnOutput() local
580 private static byte[] readInputStream(InputStream in) throws IOException { in readInputStream()