Searched refs:DebugDump (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_clock.h | 60 void DebugDump(int(*printf)(const char *s, ...)); 113 void DebugDump(int(*printf)(const char *s, ...));
|
D | tsan_clock.cc | 358 void ThreadClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::ThreadClock 416 void SyncClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::SyncClock
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_clock.h | 38 void DebugDump(int(*printf)(const char *s, ...)); 145 void DebugDump(int(*printf)(const char *s, ...));
|
D | tsan_clock.cpp | 424 void ThreadClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::ThreadClock 620 void SyncClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::SyncClock
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_clock_test.cc | 381 thr1[i]->DebugDump(printf); in ClockFuzzer() 386 sync1[i]->DebugDump(printf); in ClockFuzzer()
|
/external/llvm/tools/llvm-cov/ |
D | CodeCoverage.cpp | 308 cl::opt<bool> DebugDump("dump", cl::Optional, in run() local 368 ViewOpts.Debug = DebugDump; in run()
|
/external/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_clock_test.cpp | 484 thr1[i]->DebugDump(printf); in ClockFuzzer() 489 sync1[i]->DebugDump(printf); in ClockFuzzer()
|
/external/llvm-project/llvm/tools/llvm-cov/ |
D | CodeCoverage.cpp | 574 cl::opt<bool> DebugDump("dump", cl::Optional, in run() local 669 ViewOpts.Debug = DebugDump; in run()
|
/external/webrtc/modules/audio_processing/ |
D | audio_processing_unittest.cc | 1517 TEST_F(ApmTest, DebugDump) { in TEST_F() argument
|