Home
last modified time | relevance | path

Searched defs:timeout_s (Results 1 – 10 of 10) sorted by relevance

/external/autotest/venv/skylab_staging/
Dswarming.py76 def trigger_suite(self, board, pool, build, suite_name, timeout_s): argument
90 def wait_for_suite(self, task_id, board, pool, build, suite_name, timeout_s): argument
105 def _suite_cmd_common(self, board, pool, build, suite_name, timeout_s): argument
119 def _run(self, board, pool, build, suite_name, timeout_s, raw_cmd): argument
Dtest_push.py243 def _ensure_duts_ready(swclient, board, pool, min_duts, timeout_s): argument
/external/autotest/server/cros/
Dgsutil_wrapper.py11 def copy_private_bucket(host, bucket, filename, destination, timeout_s=30): argument
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc41 SingleMachine::SingleMachine(int timeout_s, int num_cpu_cores, int num_gpus) in SingleMachine()
155 int64 timeout_s = timeout_s_ + expected_init_time_s_; in Run() local
252 int64 timeout_s) { in RunWithTimeout()
Dcluster.cc22 Cluster::Cluster(int timeout_s) : timeout_s_(timeout_s) { in Cluster()
Dsingle_machine_test.cc42 int timeout_s = 5; in SetUp() local
/external/grpc-grpc/test/core/gpr/
Dspinlock_test.cc90 static void test(const char* name, void (*body)(void* m), int timeout_s, in test()
Dsync_test.cc243 void (*extra)(void* m), int timeout_s, int incr_step) { in test()
/external/autotest/client/cros/
Dmainloop.py40 def __init__(self, main_loop, timeout_s=-1): argument
/external/tensorflow/tensorflow/python/grappler/
Dcluster.i137 int timeout_s = 60 * 10; in TF_NewCluster() local