Searched defs:Printf (Results 1 - 7 of 7) sorted by relevance

/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
/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/third_party/libjingle/source/talk/examples/call/
H A Dconsole.cc123 void Console::Printf(const char* format, ...) { function in class:Console
/external/clang/lib/Basic/
H A DBuiltins.cpp100 const char *Printf = strpbrk(GetRecord(ID).Attributes, "pP"); local
101 if (!Printf)
104 HasVAListArg = (*Printf == 'P');
106 ++Printf;
107 assert(*Printf == ':' && "p or P specifier must have be followed by a ':'");
108 ++Printf;
110 assert(strchr(Printf, ':') && "printf specifier must end with a ':'");
111 FormatIdx = strtol(Printf, 0, 10);
/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...]

Completed in 196 milliseconds