HomeSort by relevance Sort by last modified time
    Searched refs:heartbeat (Results 1 - 8 of 8) sorted by null

  /external/autotest/client/tests/kvm/deps/
heartbeat_slu.py 4 Heartbeat server/client to detect soft lockups
55 heartbeat = recv_all(c_sock)
57 drift = check_heartbeat(heartbeat, local_timestamp, threshold, check_drift)
66 print "%.2f: %s (%s)" % (local_timestamp, heartbeat, drift)
68 print "%.2f: %s" % (local_timestamp, heartbeat)
78 heartbeat = get_heartbeat(seq)
79 sock.sendall(heartbeat)
82 print heartbeat
92 def check_heartbeat(heartbeat, local_timestamp, threshold, check_drift):
93 hostname, seq, timestamp = heartbeat.rsplit(
    [all...]
  /external/v8/tools/testrunner/local/
pool.py 31 def __init__(self, heartbeat, value):
32 self.heartbeat = heartbeat
99 MaybeResult either indicates a heartbeat of the runner, i.e. indicating
132 # Indicate a heartbeat. The iterator will continue fetching the
execution.py 332 if result.heartbeat:
333 self.indicator.Heartbeat()
  /system/core/healthd/
healthd.cpp 107 .heartbeat = healthd_mode_nop_heartbeat,
114 .heartbeat = healthd_mode_charger_heartbeat,
121 .heartbeat = healthd_mode_nop_heartbeat,
305 healthd_mode_ops->heartbeat();
  /system/core/healthd/include/healthd/
healthd.h 87 void (*heartbeat)(void); member in struct:healthd_mode_ops
121 // Return 0 to indicate the usual kernel log battery status heartbeat message
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/swf/
test_layer2_actors.py 65 self.worker.heartbeat()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/
layer2.py 187 def heartbeat(self, task_token=None, details=None): member in class:ActivityWorker
  /external/iproute2/doc/
ip-cref.tex 572 TX errors: aborted fifo window heartbeat
    [all...]

Completed in 342 milliseconds