HomeSort by relevance Sort by last modified time
    Searched refs:timeoutSeconds (Results 1 - 24 of 24) sorted by null

  /external/guava/guava-testlib/src/com/google/common/testing/
GcFinalization.java 109 private static long timeoutSeconds() {
134 final long timeoutSeconds = timeoutSeconds();
135 final long deadline = System.nanoTime() + SECONDS.toNanos(timeoutSeconds);
156 String.format("Future not done within %d second timeout", timeoutSeconds));
169 final long timeoutSeconds = timeoutSeconds();
170 final long deadline = System.nanoTime() + SECONDS.toNanos(timeoutSeconds);
186 String.format("Latch failed to count down within %d second timeout", timeoutSeconds));
222 final long timeoutSeconds = timeoutSeconds()
    [all...]
  /external/vogar/src/vogar/target/
RunnerFactory.java 35 int timeoutSeconds, boolean profile, String[] args);
MainRunnerFactory.java 31 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile,
TestRunner.java 51 private final int timeoutSeconds;
65 timeoutSeconds = Integer.parseInt(properties.getProperty(TestProperties.TIMEOUT));
225 skipPastReference, testEnvironment, timeoutSeconds, profile, args);
273 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile, String[] args) {
276 skipPastReference, testEnvironment, timeoutSeconds, profile, args);
CaliperRunnerFactory.java 54 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile,
  /external/vogar/src/vogar/target/junit/
JUnitRunner.java 44 private final int timeoutSeconds;
52 TestEnvironment testEnvironment, int timeoutSeconds, List<VogarTest> tests) {
56 this.timeoutSeconds = timeoutSeconds;
114 thrown = timeoutSeconds == 0
116 : result.get(timeoutSeconds, TimeUnit.SECONDS);
JUnitRunnerFactory.java 40 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile,
44 return new JUnitRunner(monitor, skipPastReference, testEnvironment, timeoutSeconds,
  /packages/apps/Email/tests/src/com/android/email/
TestUtils.java 109 public static void waitUntil(Condition condition, int timeoutSeconds) {
110 waitUntil("", condition, timeoutSeconds);
116 public static void waitUntil(String message, Condition condition, int timeoutSeconds) {
118 final long timeout = System.currentTimeMillis() + timeoutSeconds * 1000;
  /external/vogar/src/vogar/commands/
Command.java 155 * @param timeoutSeconds how long to wait, or 0 to wait indefinitely
158 public List<String> executeWithTimeout(int timeoutSeconds) throws TimeoutException {
159 if (timeoutSeconds == 0) {
163 scheduleTimeout(timeoutSeconds);
199 public void scheduleTimeout(int timeoutSeconds) {
200 timeoutNanoTime = System.nanoTime() + TimeUnit.SECONDS.toNanos(timeoutSeconds);
  /external/vogar/src/vogar/android/
AdbTarget.java 101 private void waitForNonEmptyDirectory(String pathArgument, int timeoutSeconds) {
104 final long deadline = start + (millisPerSecond * timeoutSeconds);
117 throw new RuntimeException("Timed out after " + timeoutSeconds
  /external/vogar/src/vogar/
Run.java 75 public final int timeoutSeconds;
146 this.largeTimeoutSeconds = vogar.timeoutSeconds * Vogar.LARGE_TIMEOUT_MULTIPLIER;
150 this.timeoutSeconds = vogar.timeoutSeconds;
151 this.smallTimeoutSeconds = vogar.timeoutSeconds;
Vogar.java 75 int timeoutSeconds = 60; // default is one minute;
288 System.out.println(" Default is: " + timeoutSeconds);
478 timeoutSeconds = 0;
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 161 * @param timeoutSeconds how long to wait, or 0 to wait indefinitely
164 public List<String> executeWithTimeout(int timeoutSeconds)
166 if (timeoutSeconds == 0) {
171 return executeLater().get(timeoutSeconds, TimeUnit.SECONDS);
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLSessionImpl.java 363 int timeoutSeconds = context.getSessionTimeout();
364 if (timeoutSeconds == 0) {
373 if ((ageSeconds >= timeoutSeconds) || (ageSeconds < 0)) {
  /external/vogar/src/vogar/tasks/
RunActionTask.java 83 int timeoutSeconds = useLargeTimeout
86 if (timeoutSeconds != 0) {
87 currentCommand.scheduleTimeout(timeoutSeconds);
BuildActionTask.java 189 properties.setProperty(TestProperties.TIMEOUT, Integer.toString(run.timeoutSeconds));
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothLeAdvertiseFacade.java 516 * @param timeoutSeconds Limit advertising to a given amount of time.
520 @RpcParameter(name = "timeoutSeconds")
521 Integer timeoutSeconds
523 mAdvertiseSettingsBuilder.setTimeout(timeoutSeconds);
  /external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
PeerConnectionTest.java 351 public boolean waitForAllExpectationsToBeSatisfied(int timeoutSeconds) {
361 long endTime = System.currentTimeMillis() + 1000 * timeoutSeconds;
  /frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
ShortcutManagerTestUtils.java 713 public static void waitUntil(String message, BooleanSupplier condition, int timeoutSeconds) {
714 final long timeout = System.currentTimeMillis() + (timeoutSeconds * 1000L);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 463 milliseconds