/frameworks/av/media/codec2/vndk/util/ |
D | C2Debug.cpp | 98 std::ostream& operator<<(std::ostream& os, const C2Param::CoreIndex &i) { in operator <<() 102 std::ostream& operator<<(std::ostream& os, const C2Param::Type &i) { in operator <<() 107 std::ostream& operator<<(std::ostream& os, const C2Param::Index &i) { in operator <<() 119 std::ostream& operator<<(std::ostream& os, const _C2FieldId &i) { in operator <<() 124 std::ostream& operator<<(std::ostream& os, const C2FieldDescriptor &i) { in operator <<() 134 std::ostream& operator<<(std::ostream& os, const C2ParamField &i) { in operator <<() 145 std::ostream& _C2FieldValueHelper<char>::put(std::ostream &os, const C2Value::Primitive &p) { in put() 153 std::ostream& _C2FieldValueHelper<uint8_t>::put(std::ostream &os, const C2Value::Primitive &p) { in put() 160 std::ostream& operator<<(std::ostream &os, const c2_cntr_t<T> &v) { in operator <<() 165 std::ostream& operator<<(std::ostream& os, const C2SupportedRange<T> &i) { in operator <<() [all …]
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | BinaryXmlTest.java | 57 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in testLargeInterned_Binary() local 97 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in doTranscode() local 111 try (OutputStream os = new FileOutputStream(file)) { in testResolve_File() 122 try (OutputStream os = new FileOutputStream(file)) { in testResolve_File() 137 try (ByteArrayOutputStream os = new ByteArrayOutputStream()) { in testResolve_Memory() 154 try (ByteArrayOutputStream os = new ByteArrayOutputStream()) { in testResolve_Memory()
|
D | XmlTest.java | 82 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in doLargeValues() local 169 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in doPersistableBundleWrite() local 217 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in doVerify() local
|
/frameworks/native/cmds/lshal/ |
D | NullableOStream.h | 27 explicit NullableOStream(S &os) : mOs(&os) {} in NullableOStream() 28 explicit NullableOStream(S *os) : mOs(os) {} in NullableOStream()
|
D | PipeRelay.cpp | 64 PipeRelay::RelayThread::RelayThread(int fd, std::ostream &os, in RelayThread() 116 PipeRelay::PipeRelay(std::ostream &os, const NullableOStream<std::ostream> &err, in PipeRelay()
|
/frameworks/base/apct-tests/perftests/core/src/com/android/internal/util/ |
D | FastDataPerfTest.java | 50 final ByteArrayOutputStream os = new ByteArrayOutputStream(OUTPUT_SIZE); in timeWrite_Upstream() local 63 final ByteArrayOutputStream os = new ByteArrayOutputStream(OUTPUT_SIZE); in timeWrite_Local() local 103 final ByteArrayOutputStream os = new ByteArrayOutputStream(OUTPUT_SIZE); in doWrite() local
|
/frameworks/native/libs/renderengine/include/renderengine/ |
D | LayerSettings.h | 228 static inline void PrintTo(const Buffer& settings, ::std::ostream* os) { in PrintTo() 242 static inline void PrintTo(const Geometry& settings, ::std::ostream* os) { in PrintTo() 253 static inline void PrintTo(const PixelSource& settings, ::std::ostream* os) { in PrintTo() 261 static inline void PrintTo(const ShadowSettings& settings, ::std::ostream* os) { in PrintTo() 274 static inline void PrintTo(const StretchEffect& effect, ::std::ostream* os) { in PrintTo() 289 static inline void PrintTo(const LayerSettings& settings, ::std::ostream* os) { in PrintTo()
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | FakeComposerUtils.cpp | 47 inline void printSourceRectAligned(::std::ostream& os, const hwc_frect_t& sourceRect, int align) { in printSourceRectAligned() 55 inline void printDisplayRectAligned(::std::ostream& os, const hwc_rect_t& displayRect, int align) { in printDisplayRectAligned() 64 inline ::std::ostream& operator<<(::std::ostream& os, const sftest::RenderState& state) { in operator <<()
|
/frameworks/av/media/libstagefright/renderfright/include/renderengine/ |
D | LayerSettings.h | 195 static inline void PrintTo(const Buffer& settings, ::std::ostream* os) { in PrintTo() 210 static inline void PrintTo(const Geometry& settings, ::std::ostream* os) { in PrintTo() 221 static inline void PrintTo(const PixelSource& settings, ::std::ostream* os) { in PrintTo() 229 static inline void PrintTo(const ShadowSettings& settings, ::std::ostream* os) { in PrintTo() 240 static inline void PrintTo(const LayerSettings& settings, ::std::ostream* os) { in PrintTo()
|
/frameworks/base/cmds/incidentd/src/ |
D | Privacy.cpp | 25 namespace os { namespace 37 strstream os; in toString() local
|
/frameworks/base/core/java/com/android/internal/util/ |
D | TraceBuffer.java | 73 void write(S encapsulatingProto, Queue<T> buffer, OutputStream os) throws IOException; in write() 93 OutputStream os) throws IOException { in write() 163 try (OutputStream os = new FileOutputStream(traceFile)) { in writeTraceToFile()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
D | OverlayManagerSettingsTests.java | 234 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testPersistEmpty() local 247 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testPersistDifferentOverlaysSameUser() local 266 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testPersistSameOverlayDifferentUsers() local 285 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testPersistEnabled() local 341 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testPersistAndRestore() local
|
/frameworks/native/services/powermanager/ |
D | PowerSaveState.cpp | 23 namespace android::os { namespace
|
D | CoolingDevice.cpp | 24 namespace os { namespace
|
D | ParcelDuration.cpp | 23 namespace android::os { namespace
|
D | Temperature.cpp | 24 namespace os { namespace
|
D | WorkSource.cpp | 23 namespace android::os { namespace
|
/frameworks/native/cmds/dumpstate/ |
D | TaskQueue.cpp | 20 namespace os { namespace
|
/frameworks/native/libs/binder/ |
D | ParcelFileDescriptor.cpp | 20 namespace os { namespace
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | MemoryFileTest.java | 87 OutputStream os = file.getOutputStream(); in testRun() local 108 OutputStream os = file.getOutputStream(); in testOutputStreamAdvances() local
|
/frameworks/base/apct-tests/perftests/core/src/android/util/ |
D | XmlPerfTest.java | 74 try (ByteArrayOutputStream os = new ByteArrayOutputStream()) { in doWrite() 103 try (ByteArrayOutputStream os = new ByteArrayOutputStream()) { in doRead()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | StringUtilsTests.cpp | 41 std::stringstream os; in TEST() local
|
/frameworks/base/tests/AppResourcesLoaders/src/com/android/example/loaders/ |
D | LoadersApplication.java | 50 final FileOutputStream os = new FileOutputStream(apkFile); in copyResource() local
|
/frameworks/base/tools/aapt2/test/ |
D | Common.h | 159 void DescribeTo(::std::ostream* os) const override { in DescribeTo() 163 void DescribeNegationTo(::std::ostream* os) const override { in DescribeNegationTo()
|
/frameworks/base/libs/incident/tests/ |
D | IncidentReportArgs_test.cpp | 20 namespace os { namespace
|