Home
last modified time | relevance | path

Searched refs:waitForReady (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/sequential/
Dtest-inspector-break-when-eval.js27 const waitForReady = session.waitForConsoleOutput('log', 'Ready!');
29 await waitForReady;
/third_party/grpc/src/csharp/Grpc.Core.Api/
DCallOptions.cs209 public CallOptions WithWaitForReady(bool waitForReady = true) in WithWaitForReady()
211 if (waitForReady) in WithWaitForReady()
/third_party/grpc/src/php/tests/generated_code/
DAbstractGeneratedCodeTest.php36 $this->assertFalse(self::$client->waitForReady(1));
41 $this->assertTrue(self::$client->waitForReady(250000));
46 $this->assertTrue(self::$client->waitForReady(250000));
47 $this->assertTrue(self::$client->waitForReady(100));
/third_party/grpc/src/php/lib/Grpc/
DBaseStub.php146 public function waitForReady($timeout) function in Grpc\\BaseStub