Searched refs:WaitForDebugger (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/src/Vulkan/ |
D | main.cpp | 49 static void WaitForDebugger(HINSTANCE instance) in WaitForDebugger() function 72 WaitForDebugger(instance); in DllMain()
|
/external/angle/src/libGLESv2/ |
D | global_state.cpp | 276 void WaitForDebugger(HINSTANCE instance) in WaitForDebugger() function 292 void WaitForDebugger(HINSTANCE instance) {} 303 WaitForDebugger(instance); in DllMain()
|
/external/libchrome/base/debug/ |
D | debugger.h | 19 BASE_EXPORT bool WaitForDebugger(int wait_seconds, bool silent);
|
D | debugger.cc | 15 bool WaitForDebugger(int wait_seconds, bool silent) { in WaitForDebugger() function
|
/external/cronet/tot/base/debug/ |
D | debugger.h | 19 BASE_EXPORT bool WaitForDebugger(int wait_seconds, bool silent);
|
D | debugger.cc | 21 bool WaitForDebugger(int wait_seconds, bool silent) { in WaitForDebugger() function
|
/external/cronet/stable/base/debug/ |
D | debugger.h | 19 BASE_EXPORT bool WaitForDebugger(int wait_seconds, bool silent);
|
D | debugger.cc | 21 bool WaitForDebugger(int wait_seconds, bool silent) { in WaitForDebugger() function
|
/external/cronet/stable/testing/android/native_test/ |
D | native_test_launcher.cc | 146 base::debug::WaitForDebugger(24 * 60 * 60, true); in JNI_NativeTest_RunTests()
|
/external/cronet/tot/testing/android/native_test/ |
D | native_test_launcher.cc | 146 base::debug::WaitForDebugger(24 * 60 * 60, true); in JNI_NativeTest_RunTests()
|
/external/libchrome/base/test/ |
D | test_suite.cc | 390 debug::WaitForDebugger(60, true); in Initialize()
|
/external/cronet/tot/base/test/ |
D | test_suite.cc | 547 debug::WaitForDebugger(60, true); in Initialize()
|
/external/cronet/stable/base/test/ |
D | test_suite.cc | 547 debug::WaitForDebugger(60, true); in Initialize()
|