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

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/testing/
fx_string_testhelpers.h 8 #include <ostream>
13 std::ostream& operator<<(std::ostream& out, const CFX_ByteStringC& str);
14 std::ostream& operator<<(std::ostream& out, const CFX_ByteString& str);
15 std::ostream& operator<<(std::ostream& out, const CFX_WideStringC& str);
16 std::ostream& operator<<(std::ostream& out, const CFX_WideString& str);
  /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);
  /art/runtime/base/
callee_save_type.h 21 #include <ostream>
33 std::ostream& operator<<(std::ostream& os, const CalleeSaveType& rhs);
  /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;
  /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...]
  /system/netd/libnetdutils/
Fd.cpp 22 std::ostream& operator<<(std::ostream& os, const Fd& fd) {
  /external/libcxx/test/libcxx/input.output/iostream.format/output.streams/
version.pass.cpp 10 // <ostream>
12 #include <ostream>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/
version.pass.cpp 10 // <ostream>
12 #include <ostream>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/
version.pass.cpp 10 // <ostream>
12 #include <ostream>
  /external/deqp/external/vulkancts/framework/vulkan/
vkStrUtil.inl 98 inline std::ostream& operator<< (std::ostream& s, VkPipelineCacheHeaderVersion value) { return s << getPipelineCacheHeaderVersionStr(value); }
99 inline std::ostream& operator<< (std::ostream& s, VkResult value) { return s << getResultStr(value); }
100 inline std::ostream& operator<< (std::ostream& s, VkStructureType value) { return s << getStructureTypeStr(value); }
101 inline std::ostream& operator<< (std::ostream& s, VkSystemAllocationScope value) { return s << getSystemAllocationScopeStr(value); }
102 inline std::ostream& operator<< (std::ostream& s, VkInternalAllocationType value) { return s << getInternalAllocationTypeStr(value);
    [all...]
  /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/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream_sentry/
destruct.pass.cpp 10 // <ostream>
17 #include <ostream>
40 std::ostream os((std::streambuf*)0);
41 std::ostream::sentry s(os);
47 std::ostream os(&sb);
48 std::ostream::sentry s(os);
54 std::ostream os(&sb);
55 std::ostream::sentry s(os);
62 std::ostream os(&sb);
65 std::ostream::sentry s(os)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream_sentry/
destruct.pass.cpp 11 // <ostream>
18 #include <ostream>
41 std::ostream os((std::streambuf*)0);
42 std::ostream::sentry s(os);
48 std::ostream os(&sb);
49 std::ostream::sentry s(os);
55 std::ostream os(&sb);
56 std::ostream::sentry s(os);
63 std::ostream os(&sb);
66 std::ostream::sentry s(os)
    [all...]
  /art/compiler/linker/
output_stream.cc 21 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) {
  /art/dexdump/
dexdump_cfg.h 21 #include <ostream>
27 void DumpMethodCFG(const DexFile* dex_file, uint32_t dex_method_idx, std::ostream& os);

Completed in 977 milliseconds

1 2 3 4 5 6 7 8 91011>>