Searched defs:is (Results 1 – 7 of 7) sorted by relevance
111 InputStream is = root.open(); in assertFileInZip() local174 InputStream is = proc.getInputStream(); in testReadZFile() local
345 try (InputStream is = open()) { in read()362 try (InputStream is = new BufferedInputStream(open())) { in read()
1350 InputStream is = rawContents.openStream(); in writeEntry() local
84 try (InputStream is = new FileInputStream(file)) { in parse()
158 jar.getInputStream(entry).use { `is` -> in <lambda>() method
387 jar.getInputStream(entry).use { `is` -> in <lambda>() method
472 type is PsiArrayType in getCanonicalText() typealias