Home
last modified time | relevance | path

Searched refs:waitForProcess (Results 1 – 2 of 2) sorted by relevance

/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/testing/
DBaseEmulatorHelper.java119 protected final int waitForProcess(Duration timeout) in waitForProcess() method in BaseEmulatorHelper
133 private static int waitForProcess(final Process process, Duration timeout) in waitForProcess() method in BaseEmulatorHelper
269 return waitForProcess(process, timeout); in waitFor()
379 return waitForProcess(process, timeout); in waitFor()
/external/sdk-platform-java/java-core/google-cloud-core/src/test/java/com/google/cloud/testing/
DBaseEmulatorHelperTest.java75 waitForProcess(timeout); in stop()