/dalvik/tests/079-phantom/src/ |
Bitmap.java | 123 * Thread that watches for un-referenced bitmap data.
|
/external/bluetooth/glib/gio/ |
gvolumemonitor.h | 56 * A Volume Monitor that watches for volume events.
|
/external/chromium/chrome/browser/extensions/ |
extension_idle_api.cc | 51 // Internal object which watches for changes in the system idle state.
|
/external/chromium/chrome/browser/net/ |
load_timing_observer.h | 22 // LoadTimingObserver watches the NetLog event stream and collects the network
|
passive_log_collector.h | 20 // PassiveLogCollector watches the NetLog event stream, and saves the network
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
xmppengine.h | 259 HL_SINGLE, //!< Watches for a single message, e.g., by id and sender 260 HL_SENDER, //!< Watches for a type of message from a specific sender 261 HL_TYPE, //!< Watches a type of message, e.g., all groupchat msgs 262 HL_ALL, //!< Watches all messages - gets last shot
|
/external/bluetooth/bluez/audio/ |
telephony-ofono.c | 60 static GSList *watches = NULL; variable [all...] |
telephony-maemo6.c | 147 static GSList *watches = NULL; variable [all...] |
/external/dbus/dbus/ |
dbus-mainloop.c | 576 /* fill our array of fds and watches */ 777 /* FIXME I think this "restart if we change the watches" 778 * approach could result in starving watches
|
/frameworks/base/docs/html/tools/help/ |
monkey.jd | 30 <p>When the Monkey runs, it generates events and sends them to the system. It also <i>watches</i> 35 watches for attempts to navigate to any other packages, and blocks them.</li> 227 <td>Watches for and reports crashes occurring in the Android system native code. If --kill-process-after-error is set, the system will stop.</td>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
audit.h | 61 #define AUDIT_WATCH_LIST 1009 /* List all file/dir watches */ 139 #define AUDIT_FILTER_WATCH 0x03 /* Apply rule to file system watches */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
audit.h | 61 #define AUDIT_WATCH_LIST 1009 /* List all file/dir watches */ 139 #define AUDIT_FILTER_WATCH 0x03 /* Apply rule to file system watches */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
audit.h | 61 #define AUDIT_WATCH_LIST 1009 /* List all file/dir watches */ 139 #define AUDIT_FILTER_WATCH 0x03 /* Apply rule to file system watches */
|
/external/bluetooth/bluez/src/ |
device.c | 118 GSList *watches; /* List of disconnect_data */ member in struct:btd_device 744 while (device->watches) { 745 struct btd_disconnect_data *data = device->watches->data; 753 if (!g_slist_find(device->watches, data)) 756 device->watches = g_slist_remove(device->watches, data); 929 device->watches = g_slist_append(device->watches, data); 938 for (l = device->watches; l; l = l->next) { 942 device->watches = g_slist_remove(device->watches [all...] |
/external/chromium/base/ |
message_pump_libevent.h | 148 // Libevent dispatcher. Watches all sockets registered with it, and sends
|
/frameworks/base/telephony/java/android/telephony/ |
PhoneNumberFormattingTextWatcher.java | 30 * Watches a {@link android.widget.TextView} and if a phone number is entered
|
/system/extras/tests/sdcard/ |
stopwatch.h | 48 // watches on different threads. For processes, use different files
|
/external/chromium/base/files/ |
file_path_watcher_win.cc | 189 // that windows sometimes hands out watches to direectories that are
|
/external/chromium/chrome/browser/ |
browser_process.h | 189 // Returns the object that watches for changes in the closeable state of tab.
|
/external/dbus/tools/ |
dbus-launch.1 | 157 created that watches stdin for HUP and tries to connect to the X
|
/external/webkit/Source/WebCore/platform/android/ |
GeolocationServiceAndroid.cpp | 116 // Called when the Geolocation object has no watches or one shots in
|
/frameworks/base/services/java/com/android/server/net/ |
NetworkStatsService.java | 699 * Receiver that watches for {@link IConnectivityManager} to claim network 713 * Receiver that watches for {@link Tethering} to claim interface pairs. 764 * Observer that watches for {@link INetworkManagementService} alerts. 788 * Receiver that watches for {@link TelephonyManager} changes, such as [all...] |
NetworkPolicyManagerService.java | 455 * Receiver that watches for {@link INetworkStatsService} updates, which we 473 * Receiver that watches for {@link Notification} control of 487 * Receiver that watches for {@link Notification} control of 502 * Receiver that watches for {@link WifiConfiguration} to be changed. 529 * Receiver that watches {@link WifiInfo} state changes to infer metered 571 * Observer that watches for {@link INetworkManagementService} alerts. [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
transport.h | 31 // however, this base class keeps track of the channels by name, watches their
|
/external/dbus/cmake/tools/ |
dbus-launch.xml | 195 created that watches stdin for HUP and tries to connect to the X
|