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()
300 try (InputStream is = jarFile.getInputStream(entry)) { in processJarFile()
60 CodedInputStream is = CodedInputStream.newInstance(stream); in readFromFile() local
111 InputStream is = root.open(); in assertFileInZip() local174 InputStream is = proc.getInputStream(); in testReadZFile() local
138 try (InputStream is = new BufferedInputStream(new FileInputStream(xml))) { in parse()149 public static Metrics parse(Metrics metrics, Set<String> blocklistMetrics, InputStream is) in parse()
167 type is PrimitiveTypeItem -> { in <lambda>() typealias173 type is ArrayTypeItem -> { in <lambda>() typealias183 type is VariableTypeItem -> { in <lambda>() typealias
134 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
130 final InputStream is = new FileInputStream(inputFile); in unTar() local
129 InputStream is = null; in getUnsparsedImageStream() local
153 InputStream is = new BufferedInputStream(stream); in getByteArrayListFromStream() local
660 try (FileInputStream is = new FileInputStream(sourceFile)) { in readStringFromFile()
351 type is ArrayTypeItem && in <lambda>() typealias
459 InputStreamSource is = null; in takeBugreport() local