HomeSort by relevance Sort by last modified time
    Searched refs:DebugDump (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.h 60 void DebugDump(int(*printf)(const char *s, ...));
113 void DebugDump(int(*printf)(const char *s, ...));
tsan_clock.cc 358 void ThreadClock::DebugDump(int(*printf)(const char *s, ...)) {
416 void SyncClock::DebugDump(int(*printf)(const char *s, ...)) {
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 381 thr1[i]->DebugDump(printf);
386 sync1[i]->DebugDump(printf);
  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 308 cl::opt<bool> DebugDump("dump", cl::Optional,
368 ViewOpts.Debug = DebugDump;
  /hardware/interfaces/audio/2.0/vts/functional/
AudioPrimaryHidlHalTest.cpp 92 * Eg: calling `doc::test("Dump the state of the hal")` in the "debugDump" test
94 * <testcase name="debugDump" status="run" time="6"
528 template <class DebugDump>
529 static void testDebugDump(DebugDump debugDump) {
544 ASSERT_OK(debugDump(handle));
547 // TODO: debugDump does not return a Result.
553 doc::note("debugDump does not seem implemented");
558 TEST_F(AudioPrimaryHidlTest, DebugDump) {
561 [this](const auto& handle) { return device->debugDump(handle); })
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc     [all...]

Completed in 928 milliseconds