Home
last modified time | relevance | path

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

1234567

/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/base/core/tests/coretests/src/android/util/
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()
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/native/cmds/lshal/
DNullableOStream.h27 explicit NullableOStream(S &os) : mOs(&os) {} in NullableOStream()
28 explicit NullableOStream(S *os) : mOs(os) {} in NullableOStream()
/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/libs/net/common/netd/libnetdutils/
DNetlink.cpp62 std::ostream& operator<<(std::ostream& os, const nlmsghdr& hdr) { in operator <<()
69 std::ostream& operator<<(std::ostream& os, const nlattr& attr) { in operator <<()
74 std::ostream& operator<<(std::ostream& os, const sockaddr_nl& addr) { in operator <<()
DNetfilter.cpp25 std::ostream& operator<<(std::ostream& os, const nfgenmsg& msg) { in operator <<()
DFd.cpp22 std::ostream& operator<<(std::ostream& os, const Fd& fd) { in operator <<()
DUniqueFd.cpp33 std::ostream& operator<<(std::ostream& os, const UniqueFd& fd) { in operator <<()
/frameworks/native/libs/renderengine/include/renderengine/
DLayerSettings.h238 static inline void PrintTo(const Buffer& settings, ::std::ostream* os) { in PrintTo()
255 static inline void PrintTo(const Geometry& settings, ::std::ostream* os) { in PrintTo()
268 static inline void PrintTo(const PixelSource& settings, ::std::ostream* os) { in PrintTo()
280 static inline void PrintTo(const ShadowSettings& settings, ::std::ostream* os) { in PrintTo()
293 static inline void PrintTo(const StretchEffect& effect, ::std::ostream* os) { in PrintTo()
308 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/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/libs/net/common/device/com/android/net/module/util/async/
DFileHandle.java44 Closeable closeable, InputStream is, OutputStream os) { in fromBlockingStream()
52 InputStream is, OutputStream os) { in FileHandle()
/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/native/services/powermanager/
DPowerSaveState.cpp23 namespace android::os { namespace
DTemperature.cpp24 namespace os { namespace
DParcelDuration.cpp23 namespace android::os { namespace
DCoolingDevice.cpp24 namespace os { namespace
/frameworks/native/cmds/dumpstate/
DTaskQueue.cpp20 namespace os { namespace
/frameworks/native/libs/binder/
DParcelFileDescriptor.cpp20 namespace os { namespace
/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/base/core/tests/coretests/src/android/os/
DMemoryFileTest.java87 OutputStream os = file.getOutputStream(); in testRun() local
108 OutputStream os = file.getOutputStream(); in testOutputStreamAdvances() local

1234567