| /external/iproute2/misc/ |
| ss.c | 374 int timer; member in struct:tcpstat 1159 &s.timer, &s.timeout, &s.retrs, &s.uid, &s.probes, &s.ino, 1184 if (s.timer) { 1185 if (s.timer > 4) 1186 s.timer = 5; 1187 printf(" timer:(%s,%s,%d)", 1188 tmr_name[s.timer], 1190 s.timer != 1 ? s.probes : s.retrs); 1381 printf(" timer:(%s,%s,%d)", [all...] |
| /external/bluetooth/bluez/audio/ |
| avdtp.c | 371 guint timer; /* Waiting for other side to close or open member in struct:avdtp_stream 626 stream->timer = 0; 639 stream->timer = 0; 780 if (stream->timer) 781 g_source_remove(stream->timer); 840 if (stream->timer) { 841 g_source_remove(stream->timer); 842 stream->timer = 0; [all...] |
| /external/qemu/ |
| qemu-char-android.c | 30 #include "qemu-timer.h" 858 QEMUTimer *timer; member in struct:__anon6529 922 * timer triggers. 924 qemu_mod_timer(s->timer, qemu_get_clock(rt_clock) + 10); 938 qemu_mod_timer(s->timer, qemu_get_clock(rt_clock) + 1000); 970 qemu_del_timer(s->timer); 971 qemu_free_timer(s->timer); 1013 s->timer = qemu_new_timer(rt_clock, pty_chr_timer, chr); [all...] |
| qemu-char.c | 29 #include "qemu-timer.h" 826 QEMUTimer *timer; member in struct:__anon6536 890 * timer triggers. 892 qemu_mod_timer(s->timer, qemu_get_clock(rt_clock) + 10); 906 qemu_mod_timer(s->timer, qemu_get_clock(rt_clock) + 1000); 938 qemu_del_timer(s->timer); 939 qemu_free_timer(s->timer); 980 s->timer = qemu_new_timer(rt_clock, pty_chr_timer, chr); [all...] |
| vnc-android.c | 30 #include "qemu-timer.h" 725 qemu_mod_timer(vs->timer, qemu_get_clock(rt_clock) + VNC_REFRESH_INTERVAL); 766 qemu_mod_timer(vs->timer, qemu_get_clock(rt_clock) + VNC_REFRESH_INTERVAL); 814 qemu_mod_timer(vs->timer, qemu_get_clock(rt_clock) + VNC_REFRESH_INTERVAL); 898 qemu_del_timer(vs->timer); 899 qemu_free_timer(vs->timer); [all...] |
| vnc.c | 30 #include "qemu-timer.h" 719 qemu_mod_timer(vs->timer, qemu_get_clock(rt_clock) + VNC_REFRESH_INTERVAL); 760 qemu_mod_timer(vs->timer, qemu_get_clock(rt_clock) + VNC_REFRESH_INTERVAL); 808 qemu_mod_timer(vs->timer, qemu_get_clock(rt_clock) + VNC_REFRESH_INTERVAL); 892 qemu_del_timer(vs->timer); 893 qemu_free_timer(vs->timer); [all...] |
| /external/kernel-headers/original/linux/ |
| jbd.h | 32 #include <linux/timer.h> 619 * @j_commit_timer: The timer used to wakeup the commit thread 800 /* The timer used to wakeup the commit thread: */ [all...] |
| input.h | 827 #include <linux/timer.h> 886 struct timer_list timer; member in struct:input_dev
|
| blkdev.h | 7 #include <linux/timer.h>
|
| /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
| AuthenticationHelperImpl.java | 30 import java.util.Timer; 82 Timer timer; field in class:AuthenticationHelperImpl
|
| /external/webkit/SunSpider/tests/parse-only/ |
| concat-jquery-mootools-prototype.js | [all...] |
| prototype-1.6.0.3.js | 304 this.timer = setInterval(this.onTimerEvent.bind(this), this.frequency * 1000); 312 if (!this.timer) return; 313 clearInterval(this.timer); 314 this.timer = null; [all...] |
| /external/webkit/WebCore/platform/network/win/ |
| ResourceHandleWin.cpp | 39 #include "Timer.h" 407 void ResourceHandle::fileLoadTimer(Timer<ResourceHandle>* timer)
|
| /hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
| osapi.c | 45 #include <linux/timer.h> 169 * OS TIMER API * 176 DESCRIPTION: This function creates and initializes an OS timer object associated with a 183 RETURN: A handle of the created OS timer. 185 NOTES: 1) The user's callback is called directly from OS timer context when expired. 208 DESCRIPTION: This function destroys the OS timer object. 226 DESCRIPTION: This function start the timer object. 245 DESCRIPTION: This function stop the timer object. 504 Just a place holder for timer expiration handling in other OSs. 505 In Linux, user callback is called directly on OS timer expiry [all...] |
| /system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
| osapi.c | 45 #include <linux/timer.h> 168 * OS TIMER API * 175 DESCRIPTION: This function creates and initializes an OS timer object associated with a 182 RETURN: A handle of the created OS timer. 184 NOTES: 1) The user's callback is called directly from OS timer context when expired. 204 DESCRIPTION: This function destroys the OS timer object. 222 DESCRIPTION: This function start the timer object. 241 DESCRIPTION: This function stop the timer object. 500 Just a place holder for timer expiration handling in other OSs. 501 In Linux, user callback is called directly on OS timer expiry [all...] |
| /external/webkit/WebCore/loader/appcache/ |
| ApplicationCacheGroup.cpp | 944 ChromeClientCallbackTimer* timer = new ChromeClientCallbackTimer(this); local [all...] |
| /external/webkit/WebKit/mac/Plugins/ |
| WebBaseNetscapePluginStream.mm | 557 void WebNetscapePluginStream::deliverDataTimerFired(WebCore::Timer<WebNetscapePluginStream>* timer)
|
| /hardware/broadcom/wlan/bcm4329/src/wl/sys/ |
| wl_cfg80211.c | 743 mod_timer(&iscan->timer, jiffies + iscan->timer_ms*HZ/1000); [all...] |
| /external/blktrace/ |
| blkparse.c | 1364 static inline void __account_unplug(struct io_stats *ios, int timer) 1366 if (timer) 1373 struct per_cpu_info *pci, int timer) 1375 __account_unplug(&pci->io_stats, timer); 1380 __account_unplug(ios, timer); [all...] |
| /external/dropbear/libtomcrypt/testprof/ |
| x86_prof.c | 93 static ulong64 timer, skew = 0; variable 97 timer = rdtsc(); 102 return rdtsc() - timer; [all...] |
| /external/webkit/JavaScriptCore/wtf/ |
| DateMath.cpp | 93 extern "C" struct tm * localtime(const time_t *timer);
|
| /external/webkit/WebCore/html/ |
| HTMLTokenizer.cpp | [all...] |
| /external/webkit/WebKit/chromium/src/ |
| EditorClientImpl.cpp | 736 void EditorClientImpl::doAutofill(Timer<EditorClientImpl>* timer) [all...] |
| /external/chromium/ |
| Android.mk | 104 base/timer.cc \
|
| /external/libvpx/vp8/encoder/ |
| onyx_if.c | 4388 struct vpx_usec_timer timer; local 4847 struct vpx_usec_timer timer; local [all...] |