Home
last modified time | relevance | path

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

/system/timezone/distro/core/src/main/com/android/timezone/distro/
DTimeZoneDistro.java91 private static byte[] getEntryContents(InputStream is, String entryName) throws IOException { in getEntryContents()
127 static void extractZipSafely(InputStream is, File targetDir, boolean makeWorldReadable) in extractZipSafely()
/system/tools/hidl/
DDocComment.cpp34 std::ostringstream is; in DocComment() local
/system/bt/bta/gatt/
Ddatabase.cc60 for (const auto& is : service.included_services) { in ToString() local
/system/core/adb/fastdeploy/deploypatchgenerator/src/com/android/fastdeploy/
DDeployPatchGenerator.java121 InputStream is = new FileInputStream(new File(deviceMetadataPath)); in getMetadataFromFile() local
/system/extras/perfprofd/binder_interface/
Dperfprofd_binder.cc229 std::unique_ptr<IstreamCopyingInputStream> is(new IstreamCopyingInputStream(fd)); in StartProfilingProtobufFd() local
/system/core/libutils/
DVectorImpl.cpp638 const size_t is = itemSize(); in merge() local
/system/libvintf/
DAssembleVintf.cpp163 static std::string read(std::basic_istream<char>& is) { in read()