HomeSort by relevance Sort by last modified time
    Searched defs:no_timeout (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/framework/
rendezvous.cc 145 const int64 no_timeout = 0; local
146 return Recv(key, args, val, is_dead, no_timeout);
  /test/vts/runners/target/vts_hal_hidl_target/
VtsHalHidlTargetCallbackBase.h 72 * EXPECT_TRUE(result.no_timeout); // Check wait did not time out
77 * EXPECT_TRUE(result.no_timeout);
97 : no_timeout(false),
102 bool no_timeout; member in struct:testing::VtsHalHidlTargetCallbackBase::WaitForCallbackResult
149 while (!res.no_timeout) {
320 res.no_timeout = true;
426 if (test.no_timeout) {
  /hardware/interfaces/bluetooth/1.0/vts/functional/
VtsHalBluetoothV1_0TargetTest.cpp 187 .no_timeout);
302 bool no_timeout = local
303 bluetooth_cb->WaitForCallback(kCallbackNameHciEventReceived).no_timeout;
304 EXPECT_TRUE(no_timeout || !timeout_is_error);
305 if (no_timeout && timeout_is_error) {
435 .no_timeout);
480 .no_timeout);

Completed in 95 milliseconds