/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/native/services/inputflinger/tests/ |
D | TestEventMatchers.h | 63 void DescribeTo(std::ostream* os) const { in DescribeTo() 67 void DescribeNegationTo(std::ostream* os) const { *os << "wrong source"; } in DescribeNegationTo() 91 void DescribeTo(std::ostream* os) const { in DescribeTo() 95 void DescribeNegationTo(std::ostream* os) const { *os << "wrong action"; } in DescribeNegationTo() 127 void DescribeTo(std::ostream* os) const { in DescribeTo() 134 void DescribeNegationTo(std::ostream* os) const { *os << "wrong action"; } in DescribeNegationTo() 162 void DescribeTo(std::ostream* os) const { *os << "with display id " << mDisplayId; } in DescribeTo() 164 void DescribeNegationTo(std::ostream* os) const { *os << "wrong display id"; } in DescribeNegationTo() 196 void DescribeTo(std::ostream* os) const { *os << "with device id " << mDeviceId; } in DescribeTo() 198 void DescribeNegationTo(std::ostream* os) const { *os << "wrong device id"; } in DescribeNegationTo() [all …]
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | BinaryXmlTest.java | 65 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in testLargeInterned_Binary() local 105 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in doTranscode() local 119 try (OutputStream os = new FileOutputStream(file)) { in testResolve_File() 130 try (OutputStream os = new FileOutputStream(file)) { in testResolve_File() 145 try (ByteArrayOutputStream os = new ByteArrayOutputStream()) { in testResolve_Memory() 162 try (ByteArrayOutputStream os = new ByteArrayOutputStream()) { in testResolve_Memory() 182 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in testAttributeBytes_BinaryDataOverflow() local 198 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in testAttributeBytesHex_MaximumBinaryData() local 212 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in testAttributeBytesBase64_MaximumBinaryData() local
|
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
|
/frameworks/av/media/liberror/include/error/ |
D | ExpectedMatchers.h | 57 void DescribeTo(std::ostream* os) const { in DescribeTo() 62 void DescribeNegationTo(std::ostream* os) const { in DescribeNegationTo() 108 void DescribeTo(std::ostream* os) const { in DescribeTo() 113 void DescribeNegationTo(std::ostream* os) const { in DescribeNegationTo()
|
D | BinderStatusMatcher.h | 51 void DescribeTo(std::ostream* os) const { *os << "contains binder status " << status_; } in DescribeTo() 53 void DescribeNegationTo(std::ostream* os) const { in DescribeNegationTo()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | PerfettoTransitionTracer.java | 80 final ProtoOutputStream os = ctx.newTracePacket(); in doLogSentTransition() local 123 final ProtoOutputStream os = ctx.newTracePacket(); in doLogFinishTransition() local 155 final ProtoOutputStream os = ctx.newTracePacket(); in doLogAbortedTransition() local 181 final ProtoOutputStream os = ctx.newTracePacket(); in doLogRemovingStartingWindow() local 212 ProtoOutputStream os, in addTransitionTargetsToProto()
|
/frameworks/base/apct-tests/perftests/core/src/com/android/internal/util/ |
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
|
/frameworks/native/libs/renderengine/include/renderengine/ |
D | LayerSettings.h | 189 static inline void PrintTo(const Buffer& settings, ::std::ostream* os) { in PrintTo() 204 static inline void PrintTo(const Geometry& settings, ::std::ostream* os) { in PrintTo() 217 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() 242 static inline void PrintTo(const StretchEffect& effect, ::std::ostream* os) { in PrintTo() 257 static inline void PrintTo(const LayerSettings& settings, ::std::ostream* os) { in PrintTo()
|
D | PrintMatrix.h | 26 inline void PrintMatrix(const mat4& matrix, ::std::ostream* os) { in PrintMatrix()
|
/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()
|
/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/core/java/com/android/internal/inputmethod/ |
D | ImeTracingPerfettoImpl.java | 84 final ProtoOutputStream os = ctx.newTracePacket(); in triggerClientDump() local 118 final ProtoOutputStream os = ctx.newTracePacket(); in triggerServiceDump() local 148 final ProtoOutputStream os = ctx.newTracePacket(); in triggerManagerServiceDump() local
|
/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 | 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()
|
D | ArtBinaryXmlSerializer.java | 37 protected FastDataOutput obtainFastDataOutput(@NonNull OutputStream os) { in obtainFastDataOutput()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
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
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | MemoryFileTest.java | 104 OutputStream os = file.getOutputStream(); in testRun() local 126 OutputStream os = file.getOutputStream(); in testOutputStreamAdvances() local
|
/frameworks/base/apct-tests/perftests/core/src/android/util/ |
D | XmlPerfTest.java | 76 try (ByteArrayOutputStream os = new ByteArrayOutputStream()) { in doWrite() 105 try (ByteArrayOutputStream os = new ByteArrayOutputStream()) { in doRead()
|
/frameworks/native/services/powermanager/ |
D | CoolingDevice.cpp | 24 namespace os { namespace
|
D | ParcelDuration.cpp | 23 namespace android::os { namespace
|
D | PowerSaveState.cpp | 23 namespace android::os { namespace
|
D | Temperature.cpp | 24 namespace os { namespace
|
/frameworks/native/libs/binder/ |
D | ParcelFileDescriptor.cpp | 20 namespace os { namespace
|
/frameworks/native/cmds/dumpstate/ |
D | TaskQueue.cpp | 20 namespace os { namespace
|