/external/valgrind/tsan/ |
D | ts_stats.h | 90 Printf(" VTS: created small/big: %'ld / %'ld; " in PrintStats() 94 Printf(" vts_total_create = %'ld; avg=%'ld; delete = %'ld\n", in PrintStats() 98 Printf(" n_seg_hb = %'ld\n", n_seg_hb); in PrintStats() 99 Printf(" n_vts_hb = %'ld\n", n_vts_hb); in PrintStats() 100 Printf(" n_vts_hb_cached = %'ld\n", n_vts_hb_cached); in PrintStats() 101 Printf(" memory access:\n" in PrintStats() 117 Printf(" Publish: set: %'ld; get: %'ld; clear: %'ld\n", in PrintStats() 120 Printf(" PcTo: all: %'ld\n", pc_to_strings); in PrintStats() 122 Printf(" StackTrace: create: %'ld; delete %'ld\n", in PrintStats() 125 Printf(" History segments: same: %'ld; reuse: %'ld; " in PrintStats() [all …]
|
D | ts_race_verifier.cc | 143 Printf(" write at %p\n", it->pc); in PrintRaceReportEmpty() 147 Printf(" read at %p\n", it->pc); in PrintRaceReportEmpty() 193 Printf("WARNING: Confirmed a race that was marked as UNVERIFIABLE:\n"); in PrintRaceReport() 195 Printf("WARNING: Confirmed a race:\n"); in PrintRaceReport() 200 Printf("%s", report.c_str()); in PrintRaceReport() 208 Printf("Warning: unexpected race found!\n"); in PrintRaceReport() 234 Printf("[%d] pc %p %s addr %p start\n", thread_id, pc, in RaceVerifierStartAccess() 270 Printf("[%d] pc %p %s addr %p end\n", thread_id, pc, in RaceVerifierEndAccess() 299 Printf("Parse error: %s\n", p); in ParseRaceInfo() 310 Printf("Possible race: %s", raceInfo.c_str()); in ParseRaceInfo() [all …]
|
D | ts_offline.cc | 87 Printf("Unknown event type: %s\n", name); in EventNameToEventType() 135 Printf("%s\n", buff + 2); in SkipCommentText() 216 Printf("Unsupported EventType %s %d\n", type, (int)type); in ProcessEvent() 257 Printf("%s\n", str.c_str()); in ReadOneBinEventFromFile() 297 Printf("INFO: ThreadSanitizer write %ld lines.\n", offline_line_n); in DecodeEventsFromFile() 319 Printf("INFO: ThreadSanitizerOffline: %ld events read\n", n_events); in ReadEventsFromFile() 350 Printf("INFO: ThreadSanitizerOffline r%s\n", TS_VERSION); in main() 374 Printf("Error: Unknown input_type value %s\n", G_flags->input_type.c_str()); in main()
|
D | thread_sanitizer.cc | 591 Printf("%p ", arr_[i]); in PrintRaw() 593 Printf("\n"); in PrintRaw() 1316 Printf("%s: %s\n", name, str.c_str()); in print() 1336 Printf("HB = %d\n %s\n %s\n", static_cast<int>(hb), in TestHappensBefore() 1346 Printf("VTS::test();\n"); in Test() 1557 Printf("%s\n", m.ToString().c_str()); in Test() 1559 Printf("%s\n", m.ToString().c_str()); in Test() 1576 Printf("XXXXX %p %p %p b-line=%ld size=%ld a-line=%ld\n", a, b, line, in Add() 1707 Printf("Segment: reused SID %d\n", sid.raw()); in AllocateFreshSegments() 1723 Printf("Segment: allocated SID %d\n", n_segments_); in AllocateFreshSegments() [all …]
|
D | ts_pin.cc | 78 if (line && G_flags->debug_level >= 5) Printf("++Lock at line %d\n", line); in ScopedReentrantClientLock() 81 if (line_ && G_flags->debug_level >= 5) Printf("--Unlock at line %d\n", line_); in ~ScopedReentrantClientLock() 171 Printf( " %p\n", frames_[i].sp); in Print() 391 Printf("Event: %ld (last: %ld)\n", event, LAST_EVENT); in HandleInnerEvent() 416 Printf("ACHTUNG!!! an event from a dead thread T%d\n", t.tid); in TLEBFlushUnlocked() 658 Printf("Function wrapped: %s (%s %s)\n", name.c_str(), in InformAboutFunctionWrap() 703 Printf("T%d %s pc=%p sp=%p *sp=(%p) arg0=%p stack_size=%ld\n",\ 861 Printf("%s T%d sp=%ld pc=%p %s\n", where, tid, sp, pc, in ShowPcAndSp() 866 Printf("T%d Shadow stack (%d)\n", t.tid, (int)t.shadow_stack.size()); in PrintShadowStack() 870 Printf(" sp=%ld pc=%lx %s\n", sp, pc, PcToRtnName(pc, true).c_str()); in PrintShadowStack() [all …]
|
D | ts_util.h | 41 extern void Printf(const char *format, ...); 44 Printf("Assertion failed: %s (%s:%d) %s\n", \ 51 Printf("ASSERT on line %ld\n", offline_line_n); \ 335 extern void Printf(const char *format, ...);
|
D | ts_dynamorio.cc | 79 #define Printf dr_printf macro 111 Printf("T%d Shadow stack (%d)\n", t.tid, (int)t.shadow_stack.size()); in PrintShadowStack() 114 Printf("%s[%p]\n", g_main_module_path->c_str(), pc); in PrintShadowStack() 119 Printf(" sp=%p pc=%p\n", sp, pc); in PrintShadowStack() 128 Printf("T%d PopShadowStack\n", t.tid); in UpdateShadowStack() 142 Printf("T%d PushShadowStack %p %p %d\n", t.tid, pc, target_pc, sp); in PushShadowStack()
|
D | ts_util.cc | 140 void Printf(const char *format, ...) { in Printf() function 197 Printf("%s", res.c_str()); in Report() 436 Printf("PANIC: `%s`\n", demangled.c_str()); in NormalizeFunctionName() 444 Printf("PANIC: `%s`\n", demangled.c_str()); in NormalizeFunctionName()
|
D | ts_events.h | 127 Printf("T%d: %s [pc=%p; a=%p; i=%p]\n", in Print()
|
D | ts_valgrind.cc | 75 Printf("%s", s); in puts() 372 Printf(" "); in ShowCallStack() 374 Printf("{pc=%p sp=%p}, ", thr->call_stack[i].pc, thr->call_stack[i].sp); in ShowCallStack() 376 Printf("\n"); in ShowCallStack() 391 Printf("T%d: [%ld]<< pc=%p sp=%p cur_sp=%p %s\n", in UpdateCallStack() 456 Printf("T%d: [%ld]>> pc=%p sp=%p %s\n", in rtn_call() 516 Printf("ThreadSanitizer WARNING: reusing TID %d w/o exiting thread\n", in evh__pre_thread_ll_create()
|
D | ignore.cc | 70 Printf("Error reading ignore file line:\n%s\n", line.c_str()); in ReadIgnoresFromString()
|
/external/chromium/net/base/ |
D | ssl_cipher_suite_names_generate.go | 88 fmt.Printf("static const struct {\n char name[%d];\n} %s[%d] = {\n", maxLen+1, name, len(d)) 90 fmt.Printf(" {\"%s\"}, // %d\n", m.name, m.v) 93 fmt.Printf("};\n\n") 110 fmt.Printf("Cannot open input: %s\n", err) 117 fmt.Printf("Error parsing XML: %s\n", err) 130 fmt.Printf("Didn't find tls-parameters-4 registry\n") 141 fmt.Printf("struct CipherSuite {\n uint16 cipher_suite, encoded;\n};\n\n") 142 fmt.Printf("static const struct CipherSuite kCipherSuites[] = {\n") 181 fmt.Printf(" {0x%x, 0x%x}, // %s\n", value, encoded, r.Description) 184 fmt.Printf("};\n\n")
|
/external/clang/lib/Basic/ |
D | Builtins.cpp | 82 const char *Printf = strpbrk(GetRecord(ID).Attributes, "pP"); in isPrintfLike() local 83 if (!Printf) in isPrintfLike() 86 HasVAListArg = (*Printf == 'P'); in isPrintfLike() 88 ++Printf; in isPrintfLike() 89 assert(*Printf == ':' && "p or P specifier must have be followed by a ':'"); in isPrintfLike() 90 ++Printf; in isPrintfLike() 92 assert(strchr(Printf, ':') && "printf specifier must end with a ':'"); in isPrintfLike() 93 FormatIdx = strtol(Printf, 0, 10); in isPrintfLike()
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
D | callclient.cc | 204 console_->Printf( in ParseLine() 406 console_->Printf("Incoming call from '%s'", jid.Str().c_str()); in OnSessionState() 481 console_->Printf("Adding to roster: %s", key.c_str()); in OnStatusUpdate() 484 console_->Printf("Removing from roster: %s", key.c_str()); in OnStatusUpdate() 493 console_->Printf("Roster contains %d callable", roster_->size()); in PrintRoster() 496 console_->Printf("%s - %s", in PrintRoster() 520 console_->Printf("Invalid JID. JIDs should be in the form user@domain\n"); in InviteFriend() 529 console_->Printf("Requesting to befriend %s.\n", name.c_str()); in InviteFriend() 576 console_->Printf("Found %s '%s'", options.is_muc ? "room" : "online friend", in MakeCallTo() 580 console_->Printf("Could not find online friend '%s'", name.c_str()); in MakeCallTo() [all …]
|
D | console.h | 65 void Printf(const char* format, ...);
|
D | console.cc | 123 void Console::Printf(const char* format, ...) { in Printf() function in Console
|
/external/webkit/Source/WebKit/wx/ |
D | WebBrowserShell.cpp | 204 msg.Printf(_T("This is the About dialog of the wxWebKit sample.\n") in OnAbout()
|