Home
last modified time | relevance | path

Searched refs:wait_seconds (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/debug/
Ddebugger.cc15 bool WaitForDebugger(int wait_seconds, bool silent) { in WaitForDebugger() argument
22 for (int i = 0; i < wait_seconds * 10; ++i) { in WaitForDebugger()
Ddebugger.h19 BASE_EXPORT bool WaitForDebugger(int wait_seconds, bool silent);
/external/nos/test/system-test-harness/tools/
Dnugget_tools.cc195 constexpr uint32_t wait_seconds = 4; in WaitForSleep() local
196 std::this_thread::sleep_for(std::chrono::seconds(wait_seconds)); in WaitForSleep()
215 *seconds_waited = wait_seconds; in WaitForSleep()