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

1 2 3

  /external/v8/tools/testrunner/objects/
output.py 35 def __init__(self, exit_code, timed_out, stdout, stderr, pid):
37 self.timed_out = timed_out
47 if self.timed_out:
53 return self.timed_out
56 return [self.exit_code, self.timed_out, self.stdout, self.stderr, self.pid]
  /external/v8/tools/foozzie/
v8_commands.py 14 def __init__(self, exit_code, timed_out, stdout, pid):
16 self.timed_out = timed_out
22 if self.timed_out:
28 return self.timed_out
  /external/webrtc/webrtc/libjingle/xmpp/
pingtask_unittest.cc 38 PingTaskTest() : respond_to_pings(true), timed_out(false) {
56 timed_out = true;
62 bool timed_out; member in class:PingTaskTest
87 EXPECT_FALSE(timed_out);
99 EXPECT_FALSE(timed_out);
100 EXPECT_TRUE_WAIT(timed_out, ping_timeout_millis * 2);
  /art/runtime/
barrier.cc 75 bool timed_out = false; local
80 timed_out = condition_.TimedWait(self, timeout_ms, timeout_ns);
81 if (timed_out || count_ == 0) return timed_out;
90 return timed_out;
  /external/syslinux/core/thread/
kill_thread.c 33 block->timed_out = true; /* Fake an immediate timeout */
timeout.c 35 block->timed_out = true;
semaphore.c 39 block.timed_out = false;
51 rv = block.timed_out ? -1 : ms_timer() - block.block_time;
  /frameworks/base/libs/incident/proto/android/os/
metadata.proto 61 optional bool timed_out = 7;
  /hardware/interfaces/bluetooth/1.0/default/test/
async_fd_watcher_unittest.cc 223 bool timed_out = false;
224 bool* timeout_ptr = &timed_out;
235 EXPECT_FALSE(timed_out);
237 EXPECT_TRUE(timed_out);
245 bool timed_out = false;
257 [&conn_watcher, &timed_out, &timed_out2]() {
258 timed_out = true;
262 EXPECT_FALSE(timed_out);
265 EXPECT_TRUE(timed_out);
268 EXPECT_TRUE(timed_out);
    [all...]
  /system/core/libmemunreachable/
ScopedDisableMalloc.h 82 bool timed_out() { return timed_out_; } function in class:android::ScopedDisableMallocTimeout
  /tools/test/connectivity/acts/framework/acts/libs/proc/
job.py 146 timed_out = False
152 timed_out = True
163 did_timeout=timed_out)
166 if timed_out:
  /tools/test/connectivity/tools/lab/utils/
job.py 146 timed_out = False
152 timed_out = True
163 did_timeout=timed_out)
166 if timed_out:
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 66 bool timed_out; local
76 &timed_out);
87 if (timed_out) {
dalvik_system_VMStack.cc 60 bool timed_out; local
64 &timed_out);
74 } else if (timed_out) {
java_lang_Thread.cc 148 bool timed_out; local
153 &timed_out);
161 } else if (timed_out) {
  /external/python/cpython3/Python/
ceval_gil.h 220 int timed_out = 0; local
224 COND_TIMED_WAIT(gil_cond, gil_mutex, INTERVAL, timed_out);
227 if (timed_out &&
  /external/syslinux/core/include/
thread.h 39 bool timed_out; member in struct:thread_block
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
error_constants.h 126 timed_out = ETIMEDOUT, member in class:errc
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
error_constants.h 126 timed_out = ETIMEDOUT, member in class:errc
  /system/core/libmemunreachable/tests/
ThreadCapture_test.cpp 137 ASSERT_FALSE(disable_malloc.timed_out());
158 ASSERT_FALSE(disable_malloc.timed_out());
240 ASSERT_FALSE(disable_malloc.timed_out());
274 ASSERT_FALSE(disable_malloc.timed_out());
343 ASSERT_FALSE(disable_malloc.timed_out());
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_sender.cc 390 int timed_out = TriggerTimeouts(); local
391 if (timed_out > 0) {
428 int timed_out = 0; local
432 ++timed_out;
437 return timed_out;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
ParsedEvent.java 329 private boolean timed_out; field in class:ParsedEvent.Event_MONITOR_WAITED
339 this.timed_out = packet.getNextValueAsBoolean();
343 return timed_out;
  /external/fio/
client.h 95 client_timed_out_op *timed_out; member in struct:client_ops
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
error_constants.h 162 timed_out = ETIMEDOUT, member in class:errc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
error_constants.h 162 timed_out = ETIMEDOUT, member in class:errc

Completed in 487 milliseconds

1 2 3