Searched defs:is (Results 1 – 15 of 15) sorted by relevance
49 try (InputStream is = TestSuiteInfo.class.getResourceAsStream(SUITE_INFO_PROPERTY)) { in TestSuiteInfo()72 protected Properties loadSuiteInfo(InputStream is) throws IOException { in loadSuiteInfo()
49 CodedInputStream is = CodedInputStream.newInstance(stream); in readFromFile() local
111 InputStream is = root.open(); in assertFileInZip() local174 InputStream is = proc.getInputStream(); in testReadZFile() local
137 try (InputStream is = new BufferedInputStream(new FileInputStream(xml))) { in parse()148 public static Metrics parse(Metrics metrics, Set<String> blacklistMetrics, InputStream is) in parse()
62 final InputStream is = new FileInputStream(inputFile); in unTar() local
132 InputStream is = new BufferedInputStream(stream); in getByteArrayListFromStream() local
567 FileInputStream is = null; in readStringFromFile() local
134 InputStreamSource is = new ByteArrayInputStreamSource(output.getBytes()); in logNetStats() local
345 try (InputStream is = open()) { in read()362 try (InputStream is = new BufferedInputStream(open())) { in read()
1349 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
388 jar.getInputStream(entry).use { `is` -> in <lambda>() method
510 InputStreamSource is = null; in takeBugreport() local
464 type is PsiArrayType in getCanonicalText() typealias