HomeSort by relevance Sort by last modified time
    Searched refs:timed_out (Results 51 - 75 of 76) sorted by null

1 23 4

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
error_constants.h 162 timed_out = ETIMEDOUT, member in class:errc
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
driver.py 159 timed_out = self._server_process.timed_out
162 if stop_when_done or crashed or timed_out:
190 timeout=timed_out, error=self.error_from_test,
421 if self._server_process.timed_out or self.has_crashed():
server_process.py 101 self.timed_out = False
213 self.timed_out = True
android.py     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_context.c 375 boolean timed_out; local
377 timed_out = !screen->fence_finish(screen, fence->pipe_fence, timeout);
378 if (timed_out)
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.c 375 boolean timed_out; local
377 timed_out = !screen->fence_finish(screen, fence->pipe_fence, timeout);
378 if (timed_out)
  /external/v8/tools/
test.py 332 def __init__(self, exit_code, timed_out, stdout, stderr):
334 self.timed_out = timed_out
431 if self.output.timed_out:
437 return self.output.timed_out
494 timed_out = False
504 timed_out = True
511 return (process, exit_code, timed_out)
537 (process, exit_code, timed_out) = RunProcess(
550 return CommandOutput(exit_code, timed_out, output, errors
    [all...]
  /external/netperf/
nettest_sdp.c 2297 int timed_out = 0; local
3007 int timed_out = 0; local
    [all...]
nettest_xti.c 1718 int timed_out = 0; local
4547 int timed_out = 0; local
5000 int timed_out = 0; local
5560 int timed_out = 0; local
    [all...]
nettest_dlpi.c 1034 int timed_out = 0; local
3344 int timed_out = 0; local
    [all...]
nettest_unix.c 1068 int timed_out = 0; local
3039 int timed_out = 0; local
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_pm.c 37 static void bta_dm_pm_set_mode(BD_ADDR peer_addr, BOOLEAN timed_out );
323 static void bta_dm_pm_set_mode(BD_ADDR peer_addr, BOOLEAN timed_out )
424 if(!timed_out && timeout)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
errc.pass.cpp 97 static_assert(static_cast<int>(std::errc::timed_out) == ETIMEDOUT, "");
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_main.c 783 void l2c_process_held_packets (BOOLEAN timed_out)
791 if (!timed_out)
805 if (!timed_out || (!p_buf->layer_specific) || (--p_buf->layer_specific == 0))
    [all...]
l2c_int.h 576 extern void l2c_process_held_packets (BOOLEAN timed_out);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.h 300 void OnSwappedOut(bool timed_out);
render_view_host_impl.cc 446 void RenderViewHostImpl::OnSwappedOut(bool timed_out) {
451 has_timed_out_on_unload_ = timed_out;
    [all...]
  /external/llvm/include/llvm/Support/
system_error.h 197 timed_out, // ETIMEDOUT
601 timed_out = ETIMEDOUT, enumerator in enum:llvm::errc::_
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 425 if (ec == errc::timed_out) {
  /external/valgrind/unittest/
windows_tests.cc 182 void CALLBACK DoneWaiting(void *param, BOOLEAN timed_out) {
  /external/chromium/net/socket/
client_socket_pool_base.cc 601 bool timed_out = (now - start_time) >= timeout; local
602 if (timed_out)
    [all...]
  /art/runtime/
thread.h 192 static Thread* SuspendForDebugger(jobject peer, bool request_suspension, bool* timed_out)
debugger.cc 1937 bool timed_out; local
2413 bool timed_out; local
    [all...]
thread.cc 597 Thread* Thread::SuspendForDebugger(jobject peer, bool request_suspension, bool* timed_out) {
602 *timed_out = false;
648 *timed_out = true;
    [all...]
  /external/chromium_org/net/socket/
client_socket_pool_base.cc 650 bool timed_out = (now - start_time) >= timeout; local
651 if (timed_out)
    [all...]

Completed in 1134 milliseconds

1 23 4