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

  /external/guava/guava-testlib/src/com/google/common/testing/
GcFinalization.java 94 private static long timeoutSeconds() {
119 final long timeoutSeconds = timeoutSeconds();
120 final long deadline = System.nanoTime() + SECONDS.toNanos(timeoutSeconds);
141 String.format("Future not done within %d second timeout", timeoutSeconds));
154 final long timeoutSeconds = timeoutSeconds();
155 final long deadline = System.nanoTime() + SECONDS.toNanos(timeoutSeconds);
171 String.format("Latch failed to count down within %d second timeout", timeoutSeconds));
207 final long timeoutSeconds = timeoutSeconds()
    [all...]
  /external/webkit/Tools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 164 static const int timeoutSeconds = 10;
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 380 static const int timeoutSeconds = 30;
384 waitToDumpWatchdog = g_timeout_add_seconds(timeoutSeconds, waitToDumpWatchdogFired, 0);
    [all...]

Completed in 228 milliseconds