HomeSort by relevance Sort by last modified time
    Searched full:timeout (Results 351 - 375 of 5099) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome_frame/test/data/
navigateurl_relative_host.html 28 OnNavigationFailed('TIMEOUT');
  /external/chromium_org/content/browser/aura/
compositor_resize_lock.h 25 const base::TimeDelta& timeout);
  /external/chromium_org/content/public/common/
speech_recognition_error_list.h 27 // No speech heard before timeout.
  /external/chromium_org/content/test/gpu/page_sets/
gpu_process_tests.json 35 "timeout": 30
  /external/chromium_org/google_apis/gcm/engine/
connection_handler_impl.h 83 // Timeout handler.
89 // Timeout policy: the timeout is only enforced while waiting on the
93 // TODO(zea): consider enforcing a separate timeout when waiting for
  /external/chromium_org/remoting/jingle_glue/
iq_sender.h 36 // with the |response| set to NULL in case of a timeout.
89 // Sets timeout for the request. When the timeout expires the
91 void SetTimeout(base::TimeDelta timeout);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_syncobj.c 83 /* We ignore the user-supplied timeout. This is weaselly -- we're allowed to
88 * timeout.
91 GLbitfield flags, GLuint64 timeout)
109 GLbitfield flags, GLuint64 timeout)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
trace_profiler.py 16 self._browser_backend.StartTracing(None, timeout=10)
  /external/chromium_org/tools/valgrind/gtest_exclude/
interactive_ui_tests.gtest.txt 10 # These test fail due to timeout or limited buildslave support;
  /external/dhcpcd/dhcpcd-hooks/
95-configured 16 BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT)
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/util/
TimeoutService.java 17 * TimeoutService (beta). Here you can register a timeout.
20 * that rely on timeouts, then there will be only one timeout thread. Once all timeouts
92 log.warning("Exeception in Timeout handler:" + e.getMessage() + "(" + sw.toString() + ")");
109 * @return a TimeoutToken that can be used to cancel the timeout.
  /external/iptables/include/libipulog/
libipulog.h 31 unsigned char *buf, size_t len, int timeout);
  /external/kernel-headers/original/linux/
errno.h 23 #define EJUKEBOX 528 /* Request initiated, but will not complete before timeout */
wait.h 203 * wait_event_timeout - sleep until a condition gets true or a timeout elapses
206 * @timeout: timeout, in jiffies
215 * The function returns 0 if the @timeout elapsed, and the remaining
216 * jiffies if the condition evaluated to true before the timeout elapsed.
218 #define wait_event_timeout(wq, condition, timeout) \
220 long __ret = timeout; \
288 * wait_event_interruptible_timeout - sleep until a condition gets true or a timeout elapses
291 * @timeout: timeout, in jiffie
    [all...]
  /external/kernel-headers/original/linux/hdlc/
ioctl.h 43 unsigned int timeout; member in struct:__anon19955
  /external/libnfc-nci/src/nfc/llcp/
llcp_main.c 138 ** Description This function is called when an LLCP-related timeout occurs
152 /* Link timeout or Symm timeout */
157 /* inactivity timeout */
  /external/llvm/utils/lit/
TODO 9 - Support a timeout / ulimit.
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_syncobj.c 83 /* We ignore the user-supplied timeout. This is weaselly -- we're allowed to
88 * timeout.
91 GLbitfield flags, GLuint64 timeout)
109 GLbitfield flags, GLuint64 timeout)
  /external/qemu/distrib/sdl-1.2.15/src/thread/os2/
SDL_syssem.c 82 DECLSPEC int SDLCALL SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
91 if ( timeout == SDL_MUTEX_MAXWAIT ) {
111 if ( timeout == 0 )
147 ulrc = DosWaitEventSem(sem->changed, timeout);
  /external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
SDL_syssem.cpp 134 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
141 if ( timeout == SDL_MUTEX_MAXWAIT )
151 if(KErrNone == sema.Wait(timeout))
157 TInfo* info = new (ELeave)TInfo(timeout, sem->handle);
  /external/valgrind/main/drd/tests/
threaded-fork.c 47 fprintf(stderr, "FAILED - timeout waiting for child\n");
  /external/valgrind/main/none/tests/
threaded-fork.c 45 printf("FAILED - timeout waiting for child\n");
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Mutex.h 42 M4OSA_UInt32 timeout );
M4OSA_Semaphore.h 43 M4OSA_Int32 timeout );
  /frameworks/base/core/java/android/util/
NtpTrustedTime.java 46 private NtpTrustedTime(String server, long timeout) {
49 mTimeout = timeout;
64 final long timeout = Settings.Global.getLong( local
68 sSingleton = new NtpTrustedTime(server, timeout);

Completed in 242 milliseconds

<<11121314151617181920>>