Home
last modified time | relevance | path

Searched defs:os (Results 1 – 25 of 45) sorted by relevance

12

/packages/modules/DnsResolver/tests/
Dresolv_stats_test_utils.cpp141 void PrintTo(const DnsQueryEvents& event, std::ostream* os) { in PrintTo()
147 void PrintTo(const DnsQueryEvent& event, std::ostream* os) { in PrintTo()
162 void PrintTo(const NetworkDnsEventReported& event, std::ostream* os) { in PrintTo()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DDataExporter.java65 try (ZipOutputStream os = new ZipOutputStream(new FileOutputStream(outFile))) { in exportData()
140 private static void addDirectory(Context context, ZipOutputStream os, File current, in addDirectory()
168 private static void addFile(ZipOutputStream os, File current, String storedPath) in addFile()
/packages/apps/Test/connectivity/sl4n/rapidjson/example/condense/
Dcondense.cpp22 FileWriteStream os(stdout, writeBuffer, sizeof(writeBuffer)); in main() local
/packages/apps/Test/connectivity/sl4n/rapidjson/example/pretty/
Dpretty.cpp20 FileWriteStream os(stdout, writeBuffer, sizeof(writeBuffer)); in main() local
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dencodingstest.cpp287 StringBuffer os, os2; in TEST() local
338 GenericStringBuffer<UTF16<> > os, os2; in TEST() local
398 GenericStringBuffer<UTF32<> > os, os2; in TEST() local
Dprettywritertest.cpp104 OStreamWrapper(std::ostream& os) : os_(os) {} in OStreamWrapper()
127 OStreamWrapper os(ss); in TEST() local
143 FileWriteStream os(fp, buffer, sizeof(buffer)); in TEST() local
Dfilestreamtest.cpp91 FileWriteStream os(fp, buffer, sizeof(buffer)); in TEST_F() local
Dencodedstreamtest.cpp168 FileWriteStream os(fp, buffer, sizeof(buffer)); in TestEncodedOutputStream() local
202 FileWriteStream os(fp, buffer, sizeof(buffer)); in TestAutoUTFOutputStream() local
Dwritertest.cpp147 OStreamWrapper(std::ostream& os) : os_(os) {} in OStreamWrapper()
169 OStreamWrapper os(ss); in TEST() local
/packages/apps/Test/connectivity/sl4n/rapidjson/example/prettyauto/
Dprettyauto.cpp34 FileWriteStream os(stdout, writeBuffer, sizeof(writeBuffer)); in main() local
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDownloadUtils.java46 public static void dump(JobContext jc, InputStream is, OutputStream os) in dump()
/packages/apps/CertInstaller/src/com/android/certinstaller/
DUtil.java36 ObjectOutputStream os = new ObjectOutputStream(baos); in toBytes() local
/packages/apps/Camera2/src/com/android/camera/util/
DXmpUtil.java164 FileOutputStream os = null; in writeXMPMeta() local
215 private static void writeJpegFile(OutputStream os, List<Section> sections) in writeJpegFile()
/packages/apps/TV/tests/common/src/com/android/tv/testing/utils/
DUtils.java63 public static void copy(InputStream is, OutputStream os) throws IOException { in copy()
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
Dmisctest.cpp361 Writer1(OutputStream& os) : os_(&os) {} in Writer1()
363 void Reset(OutputStream& os) { in Reset()
440 Writer2(OutputStream& os) : os_(&os) {} in Writer2()
442 void Reset(OutputStream& os) { in Reset()
520 Writer3(OutputStream& os) : os_(&os) {} in Writer3()
522 void Reset(OutputStream& os) { in Reset()
624 Writer4(OutputStream& os) : os_(&os) {} in Writer4()
626 void Reset(OutputStream& os) { in Reset()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DPhotoLoadingTestCase.java101 ByteArrayOutputStream os = new ByteArrayOutputStream(); in readInputStreamFully() local
/packages/apps/TV/src/com/android/tv/data/
DChannelLogoFetcher.java157 try (OutputStream os = mContext.getContentResolver().openOutputStream(dstLogoUri)) { in doInBackground()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dencodedstream.h71 EncodedOutputStream(OutputByteStream& os, bool putBOM = true) : os_(os) { in os_() argument
210 AutoUTFOutputStream(OutputByteStream& os, UTFType type, bool putBOM) : os_(&os), type_(type) { in AutoUTFOutputStream()
Dprettywriter.h46 Base(os, allocator, levelDepth), indentChar_(' '), indentCharCount_(4) {} in Base() argument
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDebugActivity.java114 ZipOutputStream os = null; in doInBackground() local
/packages/apps/DevCamera/src/com/android/devcamera/
DMediaSaver.java115 OutputStream os = new FileOutputStream(file); in saveJpeg() local
/packages/apps/Test/connectivity/sl4n/rapidjson/example/capitalize/
Dcapitalize.cpp55 FileWriteStream os(stdout, writeBuffer, sizeof(writeBuffer)); in main() local
/packages/modules/DnsResolver/tests/dns_metrics_listener/
Ddns_metrics_listener.cpp40 std::ostream& operator<<(std::ostream& os, const DnsMetricsListener::DnsEvent& data) { in operator <<()
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
DChannelUtils.java142 public static void copy(InputStream is, OutputStream os) throws IOException { in copy()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapMessage.java626 private static void writeParameter(OutputStream os, int id, int value, int length) in writeParameter()
660 private static void writeParameter(OutputStream os, int id, byte[] value) throws IOException { in writeParameter()
677 public void write(OutputStream os) throws IOException { in write()

12