HomeSort by relevance Sort by last modified time
    Searched full:timeout_sec (Results 26 - 45 of 45) sorted by null

12

  /external/autotest/client/site_tests/graphics_WebGLAquarium/
graphics_WebGLAquarium.py 117 timeout_sec=30)
  /external/autotest/server/
subcommand.py 253 _, result = retry.timeout(self.wait, timeout_sec=timeout)
site_crashcollect.py 116 timeout_sec=600)
  /external/autotest/client/common_lib/
utils.py     [all...]
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.h 446 // timeout_sec < 0 means wait indefinitely, otherwise it specifies the timeout
452 int timeout_sec,
hardware_composer.cpp 256 int timeout_sec,
261 if (timeout_sec >= 0) {
262 post_thread_wait_.wait_for(lock, std::chrono::seconds(timeout_sec),
    [all...]
  /frameworks/native/cmds/dumpsys/
dumpsys.cpp 66 " -t TIMEOUT_SEC: TIMEOUT to use in seconds instead of default 10 seconds\n"
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 1966 int timeout_sec = wpa_s->scan_interval; local
    [all...]
  /external/autotest/site_utils/rpm_control_system/
rpm_controller.py 216 timeout_sec=10)
238 timeout_sec=SET_POWER_STATE_TIMEOUT_SECONDS)
    [all...]
  /external/autotest/client/bin/
utils.py     [all...]
  /external/autotest/client/cros/multimedia/
display_facade_native.py 423 timeout_sec=3)
  /external/autotest/server/cros/servo/
chrome_cr50.py 312 timeout_sec=timeout)
  /external/f2fs-tools/tools/sg_write_buffer/
sg_cmds_basic.c 424 0 /* timeout_sec */, NULL, noisy, verbose);
  /device/generic/goldfish/fingerprint/
fingerprint.c 311 uint32_t __unused timeout_sec) {
  /external/autotest/client/cros/power/
power_utils.py 227 expected_value=True, timeout_sec=ECTOOL_CHARGECONTROL_TIMEOUT_SECS)
  /external/autotest/server/cros/faft/utils/
mode_switcher.py     [all...]
  /external/autotest/server/hosts/
servo_host.py 133 timeout_sec=self.INITIALIZE_SERVO_TIMEOUT_SECS)
    [all...]
  /external/autotest/site_utils/
test_runner_utils.py 574 timeout_sec=_AUTOSERV_SIGINT_TIMEOUT_SECONDS)
    [all...]
  /external/autotest/client/common_lib/cros/
dev_server.py 484 def get_devserver_load_wrapper(cls, devserver, timeout_sec, output):
488 @param timeout_sec: Number of seconds before time out the devserver
492 load = cls.get_devserver_load(devserver, timeout_min=timeout_sec/60.0)
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 1636 constexpr size_t timeout_sec = 30; local
    [all...]

Completed in 542 milliseconds

12