/external/v8/tools/testrunner/testproc/ |
D | base.py | 92 def heartbeat(self): member in TestProc 94 self._prev_proc.heartbeat() 135 def heartbeat(self): member in TestProcObserver 137 super(TestProcObserver, self).heartbeat()
|
D | execution.py | 84 if pool_result.heartbeat: 85 self.heartbeat()
|
/external/v8/tools/testrunner/local/ |
D | pool_unittest.py | 27 if result.heartbeat: 38 if result.heartbeat: 51 if result.heartbeat:
|
D | pool.py | 42 def __init__(self, heartbeat, value): argument 43 self.heartbeat = heartbeat
|
/external/u-boot/arch/arm/dts/ |
D | am572x-idk-common.dtsi | 31 heartbeat-led { 32 label = "status0:blue:heartbeat"; 35 linux,default-trigger = "heartbeat";
|
D | am571x-idk.dts | 40 heartbeat-led { 41 label = "status0:blue:heartbeat"; 44 linux,default-trigger = "heartbeat";
|
D | at91sam9g20ek.dts | 21 linux,default-trigger = "heartbeat";
|
D | at91sam9g20ek_2mmc.dts | 48 linux,default-trigger = "heartbeat";
|
D | bcm2835-rpi.dtsi | 15 linux,default-trigger = "heartbeat";
|
D | at91sam9x5cm.dtsi | 82 linux,default-trigger = "heartbeat";
|
D | sama5d3xcm.dtsi | 120 linux,default-trigger = "heartbeat";
|
D | usb_a9263.dts | 124 linux,default-trigger = "heartbeat";
|
D | am335x-rut.dts | 64 /* activelow = 1, default trigger heartbeat */ 80 linux,default-trigger = "heartbeat"; 81 /* activelow = 1, default trigger heartbeat */
|
D | omap3-beagle-xm.dts | 36 heartbeat { 39 linux,default-trigger = "heartbeat";
|
D | am335x-bone-common.dtsi | 33 label = "beaglebone:green:heartbeat"; 35 linux,default-trigger = "heartbeat";
|
/external/tcpdump/tests/ |
D | msnlb.out | 1 MS NLB heartbeat, host priority: 2, cluster IP: 192.168.100.80, host IP: 192.168.100.82 2 MS NLB heartbeat, host priority: 1, cluster IP: 192.168.100.80, host IP: 192.168.100.81
|
/external/libchrome/base/task_scheduler/ |
D | service_thread.cc | 31 void ServiceThread::SetHeartbeatIntervalForTesting(TimeDelta heartbeat) { in SetHeartbeatIntervalForTesting() argument 32 g_heartbeat_for_testing = heartbeat; in SetHeartbeatIntervalForTesting()
|
D | service_thread.h | 36 static void SetHeartbeatIntervalForTesting(TimeDelta heartbeat);
|
/external/u-boot/doc/device-tree-bindings/leds/ |
D | common.txt | 13 "heartbeat" - LED "double" flashes at a load average based rate 21 linux,default-trigger = "heartbeat";
|
/external/u-boot/board/esd/vme8349/ |
D | caddy.h | 49 uint32_t heartbeat; member
|
D | caddy.c | 167 caddy_interface->heartbeat++; in do_caddy()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_WorkerHeartbeat.pbtxt | 16 summary: "Worker heartbeat op."
|
/external/u-boot/board/eets/pdu001/ |
D | Kconfig | 27 process it can be changed to green (or heartbeat or anything else)
|
/external/ltp/lib/ |
D | tst_test.c | 966 static void heartbeat(void) in heartbeat() function 980 heartbeat(); in testrun() 1002 heartbeat(); in testrun() 1090 heartbeat(); in tst_set_timeout()
|
/external/ltp/testcases/kernel/io/disktest/ |
D | CHANGELOG | 17 SIGUSR1 are now handled. Sending SIGUSR1, will display heartbeat 18 statistics since the last time SIGUSR1 was issued or the last heartbeat 19 interval if -h is specified. Sending SIGUSR1, reset heartbeat counter 186 The heartbeat option now shows statistics for the hearbeat interval, and 188 statistical output to discribe the heartbeat, cycle, and total stats.
|