/external/chromium_org/chrome/test/chromedriver/chrome/ |
web_view.h | 75 // one of the callbacks is invoked or the timeout occurs. 80 const base::TimeDelta& timeout, 90 const base::TimeDelta& timeout, 122 // If timeout is exceeded, will return a timeout status. 124 // timeout before returning the timeout status. 126 const base::TimeDelta& timeout,
|
/external/chromium_org/chrome/test/chromedriver/net/ |
sync_websocket.h | 35 // StatusCode::kTimedout if no message is received within |timeout|. 39 const base::TimeDelta& timeout) = 0;
|
/external/chromium_org/content/browser/aura/ |
compositor_resize_lock.cc | 17 const base::TimeDelta& timeout) 33 timeout);
|
/external/chromium_org/content/public/renderer/ |
resource_fetcher.h | 49 // timeout. 50 virtual void SetTimeout(const base::TimeDelta& timeout) = 0;
|
/external/chromium_org/net/tools/quic/test_tools/ |
mock_epoll_server.cc | 46 if (num_events == 0) { // then we'd have waited 'till the timeout. 51 } else { // except we assume that we don't wait for the timeout
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d_sync.c | 42 egl_g3d_wait_sync_condvar(struct egl_g3d_sync *gsync, EGLTimeKHR timeout) 51 /* No timed wait. Always treat timeout as EGL_FOREVER_KHR */ 96 egl_g3d_wait_fence_sync(struct egl_g3d_sync *gsync, EGLTimeKHR timeout) 120 ret = egl_g3d_wait_sync_condvar(gsync, timeout); 223 EGLint flags, EGLTimeKHR timeout) 238 if (timeout) { 244 ret = egl_g3d_wait_sync_condvar(gsync, timeout); 247 ret = egl_g3d_wait_fence_sync(gsync, timeout);
|
/external/iptables/extensions/ |
libxt_IDLETIMER.man | 3 a rule is set with a new label. The rules also take a timeout value (in 15 \fB\-\-timeout\fP \fIamount\fP
|
/external/junit/src/org/junit/internal/runners/statements/ |
FailOnTimeout.java | 13 public FailOnTimeout(Statement originalStatement, long timeout) { 15 fTimeout= timeout;
|
/external/kernel-headers/original/linux/ |
completion.h | 48 unsigned long timeout)); 50 struct completion *x, unsigned long timeout));
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
CondVar.h | 74 ** millisec: Timeout in milliseconds. 76 ** Returns: True if wait is successful; false if timeout occurs.
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d_sync.c | 42 egl_g3d_wait_sync_condvar(struct egl_g3d_sync *gsync, EGLTimeKHR timeout) 51 /* No timed wait. Always treat timeout as EGL_FOREVER_KHR */ 96 egl_g3d_wait_fence_sync(struct egl_g3d_sync *gsync, EGLTimeKHR timeout) 120 ret = egl_g3d_wait_sync_condvar(gsync, timeout); 223 EGLint flags, EGLTimeKHR timeout) 238 if (timeout) { 244 ret = egl_g3d_wait_sync_condvar(gsync, timeout); 247 ret = egl_g3d_wait_fence_sync(gsync, timeout);
|
/external/v8/test/cctest/ |
test-lock.cc | 47 // Semaphore not signalled - timeout. 55 // Semaphore signalled - no timeout.
|
/frameworks/base/core/java/com/android/internal/os/ |
TransferPipe.java | 79 String prefix, String[] args, long timeout) throws IOException, RemoteException { 92 tp.go(out, timeout); 104 String[] args, long timeout) throws IOException, RemoteException { 117 tp.go(out, timeout); 127 public void go(FileDescriptor out, long timeout) throws IOException { 131 mEndTime = SystemClock.uptimeMillis() + timeout; 144 if (DEBUG) Slog.i(TAG, "TIMEOUT!"); 146 throw new IOException("Timeout");
|
/frameworks/volley/src/com/android/volley/ |
RetryPolicy.java | 25 * Returns the current timeout (used for logging). 35 * Prepares for the next retry by applying a backoff to the timeout.
|
/libcore/crypto/src/main/java/org/conscrypt/ |
AbstractSessionContext.java | 42 volatile int timeout; field in class:AbstractSessionContext 67 * @param timeout for cache entries 69 AbstractSessionContext(int maximumSize, int timeout) { 71 this.timeout = timeout; 119 return timeout; 145 timeout = seconds; 152 // timeout as part of their validity condition.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.overview/ |
future_status.pass.cpp | 15 // timeout, 24 static_assert(static_cast<int>(std::future_status::timeout) == 1, "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/ |
cv_status.pass.cpp | 12 // enum class cv_status { no_timeout, timeout }; 20 assert(std::cv_status::timeout == 1);
|
/packages/apps/Bluetooth/res/values-da/ |
strings_map.xml | 6 <string name="map_acceptance_timeout_message" msgid="2247454902690565876">"Der var timeout ved forbindelsen med %1$s"</string> 7 <string name="map_authentication_timeout_message" msgid="2151423397615327066">"Der opstod timeout i indgangssessionnøgle med %1$s"</string>
|
strings_pbap.xml | 6 <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Der var timeout ved forbindelsen med %1$s"</string> 7 <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Der var timeout i indgangssessionnøgle med %1$s"</string>
|
/packages/apps/Bluetooth/res/values-it/ |
strings_map.xml | 6 <string name="map_acceptance_timeout_message" msgid="2247454902690565876">"Timeout per l\'accettazione della connessione con %1$s"</string> 7 <string name="map_authentication_timeout_message" msgid="2151423397615327066">"Timeout dell\'ingresso della chiave di sessione con %1$s"</string>
|
strings_pbap.xml | 6 <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Timeout dell\'accettazione della connessione con %1$s"</string> 7 <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Timeout dell\'ingresso della chiave di sessione con %1$s"</string>
|
/packages/apps/Email/tests/src/com/android/email/ |
ThrottleTest.java | 50 * Gets two events. They're far apart enough that the timeout won't be extended. 94 * Here, we check if the timeout is extended, and the callback get called less than 108 // Timeout should be extended 120 // First call -- won't change the timeout 124 // Call again in 10 ms -- will extend timeout. 129 // Call again in TIMEOUT_EXTEND_INTERAVL ms -- will extend timeout. 134 // Again -- timeout reaches max. 139 // Call in TIMEOUT_EXTEND_INTERAVL + 1 ms -- timeout will get reset.
|
/packages/apps/Nfc/nci/jni/ |
CondVar.h | 70 ** millisec: Timeout in milliseconds. 72 ** Returns: True if wait is successful; false if timeout occurs.
|
/system/core/include/sync/ |
sync.h | 44 /* timeout in msecs */ 45 int sync_wait(int fd, int timeout);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_run_results_unittest.py | 40 if result_type == test_expectations.TIMEOUT: 50 tests = ['passes/text.html', 'failures/expected/timeout.html', 'failures/expected/crash.html', 'failures/expected/keyboard.html', 65 initial_results.add(get_result('failures/expected/timeout.html', test_expectations.TIMEOUT), expected, test_is_slow) 74 initial_results.add(get_result('failures/expected/timeout.html'), expected, test_is_slow) 77 initial_results.add(get_result('passes/text.html', test_expectations.TIMEOUT, run_time=1), expected, test_is_slow) 79 initial_results.add(get_result('failures/expected/timeout.html', test_expectations.CRASH, run_time=0.05), expected, test_is_slow) 80 initial_results.add(get_result('failures/expected/crash.html', test_expectations.TIMEOUT), expected, test_is_slow) 88 retry_results.add(get_result('failures/expected/timeout.html'), True, test_is_slow) 129 self.assertEquals(summary['num_failures_by_type'], {'CRASH': 1, 'MISSING': 0, 'TEXT': 0, 'IMAGE': 0, 'NEEDSREBASELINE': 0, 'NEEDSMANUALREBASELINE': 0, 'PASS': 0, 'REBASELINE': 0, 'SKIP': 0, 'SLOW': 0, 'TIMEOUT': 2, 'IMAGE+TEXT': 0, 'FAIL': 0, 'AUDIO': 1, 'WONTFIX': 1} [all...] |