Searched defs:Printf (Results 1 - 10 of 10) sorted by last modified time

/external/lldb/source/API/
H A DSBCommandReturnObject.cpp78 log->Printf ("SBCommandReturnObject(%p)::GetOutput () => \"%s\"", m_opaque_ap.get(),
85 log->Printf ("SBCommandReturnObject(%p)::GetOutput () => NULL", m_opaque_ap.get());
98 log->Printf ("SBCommandReturnObject(%p)::GetError () => \"%s\"", m_opaque_ap.get(),
105 log->Printf ("SBCommandReturnObject(%p)::GetError () => NULL", m_opaque_ap.get());
244 description.Printf ("Status: ");
256 strm.Printf ("\nOutput Message:\n%s", GetOutput());
259 strm.Printf ("\nError Message:\n%s", GetError());
321 SBCommandReturnObject::Printf(const char* format, ...) function in class:SBCommandReturnObject
H A DSBStream.cpp60 SBStream::Printf (const char *format, ...) function in class:SBStream
/external/lldb/source/Core/
H A DLog.cpp99 header.Printf ("%u ", ++g_sequence_id);
105 header.Printf ("%9ld.%6.6d ", tv.tv_sec, (int32_t)tv.tv_usec);
110 header.Printf ("[%4.4x/%4.4" PRIx64 "]: ", getpid(), Host::GetCurrentThreadID());
117 header.Printf ("%s ", thread_name.c_str());
121 m_stream_sp->Printf("%s\n", header.GetData());
133 Printf ("%s", cstr);
141 Log::Printf(const char *format, ...) function in class:Log
H A DStream.cpp60 Printf (format, uval);
90 bytes_written = Printf ("0x%" PRIi64, sval);
122 bytes_written = Printf ("0x%" PRIx64, uval);
147 Printf (format, cstr);
162 // Printf ("%s0x%0*" PRIx64 "%s", prefix, addr_width, addr, suffix);
163 Printf ("%s0x%0*" PRIx64 "%s", prefix, addr_size * 2, (uint64_t)addr, suffix);
193 Stream::Printf (const char *format, ...) function in class:Stream
260 return Printf ("%*.*s%s", m_indent_level, m_indent_level, "", s ? s : "");
279 Printf ("%s", s);
289 Printf ("
[all...]
/external/lldb/source/Host/common/
H A DFile.cpp680 File::Printf (const char *format, ...) function in class:File
/external/iputils/
H A Dtraceroute6.c289 #define Printf (void)printf macro
571 Printf("traceroute: unknown addr %s\n", source);
598 Printf("%2d ", ttl);
619 Printf(" %g ms", deltaT(&t1, &t2));
627 Printf(" !N");
631 Printf(" !H");
636 Printf(" !S");
644 Printf(" *");
750 Printf("traceroute: wrote %s %d chars, ret=%d\n", hostname,
875 Printf("\
[all...]
/external/clang/test/SemaCXX/
H A Dprintf-cstr.cpp42 struct Printf { struct
43 Printf();
44 Printf(const Printf&);
45 Printf(const char *,...) __attribute__((__format__(__printf__,2,3)));
51 Printf p("%s %d %s", str, 10, 10); // expected-warning {{format specifies type 'char *' but the argument has type 'int'}}
52 Printf q("%s %d", hcs, 10); // expected-warning {{cannot pass non-POD object of type 'HasCStr' to variadic constructor; expected type from format string was 'char *'}} expected-note{{did you mean to call the c_str() method?}}
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Draw_printer.cc50 void RawPrinter::Printf(const char* format, ...) { function in class:base::RawPrinter
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Draw_printer.cc50 void RawPrinter::Printf(const char* format, ...) { function in class:base::RawPrinter
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
H A Dstring_buffer.cc36 void StringBuffer::Printf(char const *fmt, ...) { function in class:nacl::StringBuffer

Completed in 2886 milliseconds