Searched defs:timeout_s (Results 1 – 10 of 10) sorted by relevance
/external/autotest/venv/skylab_staging/ |
D | swarming.py | 76 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
|
D | test_push.py | 243 def _ensure_duts_ready(swclient, board, pool, min_duts, timeout_s): argument
|
/external/autotest/server/cros/ |
D | gsutil_wrapper.py | 11 def copy_private_bucket(host, bucket, filename, destination, timeout_s=30): argument
|
/external/tensorflow/tensorflow/core/grappler/clusters/ |
D | single_machine.cc | 41 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()
|
D | cluster.cc | 22 Cluster::Cluster(int timeout_s) : timeout_s_(timeout_s) { in Cluster()
|
D | single_machine_test.cc | 42 int timeout_s = 5; in SetUp() local
|
/external/grpc-grpc/test/core/gpr/ |
D | spinlock_test.cc | 90 static void test(const char* name, void (*body)(void* m), int timeout_s, in test()
|
D | sync_test.cc | 243 void (*extra)(void* m), int timeout_s, int incr_step) { in test()
|
/external/autotest/client/cros/ |
D | mainloop.py | 40 def __init__(self, main_loop, timeout_s=-1): argument
|
/external/tensorflow/tensorflow/python/grappler/ |
D | cluster.i | 137 int timeout_s = 60 * 10; in TF_NewCluster() local
|