Home
last modified time | relevance | path

Searched defs:is (Results 1 – 3 of 3) sorted by relevance

/system/timezone/distro/core/src/main/com/android/timezone/distro/
DTimeZoneDistro.java94 private static byte[] getEntryContents(InputStream is, String entryName) throws IOException { in getEntryContents()
130 static void extractZipSafely(InputStream is, File targetDir, boolean makeWorldReadable) in extractZipSafely()
/system/core/libutils/
DVectorImpl.cpp636 const size_t is = itemSize(); in merge() local
/system/libvintf/
DAssembleVintf.cpp162 static std::string read(std::basic_istream<char>& is) { in read()