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()
60 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> blocklistMetrics, InputStream is) in parse()
135 private static List<String> readLines(InputStream is) { in readLines()
345 try (InputStream is = open()) { in read()362 try (InputStream is = new BufferedInputStream(open())) { in read()
1350 InputStream is = rawContents.openStream(); in writeEntry() local
82 final InputStream is = new FileInputStream(inputFile); in unTar() local
84 try (InputStream is = new FileInputStream(file)) { in parse()
152 InputStream is = new BufferedInputStream(stream); in getByteArrayListFromStream() local
582 try (FileInputStream is = new FileInputStream(sourceFile)) { in readStringFromFile()
158 jar.getInputStream(entry).use { `is` -> in <lambda>() method
388 jar.getInputStream(entry).use { `is` -> in <lambda>() method
513 InputStreamSource is = null; in takeBugreport() local
472 type is PsiArrayType in getCanonicalText() typealias