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

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/test-gnustl-full/unit/
ostream_header_test.cpp 9 # include <ostream>
  /ndk/tests/device/test-stlport/unit/
ostream_header_test.cpp 9 # include <ostream>
  /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) {
process_state.h 29 std::ostream& operator<<(std::ostream& os, const ProcessState& process_state);
invoke_type.h 33 std::ostream& operator<<(std::ostream& os, const InvokeType& 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;
  /external/pcre/dist/
pcre_stringpiece.cc 41 std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece) {
  /external/deqp/external/vulkancts/framework/vulkan/
vkStrUtil.inl 84 inline std::ostream& operator<< (std::ostream& s, VkPipelineCacheHeaderVersion value) { return s << getPipelineCacheHeaderVersionStr(value); }
85 inline std::ostream& operator<< (std::ostream& s, VkResult value) { return s << getResultStr(value); }
86 inline std::ostream& operator<< (std::ostream& s, VkStructureType value) { return s << getStructureTypeStr(value); }
87 inline std::ostream& operator<< (std::ostream& s, VkSystemAllocationScope value) { return s << getSystemAllocationScopeStr(value); }
88 inline std::ostream& operator<< (std::ostream& s, VkInternalAllocationType value) { return s << getInternalAllocationTypeStr(value);
    [all...]
  /external/google-benchmark/src/
log.h 4 #include <ostream>
12 std::ostream& GetNullLogInstance();
13 std::ostream& GetErrorLogInstance();
15 inline std::ostream& GetLogInstanceForLevel(int level) {
  /external/libcxx/test/std/input.output/iostream.format/output.streams/
version.pass.cpp 10 // <ostream>
12 #include <ostream>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/
version.pass.cpp 10 // <ostream>
12 #include <ostream>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/output/
xml_log_formatter.hpp 42 void log_start( std::ostream&, counter_t test_cases_amount );
43 void log_finish( std::ostream& );
44 void log_build_info( std::ostream& );
46 void test_unit_start( std::ostream&, test_unit const& tu );
47 void test_unit_finish( std::ostream&, test_unit const& tu, unsigned long elapsed );
48 void test_unit_skipped( std::ostream&, test_unit const& tu );
50 void log_exception( std::ostream&, log_checkpoint_data const&, execution_exception const& ex );
52 void log_entry_start( std::ostream&, log_entry_data const&, log_entry_types let );
54 void log_entry_value( std::ostream&, const_string value );
55 void log_entry_finish( std::ostream& )
    [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/mips/
registers_mips.cc 19 #include <ostream>
30 std::ostream& operator<<(std::ostream& os, const Register& rhs) {
39 std::ostream& operator<<(std::ostream& os, const FRegister& rhs) {
  /art/runtime/arch/mips64/
registers_mips64.cc 19 #include <ostream>
31 std::ostream& operator<<(std::ostream& os, const GpuRegister& rhs) {
40 std::ostream& operator<<(std::ostream& os, const FpuRegister& 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>
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...]
  /ndk/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...]
  /art/compiler/linker/
output_stream.cc 21 std::ostream& operator<<(std::ostream& os, const Whence& rhs) {
  /art/disassembler/
disassembler_arm.h 31 size_t Dump(std::ostream& os, const uint8_t* begin) OVERRIDE;
32 void Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) OVERRIDE;
35 void DumpArm(std::ostream& os, const uint8_t* instr);
38 size_t DumpThumb16(std::ostream& os, const uint8_t* instr);
39 size_t DumpThumb32(std::ostream& os, const uint8_t* instr_ptr);
41 void DumpBranchTarget(std::ostream& os, const uint8_t* instr_ptr, int32_t imm32);
42 void DumpCond(std::ostream& os, uint32_t cond);
43 void DumpMemoryDomain(std::ostream& os, uint32_t domain);
  /art/runtime/gc/collector/
gc_type.h 40 std::ostream& operator<<(std::ostream& os, const GcType& policy);
  /art/runtime/gc/
weak_root_state.h 36 std::ostream& operator<<(std::ostream& os, const WeakRootState&);

Completed in 1702 milliseconds

1 2 3 4 5 6 7 8 91011>>