/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/ |
H A D | single_machine.cc | 41 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 D | cluster.cc | 22 Cluster::Cluster(int timeout_s) : timeout_s_(timeout_s) { in Cluster()
|
H A D | single_machine_test.cc | 44 int timeout_s = 10; in SetUp() local
|
/aosp_15_r20/packages/modules/Uwb/ranging/tests/multidevices/lib/ |
D | utils.py | 56 timeout_s=WAIT_TIME_SEC, argument 77 timeout_s=WAIT_TIME_SEC, argument
|
/aosp_15_r20/external/autotest/server/cros/ |
H A D | gsutil_wrapper.py | 15 def copy_private_bucket(host, bucket, filename, destination, timeout_s=30): argument
|
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/storage/ |
H A D | ahci.c | 141 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 D | spinlock_test.cc | 92 static void test(void (*body)(void* m), int timeout_s, int incr_step) { in test()
|
H A D | sync_test.cc | 245 void (*extra)(void* m), int timeout_s, int incr_step) { in test()
|
/aosp_15_r20/external/autotest/client/cros/ |
H A D | mainloop.py | 47 def __init__(self, main_loop, timeout_s=-1): argument
|
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/ |
H A D | pre_stop_hook_server.cc | 106 Status PreStopHookServerManager::Start(int port, size_t timeout_s) { in Start()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/client/ |
H A D | client.py | 370 def wait_for_healthy(self, timeout_s=1200, interval=30): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/grappler/ |
H A D | cluster_wrapper.cc | 85 int timeout_s = 60 * 10; in PYBIND11_MODULE() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/ |
D | le_advertising_manager.cc | 131 std::vector<uint8_t> scan_response_data, int timeout_s, in StartAdvertising()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/ |
H A D | trt_convert_api.cc | 55 int timeout_s = 60 * 10; in NewCluster() local
|
/aosp_15_r20/frameworks/native/cmds/dumpsys/tests/ |
H A D | dumpsys_test.cpp | 184 sp<BinderMock> ExpectDumpAndHang(const char* name, int timeout_s, const std::string& output) { in ExpectDumpAndHang()
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 1068 def wait_until(func, timeout_s, condition=True, sleep_s=1.0): argument
|
/aosp_15_r20/frameworks/native/libs/binder/tests/ |
H A D | binderLibTest.cpp | 446 int waitEvent(int timeout_s) in waitEvent()
|