Home
last modified time | relevance | path

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

12345678910>>...13

/packages/modules/NeuralNetworks/common/types/src/
DTypeUtils.cpp50 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/
Dresolv_stats_test_utils.cpp143 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/
Dmock_state_machine.cc41 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 <<()
Dbroadcaster_types.cc251 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 <<()
Dstate_machine.cc651 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/
Dle_audio_types.cc97 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/
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 <<()
/packages/modules/Virtualization/android/composd/aidl/android/system/composd/
DIIsolatedCompilationService.aidl38 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/
DDataExporter.java65 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/
DFileHandle.java44 Closeable closeable, InputStream is, OutputStream os) { in fromBlockingStream()
52 InputStream is, OutputStream os) { in FileHandle()
/packages/modules/Virtualization/tests/ComposHostTestCases/java/android/compos/test/
DComposTestCase.java137 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/
DDnsSvcbUtils.java54 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in makeSvcbResponse() local
118 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in svcParamToByteArray() local
/packages/modules/Bluetooth/system/gd/common/
Dstrings.h141 std::ostringstream os; in StringFormatTime() local
152 std::ostringstream os; variable
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DDnsSvcbPacketTest.java199 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/
DConfigResolver.cpp42 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/
DConfigListener.cpp20 namespace os { namespace
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding.h135 std::ostringstream os; in toString() local
158 std::ostringstream os; in toString() local
/packages/modules/StatsD/statsd/src/
Dstatscompanion_util.cpp25 namespace os { namespace
/packages/modules/Virtualization/tests/vm_accessor/accessor_vm/assets/
Dconfig.json2 "os": { object
/packages/modules/Virtualization/android/VmAttestationDemoApp/assets/
Dconfig.json2 "os": { object
/packages/modules/Bluetooth/system/bta/has/
Dhas_types.cc25 std::ostream& operator<<(std::ostream& os, const HasDevice& b) { in operator <<()
/packages/modules/StatsD/statsd/src/utils/
DShardOffsetProvider.cpp20 namespace os { namespace
/packages/modules/StatsD/statsd/src/matchers/
DEventMatcherWizard.cpp19 namespace os { namespace

12345678910>>...13