Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/
H A Dsingle_machine.cc41 SingleMachine::SingleMachine(int timeout_s, int num_cpu_cores, int num_gpus) in SingleMachine()
156 int64_t timeout_s = timeout_s_ + expected_init_time_s_; in Run() local
251 int64_t timeout_s) { in RunWithTimeout()
H A Dcluster.cc22 Cluster::Cluster(int timeout_s) : timeout_s_(timeout_s) { in Cluster()
H A Dsingle_machine_test.cc44 int timeout_s = 10; in SetUp() local
/aosp_15_r20/packages/modules/Uwb/ranging/tests/multidevices/lib/
Dutils.py56 timeout_s=WAIT_TIME_SEC, argument
77 timeout_s=WAIT_TIME_SEC, argument
/aosp_15_r20/external/autotest/server/cros/
H A Dgsutil_wrapper.py15 def copy_private_bucket(host, bucket, filename, destination, timeout_s=30): argument
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/storage/
H A Dahci.c141 const int timeout_s = 30; /* Time out after 30s. */ in ahci_dev_init() local
/aosp_15_r20/external/grpc-grpc/test/core/gpr/
H A Dspinlock_test.cc92 static void test(void (*body)(void* m), int timeout_s, int incr_step) { in test()
H A Dsync_test.cc245 void (*extra)(void* m), int timeout_s, int incr_step) { in test()
/aosp_15_r20/external/autotest/client/cros/
H A Dmainloop.py47 def __init__(self, main_loop, timeout_s=-1): argument
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dpre_stop_hook_server.cc106 Status PreStopHookServerManager::Start(int port, size_t timeout_s) { in Start()
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/client/
H A Dclient.py370 def wait_for_healthy(self, timeout_s=1200, interval=30): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/grappler/
H A Dcluster_wrapper.cc85 int timeout_s = 60 * 10; in PYBIND11_MODULE() local
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dle_advertising_manager.cc131 std::vector<uint8_t> scan_response_data, int timeout_s, in StartAdvertising()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/
H A Dtrt_convert_api.cc55 int timeout_s = 60 * 10; in NewCluster() local
/aosp_15_r20/frameworks/native/cmds/dumpsys/tests/
H A Ddumpsys_test.cpp184 sp<BinderMock> ExpectDumpAndHang(const char* name, int timeout_s, const std::string& output) { in ExpectDumpAndHang()
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Dutils.py1068 def wait_until(func, timeout_s, condition=True, sleep_s=1.0): argument
/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp446 int waitEvent(int timeout_s) in waitEvent()