Home
last modified time | relevance | path

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

12345678910

/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/cmds/lshal/
DNullableOStream.h27 explicit NullableOStream(S &os) : mOs(&os) {} in NullableOStream()
28 explicit NullableOStream(S *os) : mOs(os) {} in NullableOStream()
DPipeRelay.cpp55 PipeRelay::RelayThread::RelayThread(int fd, std::ostream &os) in RelayThread()
104 PipeRelay::PipeRelay(std::ostream &os) in PipeRelay()
/frameworks/native/libs/renderengine/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/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerUtils.cpp47 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/base/cmds/statsd/tests/
DConfigManager_test.cpp31 namespace os { namespace
34 static ostream& operator<<(ostream& os, const StatsdConfig& config) { in operator <<()
/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.java73 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/
DOverlayManagerSettingsTests.java286 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testPersistEmpty() local
299 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testPersistDifferentOverlaysSameUser() local
318 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testPersistSameOverlayDifferentUsers() local
337 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testPersistEnabled() local
390 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testPersistAndRestore() local
/frameworks/base/cmds/statsd/src/
Dstatscompanion_util.cpp25 namespace os { namespace
/frameworks/base/cmds/statsd/src/config/
DConfigListener.cpp20 namespace os { namespace
/frameworks/base/cmds/statsd/src/matchers/
DEventMatcherWizard.cpp19 namespace os { namespace
/frameworks/native/services/powermanager/
DTemperature.cpp24 namespace os { namespace
DCoolingDevice.cpp24 namespace os { namespace
/frameworks/native/libs/binder/
DParcelFileDescriptor.cpp20 namespace os { namespace
/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
/frameworks/base/cmds/statsd/src/external/
DTrainInfoPuller.cpp32 namespace os { namespace
DPullResultReceiver.cpp20 namespace os { namespace
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DLayerFE.h169 ::std::ostream* os) { in PrintTo()
188 static inline void PrintTo(const LayerFE::LayerSettings& settings, ::std::ostream* os) { in PrintTo()
/frameworks/base/cmds/statsd/benchmark/
Dstats_write_benchmark.cpp20 namespace os { namespace
/frameworks/base/libs/hwui/tests/unit/
DStringUtilsTests.cpp41 std::stringstream os; in TEST() local
/frameworks/base/cmds/statsd/src/anomaly/
Dsubscriber_util.cpp25 namespace os { namespace
/frameworks/base/tools/aapt2/test/
DCommon.h159 void DescribeTo(::std::ostream* os) const override { in DescribeTo()
163 void DescribeNegationTo(::std::ostream* os) const override { in DescribeNegationTo()
/frameworks/base/cmds/statsd/tests/condition/
DConditionTimer_test.cpp23 namespace os { namespace
/frameworks/base/tests/AppResourcesLoaders/src/com/android/example/loaders/
DLoadersApplication.java50 final FileOutputStream os = new FileOutputStream(apkFile); in copyResource() local

12345678910