Searched defs:timeoutSeconds (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/testing/
H A DGcFinalization.java94 private static long timeoutSeconds() { method in class:GcFinalization
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
[all...]
/external/webkit/Tools/MiniBrowser/qt/
H A DUrlLoader.cpp34 UrlLoader::UrlLoader(BrowserWindow* browserWindow, const QString& inputFileName, int timeoutSeconds, int extraTimeSeconds) argument
47 if (timeoutSeconds) {
48 m_timeoutTimer.setInterval(timeoutSeconds * 1000);
/external/webkit/Tools/QtTestBrowser/
H A Durlloader.cpp35 UrlLoader::UrlLoader(QWebFrame* frame, const QString& inputFileName, int timeoutSeconds, int extraTimeSeconds) argument
48 if (timeoutSeconds) {
49 m_timeoutTimer.setInterval(timeoutSeconds * 1000);
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp380 static const int timeoutSeconds = 30; local
384 waitToDumpWatchdog = g_timeout_add_seconds(timeoutSeconds, waitToDumpWatchdogFired, 0);
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp164 static const int timeoutSeconds = 10; local

Completed in 123 milliseconds