/aosp14/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | BinaryXmlTest.java | 60 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in testLargeInterned_Binary() local 100 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in doTranscode() local 114 try (OutputStream os = new FileOutputStream(file)) { in testResolve_File() 125 try (OutputStream os = new FileOutputStream(file)) { in testResolve_File() 140 try (ByteArrayOutputStream os = new ByteArrayOutputStream()) { in testResolve_Memory() 157 try (ByteArrayOutputStream os = new ByteArrayOutputStream()) { in testResolve_Memory()
|
H A D | XmlTest.java | 84 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in doLargeValues() local 171 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in doPersistableBundleWrite() local 219 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in doVerify() local
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/com/android/internal/util/ |
H A D | FastDataPerfTest.java | 53 final ByteArrayOutputStream os = new ByteArrayOutputStream(OUTPUT_SIZE); in timeWrite_Upstream() local 70 final ByteArrayOutputStream os = new ByteArrayOutputStream(OUTPUT_SIZE); in timeWrite_LocalUsing4ByteSequences() local 86 final ByteArrayOutputStream os = new ByteArrayOutputStream(OUTPUT_SIZE); in timeWrite_LocalUsing3ByteSequences() local 153 final ByteArrayOutputStream os = new ByteArrayOutputStream(OUTPUT_SIZE); in doWrite() local
|
/aosp14/system/core/fastboot/ |
H A D | mock_transport.h | 49 void DescribeTo(std::ostream* os) const { *os << "raw data is"; } in DescribeTo() 50 void DescribeNegationTo(std::ostream* os) const { *os << "raw data is not"; } in DescribeNegationTo()
|
/aosp14/system/core/fs_mgr/libfs_avb/ |
H A D | types.cpp | 42 std::ostream& operator<<(std::ostream& os, VBMetaVerifyResult result) { in operator <<() 69 std::ostream& operator<<(std::ostream& os, AvbHandleStatus status) { in operator <<()
|
/aosp14/frameworks/base/cmds/incidentd/src/ |
H A D | Privacy.cpp | 25 namespace os { namespace 37 strstream os; in toString() local
|
H A D | Throttler.cpp | 25 namespace os { namespace
|
H A D | proto_util.cpp | 26 namespace os { namespace
|
H A D | report_directory.cpp | 33 namespace os { namespace
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | TraceBuffer.java | 75 void write(S encapsulatingProto, Queue<T> buffer, OutputStream os) throws IOException; in write() 95 OutputStream os) throws IOException { in write() 165 try (OutputStream os = new FileOutputStream(traceFile)) { in writeTraceToFile()
|
H A D | ArtBinaryXmlSerializer.java | 37 protected FastDataOutput obtainFastDataOutput(@NonNull OutputStream os) { in obtainFastDataOutput()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
H A D | OverlayManagerSettingsTests.java | 235 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testPersistEmpty() local 248 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testPersistDifferentOverlaysSameUser() local 267 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testPersistSameOverlayDifferentUsers() local 286 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testPersistEnabled() local 342 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testPersistAndRestore() local
|
/aosp14/system/core/libstats/bootstrap/ |
H A D | StatsBootstrapAtomClient.cpp | 23 namespace os { namespace
|
H A D | BootstrapClientInternal.cpp | 22 namespace os { namespace
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/util/ |
H A D | XmlPerfTest.java | 76 try (ByteArrayOutputStream os = new ByteArrayOutputStream()) { in doWrite() 105 try (ByteArrayOutputStream os = new ByteArrayOutputStream()) { in doRead()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | MemoryFileTest.java | 87 OutputStream os = file.getOutputStream(); in testRun() local 108 OutputStream os = file.getOutputStream(); in testOutputStreamAdvances() local
|
/aosp14/frameworks/base/libs/hwui/tests/unit/ |
H A D | StringUtilsTests.cpp | 41 std::stringstream os; in TEST() local
|
/aosp14/frameworks/base/tools/aapt2/test/ |
H A D | Common.h | 159 void DescribeTo(::std::ostream* os) const override { in DescribeTo() 163 void DescribeNegationTo(::std::ostream* os) const override { in DescribeNegationTo()
|
/aosp14/frameworks/base/tests/AppResourcesLoaders/src/com/android/example/loaders/ |
H A D | LoadersApplication.java | 50 final FileOutputStream os = new FileOutputStream(apkFile); in copyResource() local
|
/aosp14/frameworks/base/libs/incident/tests/ |
H A D | IncidentReportArgs_test.cpp | 20 namespace os { namespace
|
/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
H A D | cow_format.cpp | 26 std::ostream& operator<<(std::ostream& os, CowOperation const& op) { in operator <<()
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/ |
H A D | MultipartTest.java | 51 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testParts() local
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | PathParser.cpp | 270 std::ostringstream os; in dump() local 280 std::ostringstream os; in dump() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
H A D | ArtStatsLogUtilsTest.java | 302 try (final OutputStream os = Files.newOutputStream(zipFile)) { in zipFiles() 317 try (final OutputStream os = Files.newOutputStream(zipFile)) { in createDexMetadata()
|
/aosp14/frameworks/base/core/java/android/util/jar/ |
H A D | StrictJarManifest.java | 179 public void write(OutputStream os) throws IOException { in write() 296 private static void writeEntry(OutputStream os, Attributes.Name name, in writeEntry()
|