| /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/cmds/lshal/ |
| D | NullableOStream.h | 28 explicit NullableOStream(S &os) : mOs(&os) {} in NullableOStream() 29 explicit NullableOStream(S *os) : mOs(os) {} in NullableOStream()
|
| D | PipeRelay.cpp | 55 PipeRelay::RelayThread::RelayThread(int fd, std::ostream &os) in RelayThread() 104 PipeRelay::PipeRelay(std::ostream &os) in PipeRelay()
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
| D | protostream_objectsource.cc | 317 const ProtoStreamObjectSource* os, const google::protobuf::Type& type, in RenderTimestamp() 341 const ProtoStreamObjectSource* os, const google::protobuf::Type& type, in RenderDuration() 379 Status ProtoStreamObjectSource::RenderDouble(const ProtoStreamObjectSource* os, in RenderDouble() 393 Status ProtoStreamObjectSource::RenderFloat(const ProtoStreamObjectSource* os, in RenderFloat() 407 Status ProtoStreamObjectSource::RenderInt64(const ProtoStreamObjectSource* os, in RenderInt64() 421 Status ProtoStreamObjectSource::RenderUInt64(const ProtoStreamObjectSource* os, in RenderUInt64() 435 Status ProtoStreamObjectSource::RenderInt32(const ProtoStreamObjectSource* os, in RenderInt32() 449 Status ProtoStreamObjectSource::RenderUInt32(const ProtoStreamObjectSource* os, in RenderUInt32() 463 Status ProtoStreamObjectSource::RenderBool(const ProtoStreamObjectSource* os, in RenderBool() 478 Status ProtoStreamObjectSource::RenderString(const ProtoStreamObjectSource* os, in RenderString() [all …]
|
| /frameworks/native/services/surfaceflinger/tests/fakehwc/ |
| D | FakeComposerUtils.cpp | 43 inline void printSourceRectAligned(::std::ostream& os, const hwc_frect_t& sourceRect, int align) { in printSourceRectAligned() 51 inline void printDisplayRectAligned(::std::ostream& os, const hwc_rect_t& displayRect, int align) { in printDisplayRectAligned() 60 inline ::std::ostream& operator<<(::std::ostream& os, const sftest::RenderState& state) { in operator <<()
|
| /frameworks/base/cmds/statsd/tests/ |
| D | ConfigManager_test.cpp | 31 namespace os { namespace 34 static ostream& operator<<(ostream& os, const StatsdConfig& config) { in operator <<()
|
| /frameworks/base/cmds/incidentd/src/ |
| D | Privacy.cpp | 25 namespace os { namespace 37 strstream os; in toString() local
|
| /frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
| D | SettingsStateTest.java | 81 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testWriteReadNoCrash() local 158 final PrintStream os = new PrintStream(new FileOutputStream(file)); in testUpgrade() local
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
| D | OverlayManagerSettingsTests.java | 286 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/config/ |
| D | ConfigListener.cpp | 20 namespace os { namespace
|
| /frameworks/base/cmds/statsd/src/matchers/ |
| D | EventMatcherWizard.cpp | 20 namespace os { namespace
|
| /frameworks/native/libs/binder/ |
| D | ParcelFileDescriptor.cpp | 20 namespace os { namespace
|
| /frameworks/base/cmds/statsd/src/ |
| D | statscompanion_util.cpp | 23 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/cmds/statsd/src/external/ |
| D | TrainInfoPuller.cpp | 32 namespace os { namespace
|
| D | Perfprofd.cpp | 38 namespace os { namespace
|
| /frameworks/base/cmds/statsd/benchmark/ |
| D | stats_write_benchmark.cpp | 20 namespace os { namespace
|
| /frameworks/native/cmds/dumpstate/ |
| D | DumpstateSectionReporter.cpp | 22 namespace os { namespace
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
| D | ByteBufferWriterTest.java | 60 ByteArrayOutputStream os = new ByteArrayOutputStream(buffer.remaining()); in testWrite() local
|
| /frameworks/base/libs/hwui/tests/unit/ |
| D | StringUtilsTests.cpp | 41 std::stringstream os; in TEST() local
|
| /frameworks/base/cmds/statsd/src/anomaly/ |
| D | subscriber_util.cpp | 30 namespace os { namespace
|
| /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/cmds/statsd/src/logd/ |
| D | LogEventQueue.cpp | 23 namespace os { namespace
|
| /frameworks/base/cmds/statsd/tests/condition/ |
| D | ConditionTimer_test.cpp | 23 namespace os { namespace
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
| D | PersistentDataStoreTest.java | 210 public void finishWrite(OutputStream os, boolean success) { in finishWrite() 226 public void setWriteStream(OutputStream os) { in setWriteStream()
|