Home
last modified time | relevance | path

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

12345

/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DBinaryXmlTest.java60 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 DXmlTest.java84 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 DFastDataPerfTest.java53 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 Dmock_transport.h49 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 Dtypes.cpp42 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 DPrivacy.cpp25 namespace os { namespace
37 strstream os; in toString() local
H A DThrottler.cpp25 namespace os { namespace
H A Dproto_util.cpp26 namespace os { namespace
H A Dreport_directory.cpp33 namespace os { namespace
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DTraceBuffer.java75 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 DArtBinaryXmlSerializer.java37 protected FastDataOutput obtainFastDataOutput(@NonNull OutputStream os) { in obtainFastDataOutput()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/om/
H A DOverlayManagerSettingsTests.java235 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 DStatsBootstrapAtomClient.cpp23 namespace os { namespace
H A DBootstrapClientInternal.cpp22 namespace os { namespace
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/util/
H A DXmlPerfTest.java76 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 DMemoryFileTest.java87 OutputStream os = file.getOutputStream(); in testRun() local
108 OutputStream os = file.getOutputStream(); in testOutputStreamAdvances() local
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DStringUtilsTests.cpp41 std::stringstream os; in TEST() local
/aosp14/frameworks/base/tools/aapt2/test/
H A DCommon.h159 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 DLoadersApplication.java50 final FileOutputStream os = new FileOutputStream(apkFile); in copyResource() local
/aosp14/frameworks/base/libs/incident/tests/
H A DIncidentReportArgs_test.cpp20 namespace os { namespace
/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_format.cpp26 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 DMultipartTest.java51 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testParts() local
/aosp14/frameworks/base/libs/hwui/
H A DPathParser.cpp270 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 DArtStatsLogUtilsTest.java302 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 DStrictJarManifest.java179 public void write(OutputStream os) throws IOException { in write()
296 private static void writeEntry(OutputStream os, Attributes.Name name, in writeEntry()

12345