Home
last modified time | relevance | path

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

12345678

/frameworks/av/media/codec2/vndk/util/
DC2Debug.cpp98 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/
DTestEventMatchers.h63 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/
DBinaryXmlTest.java65 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
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
/frameworks/av/media/liberror/include/error/
DExpectedMatchers.h57 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()
DBinderStatusMatcher.h51 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/
DPerfettoTransitionTracer.java80 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/
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
/frameworks/native/libs/renderengine/include/renderengine/
DLayerSettings.h189 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()
DPrintMatrix.h26 inline void PrintMatrix(const mat4& matrix, ::std::ostream* os) { in PrintMatrix()
/frameworks/native/cmds/lshal/
DNullableOStream.h27 explicit NullableOStream(S &os) : mOs(&os) {} in NullableOStream()
28 explicit NullableOStream(S *os) : mOs(os) {} in NullableOStream()
/frameworks/av/media/libstagefright/renderfright/include/renderengine/
DLayerSettings.h195 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/
DImeTracingPerfettoImpl.java84 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/
DPrivacy.cpp25 namespace os { namespace
37 strstream os; in toString() local
/frameworks/base/core/java/com/android/internal/util/
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()
DArtBinaryXmlSerializer.java37 protected FastDataOutput obtainFastDataOutput(@NonNull OutputStream os) { in obtainFastDataOutput()
/frameworks/base/services/tests/servicestests/src/com/android/server/om/
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
/frameworks/base/core/tests/coretests/src/android/os/
DMemoryFileTest.java104 OutputStream os = file.getOutputStream(); in testRun() local
126 OutputStream os = file.getOutputStream(); in testOutputStreamAdvances() local
/frameworks/base/apct-tests/perftests/core/src/android/util/
DXmlPerfTest.java76 try (ByteArrayOutputStream os = new ByteArrayOutputStream()) { in doWrite()
105 try (ByteArrayOutputStream os = new ByteArrayOutputStream()) { in doRead()
/frameworks/native/services/powermanager/
DCoolingDevice.cpp24 namespace os { namespace
DParcelDuration.cpp23 namespace android::os { namespace
DPowerSaveState.cpp23 namespace android::os { namespace
DTemperature.cpp24 namespace os { namespace
/frameworks/native/libs/binder/
DParcelFileDescriptor.cpp20 namespace os { namespace
/frameworks/native/cmds/dumpstate/
DTaskQueue.cpp20 namespace os { namespace

12345678