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

  /external/libchrome/base/debug/
debugger.h 19 BASE_EXPORT bool WaitForDebugger(int wait_seconds, bool silent);
debugger.cc 15 bool WaitForDebugger(int wait_seconds, bool silent) {
19 DLOG(INFO) << "DebugUtil::WaitForDebugger(pid=" << static_cast<int>(getpid())
  /external/swiftshader/src/D3D9/
D3D9.cpp 132 static void WaitForDebugger(HINSTANCE instance)
168 WaitForDebugger(instance);
  /external/swiftshader/src/OpenGL/libGL/
main.cpp 126 static void WaitForDebugger(HINSTANCE instance)
142 WaitForDebugger(instance);
  /external/swiftshader/src/OpenGL/libEGL/
main.cpp 135 static void WaitForDebugger(HINSTANCE instance)
152 WaitForDebugger(instance);

Completed in 98 milliseconds