Searched defs:is (Results 1 – 7 of 7) sorted by relevance
91 private static byte[] getEntryContents(InputStream is, String entryName) throws IOException { in getEntryContents()127 static void extractZipSafely(InputStream is, File targetDir, boolean makeWorldReadable) in extractZipSafely()
34 std::ostringstream is; in DocComment() local
60 for (const auto& is : service.included_services) { in ToString() local
121 InputStream is = new FileInputStream(new File(deviceMetadataPath)); in getMetadataFromFile() local
229 std::unique_ptr<IstreamCopyingInputStream> is(new IstreamCopyingInputStream(fd)); in StartProfilingProtobufFd() local
638 const size_t is = itemSize(); in merge() local
163 static std::string read(std::basic_istream<char>& is) { in read()