Searched refs:periodic (Results 1 – 16 of 16) sorted by relevance
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/ |
D | schedulers.py | 5 …trunkBuilders = [name for name, periodic in builders if name.startswith('trunk-') and not periodic] 7 …stableBuilders = [name for name, periodic in builders if name.startswith('stable-') and not period… 9 periodicBuilders = [name for name, periodic in builders if periodic] 14 periodic = Periodic("periodic", periodicBuilders, 6 * 60 * 60) 16 return [trunk, periodic]
|
D | builders.py | 45 for name, factory, slaves, periodic in _builders: 50 'periodic': periodic})
|
/external/qemu/hw/ |
D | bt-hci.c | 45 int periodic; member 504 if (!hci->lm.periodic) in bt_hci_inquiry_done() 603 if (hci->lm.periodic) in bt_hci_inquiry_start() 1503 hci->lm.periodic = 0; in bt_submit_hci() 1511 if (!hci->lm.inquire || hci->lm.periodic) { in bt_submit_hci() 1541 hci->lm.periodic = 1; in bt_submit_hci() 1550 if (!hci->lm.inquire || !hci->lm.periodic) { in bt_submit_hci()
|
/external/bluetooth/bluez/src/ |
D | security.c | 565 static void start_inquiry(bdaddr_t *local, uint8_t status, gboolean periodic) in start_inquiry() argument 588 if (periodic) { in start_inquiry() 608 static void inquiry_complete(bdaddr_t *local, uint8_t status, gboolean periodic) in inquiry_complete() argument 636 if (periodic) { in inquiry_complete()
|
D | adapter.h | 179 int (*start_discovery) (int index, gboolean periodic);
|
D | adapter.c | 1205 gboolean periodic = TRUE; in adapter_start_inquiry() local 1208 periodic = FALSE; in adapter_start_inquiry() 1212 return adapter_ops->start_discovery(adapter->dev_id, periodic); in adapter_start_inquiry()
|
/external/bluetooth/bluez/plugins/ |
D | hciops.c | 570 static int hciops_start_discovery(int index, gboolean periodic) in hciops_start_discovery() argument 579 if (periodic) { in hciops_start_discovery()
|
/external/bluetooth/bluez/doc/ |
D | adapter-api.txt | 195 a periodic discovery finishes and previously found
|
/external/kernel-headers/original/linux/ |
D | input.h | 780 struct ff_periodic_effect periodic; member
|
/external/blktrace/btt/doc/ |
D | btt.tex | 813 [ -L <freq> | --periodic-latencies=<freq> ] 915 \subsection{\label{sec:o-L}\texttt{--periodic-latencies}/\texttt{-L}} 918 files (q2c \& d2c) per device containing a periodic timestamp \& 1028 While \texttt{btt} is processing data, it will put out periodic (1-second
|
/external/bluetooth/bluez/ |
D | ChangeLog | 318 Fix issue with periodic inquiry on startup. 596 Allow bonding during periodic inquiry. 896 Add periodic discovery support to the D-Bus interface. 904 Add support for periodic inquiry mode.
|
/external/qemu/ |
D | Changelog | 387 - more precise RTC emulation (periodic timers + time updates)
|
/external/chromium/net/data/proxy_resolver_perftest/ |
D | no-ads.pac | 342 // http://msdn.microsoft.com/library/periodic/period99/faq0599.htm
|
/external/bluetooth/glib/po/ |
D | ro.po | 1224 msgstr "unitatea nu poate verifica periodic pentru discuri noi"
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 21959 periodic pEr/od6k
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 28107 … post periodic 'timeupdate' events when the movie is actually playing, and because we want to know 28120 (WebCore::HTMLMediaElement::updatePlayState): Stop timer used to fire periodic 'timeupdate'
|