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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
raw_printer.cc 50 void RawPrinter::Printf(const char* format, ...) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
raw_printer.cc 50 void RawPrinter::Printf(const char* format, ...) {
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
string_buffer.cc 36 void StringBuffer::Printf(char const *fmt, ...) {
  /external/clang/test/SemaCXX/
printf-cstr.cpp 6 extern int printf(const char *restrict, ...);
33 printf("%d: %s\n", n, hcs.c_str());
34 printf("%d: %s\n", n, hcs); // expected-warning{{cannot pass non-POD object of type 'HasCStr' to variadic function; expected type from format string was 'char *'}} expected-note{{did you mean to call the c_str() method?}}
35 printf("%d: %s\n", n, hncs); // expected-warning{{cannot pass non-POD object of type 'HasNoCStr' to variadic function; expected type from format string was 'char *'}}
38 printf(formatString, hcs, hncs); // expected-warning{{cannot pass object of non-POD type 'HasCStr' through variadic function}} expected-warning{{cannot pass object of non-POD type 'HasNoCStr' through variadic function}}
39 printf(extstr, hcs, n); // expected-warning{{cannot pass object of non-POD type 'HasCStr' through variadic function}}
42 struct Printf {
43 Printf();
44 Printf(const Printf&)
    [all...]
  /external/lldb/source/API/
SBStream.cpp 60 SBStream::Printf (const char *format, ...)
SBCommandReturnObject.cpp 78 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, ...)
  /external/lldb/source/Core/
Log.cpp 99 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, ...)
Stream.cpp 54 // Put an offset "uval" out to the stream using the printf format
60 Printf (format, uval);
64 // Put an SLEB128 "uval" out to the stream using the printf format
90 bytes_written = Printf ("0x%" PRIi64, sval);
98 // Put an ULEB128 "uval" out to the stream using the printf format
122 bytes_written = Printf ("0x%" PRIx64, uval);
142 // using the printf format in "format".
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)
    [all...]
  /external/lldb/source/Host/common/
File.cpp 680 File::Printf (const char *format, ...)
  /external/iputils/
traceroute6.c 289 #define Printf (void)printf
431 printf("traceroute6 utility, iputils-%s\n", SNAPSHOT);
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(" *");
    [all...]

Completed in 2099 milliseconds