/packages/modules/NeuralNetworks/common/types/src/ |
D | TypeUtils.cpp | 50 std::ostream& operator<<(std::ostream& os, const std::vector<Type>& vec) { in operator <<() 247 std::ostringstream os; in combineDimensions() local 256 std::ostringstream os; in combineDimensions() local 307 std::ostream& operator<<(std::ostream& os, const DeviceStatus& deviceStatus) { in operator <<() 321 std::ostream& operator<<(std::ostream& os, const ExecutionPreference& executionPreference) { in operator <<() 333 std::ostream& operator<<(std::ostream& os, const DeviceType& deviceType) { in operator <<() 349 std::ostream& operator<<(std::ostream& os, const MeasureTiming& measureTiming) { in operator <<() 359 std::ostream& operator<<(std::ostream& os, const OperandType& operandType) { in operator <<() 404 std::ostream& operator<<(std::ostream& os, const Operand::LifeTime& lifetime) { in operator <<() 426 std::ostream& operator<<(std::ostream& os, const OperationType& operationType) { in operator <<() [all …]
|
/packages/modules/DnsResolver/tests/ |
D | resolv_stats_test_utils.cpp | 143 void PrintTo(const DnsQueryEvents& event, std::ostream* os) { in PrintTo() 149 void PrintTo(const DnsQueryEvent& event, std::ostream* os) { in PrintTo() 164 void PrintTo(const NetworkDnsEventReported& event, std::ostream* os) { in PrintTo() 178 void PrintTo(const Servers& event, std::ostream* os) { in PrintTo() 184 void PrintTo(const Server& event, std::ostream* os) { in PrintTo() 192 void PrintTo(const NetworkDnsServerSupportReported& event, std::ostream* os) { in PrintTo()
|
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | mock_state_machine.cc | 41 std::ostream& operator<<(std::ostream& os, const BroadcastStateMachine::Message& state) { in operator <<() 48 std::ostream& operator<<(std::ostream& os, const BroadcastStateMachine::State& state) { in operator <<() 55 std::ostream& operator<<(std::ostream& os, const BigConfig& /*config*/) { return os; } in operator <<() 57 std::ostream& operator<<(std::ostream& os, const BroadcastStateMachineConfig& /*config*/) { in operator <<() 61 std::ostream& operator<<(std::ostream& os, const BroadcastStateMachine& /*machine*/) { return os; } in operator <<()
|
D | broadcaster_types.cc | 251 std::ostream& os, in operator <<() 270 std::ostream& operator<<(std::ostream& os, in operator <<() 287 std::ostream& operator<<(std::ostream& os, in operator <<() 296 std::ostream& operator<<(std::ostream& os, in operator <<()
|
D | state_machine.cc | 651 std::ostream& operator<<(std::ostream& os, const BroadcastStateMachine::Message& msg) { in operator <<() 658 std::ostream& operator<<(std::ostream& os, const BroadcastStateMachine::State& state) { in operator <<() 665 std::ostream& operator<<(std::ostream& os, in operator <<() 688 std::ostream& os, in operator <<() 725 std::ostream& operator<<(std::ostream& os, in operator <<()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_types.cc | 97 std::ostream& operator<<(std::ostream& os, const QosConfigSetting& config) { in operator <<() 108 std::ostream& operator<<(std::ostream& os, const AseConfiguration& config) { in operator <<() 117 std::ostream& operator<<(std::ostream& os, const AudioSetConfiguration& config) { in operator <<() 135 std::ostream& operator<<(std::ostream& os, const CodecConfigSetting& config) { in operator <<() 560 std::ostream& operator<<(std::ostream& os, const CisState& state) { in operator <<() 568 std::ostream& operator<<(std::ostream& os, const DataPathState& state) { in operator <<() 575 std::ostream& operator<<(std::ostream& os, const types::CigState& state) { in operator <<() 582 std::ostream& operator<<(std::ostream& os, const types::AseState& state) { in operator <<() 593 std::ostream& operator<<(std::ostream& os, const LeAudioCodecId& codec_id) { in operator <<() 600 std::ostream& operator<<(std::ostream& os, const types::LeAudioCoreCodecConfig& config) { in operator <<() [all …]
|
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/ |
D | Netlink.cpp | 62 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 <<()
|
D | Netfilter.cpp | 25 std::ostream& operator<<(std::ostream& os, const nfgenmsg& msg) { in operator <<()
|
D | Fd.cpp | 22 std::ostream& operator<<(std::ostream& os, const Fd& fd) { in operator <<()
|
/packages/modules/Virtualization/android/composd/aidl/android/system/composd/ |
D | IIsolatedCompilationService.aidl | 38 ICompilationTask startStagedApexCompile(ICompilationTaskCallback callback, String os); in startStagedApexCompile() 52 ApexSource apexSource, ICompilationTaskCallback callback, String os); in startTestCompile()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/ |
D | DataExporter.java | 65 try (ZipOutputStream os = new ZipOutputStream(new FileOutputStream(outFile))) { in exportData() 140 private static void addDirectory(Context context, ZipOutputStream os, File current, in addDirectory() 168 private static void addFile(ZipOutputStream os, File current, String storedPath) in addFile()
|
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/async/ |
D | FileHandle.java | 44 Closeable closeable, InputStream is, OutputStream os) { in fromBlockingStream() 52 InputStream is, OutputStream os) { in FileHandle()
|
/packages/modules/Virtualization/tests/ComposHostTestCases/java/android/compos/test/ |
D | ComposTestCase.java | 137 public void testOdrefreshSpeed(String os) throws Exception { in testOdrefreshSpeed() 146 public void testOdrefreshSpeedProfile(String os) throws Exception { in testOdrefreshSpeedProfile() 152 private void testOdrefresh(String os) throws Exception { in testOdrefresh()
|
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/ |
D | DnsSvcbUtils.java | 54 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in makeSvcbResponse() local 118 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in svcParamToByteArray() local
|
/packages/modules/Bluetooth/system/gd/common/ |
D | strings.h | 141 std::ostringstream os; in StringFormatTime() local 152 std::ostringstream os; variable
|
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/ |
D | DnsSvcbPacketTest.java | 199 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in build() local 486 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in testDnsSvcbPacket() local 551 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in testDnsSvcbPacket_noIpHint() local 578 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in testDnsSvcbPacket_hasAnswerInAdditionalSection() local
|
/packages/modules/UprobeStats/src/ |
D | ConfigResolver.cpp | 42 std::ostream &operator<<(std::ostream &os, const ResolvedTask &c) { in operator <<() 47 std::ostream &operator<<(std::ostream &os, const ResolvedProbe &c) { in operator <<()
|
/packages/modules/StatsD/statsd/src/config/ |
D | ConfigListener.cpp | 20 namespace os { namespace
|
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | a2dp_encoding.h | 135 std::ostringstream os; in toString() local 158 std::ostringstream os; in toString() local
|
/packages/modules/StatsD/statsd/src/ |
D | statscompanion_util.cpp | 25 namespace os { namespace
|
/packages/modules/Virtualization/tests/vm_accessor/accessor_vm/assets/ |
D | config.json | 2 "os": { object
|
/packages/modules/Virtualization/android/VmAttestationDemoApp/assets/ |
D | config.json | 2 "os": { object
|
/packages/modules/Bluetooth/system/bta/has/ |
D | has_types.cc | 25 std::ostream& operator<<(std::ostream& os, const HasDevice& b) { in operator <<()
|
/packages/modules/StatsD/statsd/src/utils/ |
D | ShardOffsetProvider.cpp | 20 namespace os { namespace
|
/packages/modules/StatsD/statsd/src/matchers/ |
D | EventMatcherWizard.cpp | 19 namespace os { namespace
|