Home
last modified time | relevance | path

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

12345678910>>...25

/aosp12/packages/modules/NeuralNetworks/common/
H A DTypeUtils.cpp45 std::ostream& operator<<(std::ostream& os, const std::vector<Type>& vec) { in operator <<()
187 std::ostringstream os; in combineDimensions() local
196 std::ostringstream os; in combineDimensions() local
634 std::ostream& operator<<(std::ostream& os, const Timing& timing) { in operator <<()
644 std::ostream& operator<<(std::ostream& os, in operator <<()
650 std::ostream& operator<<(std::ostream& os, in operator <<()
665 std::ostream& operator<<(std::ostream& os, in operator <<()
692 std::ostream& operator<<(std::ostream& os, in operator <<()
757 std::ostream& operator<<(std::ostream& os, const Memory& memory) { in operator <<()
790 std::ostream& operator<<(std::ostream& os, in operator <<()
[all …]
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkey_param_output.cpp27 ::std::ostream& operator<<(::std::ostream& os, const hidl_vec<KeyParameter>& set) { in operator <<()
38 ::std::ostream& operator<<(::std::ostream& os, ErrorCode value) { in operator <<()
42 ::std::ostream& operator<<(::std::ostream& os, Digest value) { in operator <<()
46 ::std::ostream& operator<<(::std::ostream& os, Algorithm value) { in operator <<()
50 ::std::ostream& operator<<(::std::ostream& os, BlockMode value) { in operator <<()
54 ::std::ostream& operator<<(::std::ostream& os, PaddingMode value) { in operator <<()
58 ::std::ostream& operator<<(::std::ostream& os, KeyOrigin value) { in operator <<()
62 ::std::ostream& operator<<(::std::ostream& os, KeyPurpose value) { in operator <<()
66 ::std::ostream& operator<<(::std::ostream& os, EcCurve value) { in operator <<()
70 ::std::ostream& operator<<(::std::ostream& os, const KeyParameter& param) { in operator <<()
[all …]
/aosp12/frameworks/av/media/codec2/vndk/util/
H A 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 <<()
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 <<()
184 std::ostream& operator<<(std::ostream& os, const C2SupportedFlags<T> &i) { in operator <<()
212 std::ostream& operator<<(std::ostream& os, const C2SupportedValueSet<T> &i) { in operator <<()
[all …]
/aosp12/art/runtime/arch/arm64/
H A Dregisters_arm64.cc38 std::ostream& operator<<(std::ostream& os, const XRegister& rhs) { in operator <<()
47 std::ostream& operator<<(std::ostream& os, const WRegister& rhs) { in operator <<()
56 std::ostream& operator<<(std::ostream& os, const DRegister& rhs) { in operator <<()
65 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) { in operator <<()
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DBinaryXmlTest.java57 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in testLargeInterned_Binary() local
97 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in doTranscode() local
111 try (OutputStream os = new FileOutputStream(file)) { in testResolve_File()
122 try (OutputStream os = new FileOutputStream(file)) { in testResolve_File()
137 try (ByteArrayOutputStream os = new ByteArrayOutputStream()) { in testResolve_Memory()
154 try (ByteArrayOutputStream os = new ByteArrayOutputStream()) { in testResolve_Memory()
/aosp12/frameworks/native/cmds/lshal/
H A DNullableOStream.h27 explicit NullableOStream(S &os) : mOs(&os) {} in NullableOStream()
28 explicit NullableOStream(S *os) : mOs(os) {} in NullableOStream()
/aosp12/frameworks/native/libs/renderengine/include/renderengine/
H A DLayerSettings.h228 static inline void PrintTo(const Buffer& settings, ::std::ostream* os) { in PrintTo()
242 static inline void PrintTo(const Geometry& settings, ::std::ostream* os) { in PrintTo()
253 static inline void PrintTo(const PixelSource& settings, ::std::ostream* os) { in PrintTo()
261 static inline void PrintTo(const ShadowSettings& settings, ::std::ostream* os) { in PrintTo()
274 static inline void PrintTo(const StretchEffect& effect, ::std::ostream* os) { in PrintTo()
289 static inline void PrintTo(const LayerSettings& settings, ::std::ostream* os) { in PrintTo()
/aosp12/frameworks/av/media/libstagefright/renderfright/include/renderengine/
H A 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()
/aosp12/art/runtime/arch/arm/
H A Dregisters_arm.cc28 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<()
37 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) { in operator <<()
/aosp12/art/runtime/arch/x86_64/
H A Dregisters_x86_64.cc28 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<()
37 std::ostream& operator<<(std::ostream& os, const FloatRegister& rhs) { in operator <<()
/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_stats_test_utils.cpp141 void PrintTo(const DnsQueryEvents& event, std::ostream* os) { in PrintTo()
147 void PrintTo(const DnsQueryEvent& event, std::ostream* os) { in PrintTo()
162 void PrintTo(const NetworkDnsEventReported& event, std::ostream* os) { in PrintTo()
/aosp12/art/disassembler/
H A Ddisassembler_x86.cc42 size_t DisassemblerX86::Dump(std::ostream& os, const uint8_t* begin) { in Dump()
79 static void DumpReg0(std::ostream& os, uint8_t rex, size_t reg, in DumpReg0()
94 static void DumpAnyReg(std::ostream& os, uint8_t rex, size_t reg, in DumpAnyReg()
105 static void DumpReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpReg()
112 static void DumpRmReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpRmReg()
119 static void DumpAddrReg(std::ostream& os, uint8_t rex, uint8_t reg) { in DumpAddrReg()
127 static void DumpBaseReg(std::ostream& os, uint8_t rex, uint8_t reg) { in DumpBaseReg()
133 static void DumpOpcodeReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpOpcodeReg()
149 static void DumpSegmentOverride(std::ostream& os, uint8_t segment_prefix) { in DumpSegmentOverride()
257 size_t DisassemblerX86::DumpNops(std::ostream& os, const uint8_t* instr) { in DumpNops()
[all …]
H A Ddisassembler_arm.cc45 CustomDisassemblerStream(std::ostream& os, in CustomDisassemblerStream()
130 CustomDisassembler(std::ostream& os, const DisassemblerOptions* options) in CustomDisassembler()
223 size_t DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin) { in Dump()
247 void DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidTree.cpp39 void HidTreeNode::outputRecursive(std::ostream &os, int level) const { in outputRecursive()
58 void HidTreeNode::insertIndentation(std::ostream &os, int level) const { in insertIndentation()
98 std::ostream& operator<<(std::ostream& os, const HidTreeNode& n) { in operator <<()
108 void HidReportNode::outputRecursive(std::ostream &os, int level) const { in outputRecursive()
/aosp12/hardware/interfaces/security/keymint/support/
H A Dkey_param_output.cpp28 ostream& operator<<(ostream& os, const ::std::vector<KeyParameter>& set) { in operator <<()
38 ostream& operator<<(ostream& os, const KeyParameter& param) { in operator <<()
/aosp12/system/netd/libnetdutils/
H A 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 <<()
/aosp12/frameworks/base/apct-tests/perftests/core/src/com/android/internal/util/
H A DFastDataPerfTest.java50 final ByteArrayOutputStream os = new ByteArrayOutputStream(OUTPUT_SIZE); in timeWrite_Upstream() local
63 final ByteArrayOutputStream os = new ByteArrayOutputStream(OUTPUT_SIZE); in timeWrite_Local() local
103 final ByteArrayOutputStream os = new ByteArrayOutputStream(OUTPUT_SIZE); in doWrite() local
/aosp12/system/update_engine/payload_generator/
H A Dannotated_operation.cc31 void OutputExtents(std::ostream* os, in OutputExtents()
53 std::ostream& operator<<(std::ostream& os, const AnnotatedOperation& aop) { in operator <<()
/aosp12/hardware/interfaces/keymaster/4.0/support/
H A Dkey_param_output.cpp32 ostream& operator<<(ostream& os, const hidl_vec<KeyParameter>& set) { in operator <<()
42 ostream& operator<<(ostream& os, const KeyParameter& param) { in operator <<()
/aosp12/system/apex/apexd/
H A Dapexd_test_utils.h143 inline void PrintTo(const ApexSessionInfo& session, std::ostream* os) { in PrintTo()
157 inline void PrintTo(const ApexInfo& apex, std::ostream* os) { in PrintTo()
344 inline void PrintTo(const ApexInfo& apex, std::ostream* os) { in PrintTo()
/aosp12/hardware/interfaces/keymaster/4.1/support/
H A DKeymaster.cpp31 std::ostream& operator<<(std::ostream& os, const hidl_vec<T>& vec) { in operator <<()
41 std::ostream& operator<<(std::ostream& os, const hidl_vec<uint8_t>& vec) { in operator <<()
50 std::ostream& operator<<(std::ostream& os, const hidl_array<uint8_t, N>& vec) { in operator <<()
62 std::ostream& operator<<(std::ostream& os, const HmacSharingParameters& params) { in operator <<()
76 std::ostream& operator<<(std::ostream& os, const Keymaster& keymaster) { in operator <<()
/aosp12/art/libartbase/base/
H A Dstats-inl.h27 void Stats::DumpSizes(VariableIndentationOutputStream& os, std::string_view name) const { in DumpSizes()
31 void Stats::Dump(VariableIndentationOutputStream& os, in Dump()
/aosp12/system/libvintf/
H A Dparse_string.cpp51 std::ostream &operator<<(std::ostream &os, const std::vector<T> objs) { in operator <<()
136 std::ostream& operator<<(std::ostream& os, Level l) { in operator <<()
235 std::ostream &operator<<(std::ostream &os, const Version &ver) { in operator <<()
269 std::ostream &operator<<(std::ostream &os, const VersionRange &vr) { in operator <<()
300 std::ostream &operator<<(std::ostream &os, const VndkVersionRange &vr) { in operator <<()
328 std::ostream &operator<<(std::ostream &os, const TransportArch &ta) { in operator <<()
358 std::ostream &operator<<(std::ostream &os, const KernelVersion &ver) { in operator <<()
380 std::ostream &operator<<(std::ostream &os, const ManifestHal &hal) { in operator <<()
435 std::ostream &operator<<(std::ostream &os, KernelSepolicyVersion ksv){ in operator <<()
518 std::ostream& operator<<(std::ostream& os, const FqInstance& fqInstance) { in operator <<()
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A 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 <<()
/aosp12/art/runtime/
H A Dplugin.cc82 std::ostream& operator<<(std::ostream &os, const Plugin* m) { in operator <<()
86 std::ostream& operator<<(std::ostream &os, Plugin const& m) { in operator <<()

12345678910>>...25