Home
last modified time | relevance | path

Searched defs:wait_seconds (Results 1 – 7 of 7) sorted by relevance

/external/skia/tools/skp/page_sets/other/
DDOWN-skia_br337_desktop.json9 "wait_seconds": 15.0, number
DLAYERS-skia_yahoonews_desktop.json9 "wait_seconds": 15.0, number
/external/libchrome/base/debug/
Ddebugger.cc15 bool WaitForDebugger(int wait_seconds, bool silent) { in WaitForDebugger()
/external/cronet/tot/base/debug/
Ddebugger.cc21 bool WaitForDebugger(int wait_seconds, bool silent) { in WaitForDebugger()
/external/cronet/stable/base/debug/
Ddebugger.cc21 bool WaitForDebugger(int wait_seconds, bool silent) { in WaitForDebugger()
/external/pytorch/torch/utils/
Dfile_baton.py9 def __init__(self, lock_file_path, wait_seconds=0.1): argument
/external/pytorch/torch/csrc/lazy/core/
Dmulti_wait.cpp30 void MultiWait::Wait(double wait_seconds) { in Wait()