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

  /external/chromium/third_party/libjingle/source/talk/examples/call/
console.cc 114 printf("\n%s", str);
116 printf("\n(%s) ", prompt_.c_str());
123 void Console::Printf(const char* format, ...) {
  /external/clang/lib/Basic/
Builtins.cpp 86 const char *Printf = strpbrk(GetRecord(ID).Attributes, "pP");
87 if (!Printf)
90 HasVAListArg = (*Printf == 'P');
92 ++Printf;
93 assert(*Printf == ':' && "p or P specifier must have be followed by a ':'");
94 ++Printf;
96 assert(strchr(Printf, ':') && "printf specifier must end with a ':'");
97 FormatIdx = strtol(Printf, 0, 10);
115 assert(strchr(Scanf, ':') && "printf specifier must end with a ':'")
    [all...]
  /external/valgrind/tsan/
ts_dynamorio.cc 79 #define Printf dr_printf
111 Printf("T%d Shadow stack (%d)\n", t.tid, (int)t.shadow_stack.size());
114 Printf("%s[%p]\n", g_main_module_path->c_str(), pc);
119 Printf(" sp=%p pc=%p\n", sp, pc);
128 Printf("T%d PopShadowStack\n", t.tid);
142 Printf("T%d PushShadowStack %p %p %d\n", t.tid, pc, target_pc, sp);
ts_util.cc 140 void Printf(const char *format, ...) {
175 // Printf("Resized buff: %d\n", buff_size);
197 Printf("%s", res.c_str());
436 Printf("PANIC: `%s`\n", demangled.c_str());
444 Printf("PANIC: `%s`\n", demangled.c_str());
533 //Printf("rep::Read: %c\n", buf[0]);
570 //Printf("rep::Read: %c\n", buf[0]);

Completed in 616 milliseconds