HomeSort by relevance Sort by last modified time
    Searched refs:ostream (Results 1 - 25 of 1617) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/
offsets.cc 19 #include <ostream>
23 std::ostream& operator<<(std::ostream& os, const Offset& offs) {
suspend_reason.h 20 #include <ostream>
35 std::ostream& operator<<(std::ostream& os, const SuspendReason& thread);
process_state.h 29 std::ostream& operator<<(std::ostream& os, const ProcessState& process_state);
  /hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
key_param_output.h 28 inline ::std::ostream& operator<<(::std::ostream& os, Algorithm value) {
32 inline ::std::ostream& operator<<(::std::ostream& os, BlockMode value) {
36 inline ::std::ostream& operator<<(::std::ostream& os, Digest value) {
40 inline ::std::ostream& operator<<(::std::ostream& os, EcCurve value) {
44 inline ::std::ostream& operator<<(::std::ostream& os, ErrorCode value)
    [all...]
  /external/libchrome/base/strings/
nullable_string16.cc 7 #include <ostream>
13 std::ostream& operator<<(std::ostream& out, const NullableString16& value) {
  /external/parameter-framework/upstream/xmlserializer/
XmlStreamDocSink.h 32 #include <ostream>
45 * @param[out] output a reference to a ostream that will be filled by the doProcess method
47 CXmlStreamDocSink(std::ostream &output);
61 * Result ostream containing the XML informations
63 std::ostream &_output;
  /hardware/google/av/codec2/vndk/include/util/
C2Debug-param.h 30 std::ostream& operator<<(std::ostream& os, const C2Param::CoreIndex &i);
31 std::ostream& operator<<(std::ostream& os, const C2Param::Type &i);
32 std::ostream& operator<<(std::ostream& os, const C2Param::Index &i);
33 std::ostream& operator<<(std::ostream& os, const _C2FieldId &i);
34 std::ostream& operator<<(std::ostream& os, const C2FieldDescriptor &i)
    [all...]
C2Debug-interface.h 26 std::ostream& operator<<(std::ostream& os, const C2SupportedRange<T> &i);
29 std::ostream& operator<<(std::ostream& os, const C2SupportedValueSet<T> &i);
32 std::ostream& operator<<(std::ostream& os, const C2FieldSupportedValuesHelper<T> &i);
  /system/netd/libnetdutils/include/netdutils/
Netfilter.h 20 #include <ostream>
26 std::ostream& operator<<(std::ostream& os, const nfgenmsg& msg);
Netlink.h 21 #include <ostream>
51 std::ostream& operator<<(std::ostream& os, const nlmsghdr& hdr);
52 std::ostream& operator<<(std::ostream& os, const nlattr& attr);
53 std::ostream& operator<<(std::ostream& os, const sockaddr_nl& addr);
  /external/pcre/pcrecpp/
pcre_stringpiece.cc 37 std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece) {
  /hardware/interfaces/keymaster/3.0/vts/functional/
key_param_output.h 29 ::std::ostream& operator<<(::std::ostream& os, const NullOr<ValueT>& value) {
38 ::std::ostream& operator<<(::std::ostream& os, const hidl_vec<KeyParameter>& set);
39 ::std::ostream& operator<<(::std::ostream& os, BlockMode value);
40 ::std::ostream& operator<<(::std::ostream& os, Digest value);
41 ::std::ostream& operator<<(::std::ostream& os, EcCurve value)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
parsed_operand.h 18 #include <ostream>
27 void EmitNumericLiteral(std::ostream* out, const spv_parsed_instruction_t& inst,
  /system/netd/libnetdutils/
Fd.cpp 22 std::ostream& operator<<(std::ostream& os, const Fd& fd) {
  /external/deqp/external/vulkancts/framework/vulkan/
vkStrUtil.inl 122 inline std::ostream& operator<< (std::ostream& s, VkPipelineCacheHeaderVersion value) { return s << getPipelineCacheHeaderVersionStr(value); }
123 inline std::ostream& operator<< (std::ostream& s, VkResult value) { return s << getResultStr(value); }
124 inline std::ostream& operator<< (std::ostream& s, VkStructureType value) { return s << getStructureTypeStr(value); }
125 inline std::ostream& operator<< (std::ostream& s, VkSystemAllocationScope value) { return s << getSystemAllocationScopeStr(value); }
126 inline std::ostream& operator<< (std::ostream& s, VkInternalAllocationType value) { return s << getInternalAllocationTypeStr(value);
    [all...]
  /external/libcxx/test/libcxx/input.output/iostream.format/output.streams/
version.pass.cpp 10 // <ostream>
12 #include <ostream>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/input.output/iostream.format/output.streams/
version.pass.cpp 10 // <ostream>
12 #include <ostream>
  /external/libtextclassifier/
types-test-util.h 20 #include <ostream>
27 inline std::ostream& operator<<(std::ostream& stream, const Token& value) {
33 inline std::ostream& operator<<(std::ostream& stream,
40 inline std::ostream& operator<<(std::ostream& stream,
  /art/runtime/arch/arm/
registers_arm.cc 19 #include <ostream>
28 std::ostream& operator<<(std::ostream& os, const Register& rhs) {
37 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) {
  /art/runtime/arch/x86_64/
registers_x86_64.cc 19 #include <ostream>
28 std::ostream& operator<<(std::ostream& os, const Register& rhs) {
37 std::ostream& operator<<(std::ostream& os, const FloatRegister& rhs) {
  /art/runtime/arch/arm64/
registers_arm64.cc 19 #include <ostream>
38 std::ostream& operator<<(std::ostream& os, const XRegister& rhs) {
47 std::ostream& operator<<(std::ostream& os, const WRegister& rhs) {
56 std::ostream& operator<<(std::ostream& os, const DRegister& rhs) {
65 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) {
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream_sentry/
destruct.pass.cpp 10 // <ostream>
17 #include <ostream>
42 std::ostream os((std::streambuf*)0);
43 std::ostream::sentry s(os);
49 std::ostream os(&sb);
50 std::ostream::sentry s(os);
56 std::ostream os(&sb);
57 std::ostream::sentry s(os);
65 std::ostream os(&sb);
68 std::ostream::sentry s(os)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream_sentry/
destruct.pass.cpp 10 // <ostream>
17 #include <ostream>
42 std::ostream os((std::streambuf*)0);
43 std::ostream::sentry s(os);
49 std::ostream os(&sb);
50 std::ostream::sentry s(os);
56 std::ostream os(&sb);
57 std::ostream::sentry s(os);
65 std::ostream os(&sb);
68 std::ostream::sentry s(os)
    [all...]
  /art/compiler/linker/
output_stream.cc 22 std::ostream& operator<<(std::ostream& os, const Whence& rhs) {
  /art/compiler/utils/arm/
constants_arm.cc 22 std::ostream& operator<<(std::ostream& os, const DRegister& rhs) {

Completed in 782 milliseconds

1 2 3 4 5 6 7 8 91011>>