/external/dbus/dbus/ |
dbus-transport-socket.c | 28 #include "dbus-watch.h" 51 DBusWatch *read_watch; /**< Watch for readability. */ 52 DBusWatch *write_watch; /**< Watch for writability. */ 148 /* If we need memory we install the write watch just in case, 160 _dbus_verbose ("check_write_watch(): needed = %d on connection %p watch %p fd = %d outgoing messages exist %d\n", 209 /* If we need memory we install the read watch just in case, 224 _dbus_verbose (" setting read watch enabled = %d\n", need_read_watch); 400 * we don't want to add a write watch in do_iteration before 793 DBusWatch *watch, 798 _dbus_assert (watch == socket_transport->read_watch | [all...] |
dbus-server.c | 198 DBusWatch *watch); 201 DBusWatch *watch); 204 DBusWatch *watch, 209 DBusWatch *watch, 233 retval = (* add_function) (watches, watch); 237 (* remove_function) (watches, watch); 242 (* toggle_function) (watches, watch, enabled); 256 * Adds a watch for this server, chaining out to application-provided 257 * watch handlers. 260 * @param watch the watch to add [all...] |
dbus-connection-internal.h | 60 DBusWatch *watch); 62 DBusWatch *watch); 64 DBusWatch *watch, 66 dbus_bool_t _dbus_connection_handle_watch (DBusWatch *watch,
|
dbus-server-protected.h | 32 #include <dbus/dbus-watch.h> 98 DBusWatch *watch); 100 DBusWatch *watch); 102 DBusWatch *watch,
|
dbus-spawn.h | 30 #include <dbus/dbus-watch.h>
|
dbus-transport.c | 28 #include "dbus-watch.h" 69 /* disable or re-enable the read watch for the transport if 657 * Handles a watch by reading data, writing data, or disconnecting 661 * @param watch the watch. 663 * @returns #FALSE if not enough memory to fully handle the watch 667 DBusWatch *watch, 677 if (dbus_watch_get_fd (watch) < 0) 679 _dbus_warn_check_failed ("Tried to handle an invalidated watch; this watch should have been removed\n") [all...] |
/external/webkit/WebCore/manual-tests/inspector/ |
debugger-watch-expressions.html | 15 <li><p>Add the following expressions to the "Watch Expressions" section of the 46 watch expressions do not currently refresh, so the value for <code>a</code> 49 <li><p>Click the "Refresh" button in the Watch Expressions section and the 54 set of Watch Expressions in the list as you had when you last used web 57 <li><p>Delete an expression by moving the mouse into the Watch Expression 62 of a watch expression, and changing the expression to an empty string or 66 of a watch expression, and changing the expression.
|
dom-mutation.html | 23 <p>To test, open the Inspector and watch the DOM change to match the page. Clicking the buttons will navigate the subframe, and the all the subframe child nodes should change.</p>
|
/external/dbus/bus/ |
Android.mk | 24 dir-watch-default.c \
|
Makefile.am | 27 DIR_WATCH_SOURCE=dir-watch-kqueue.c 30 DIR_WATCH_SOURCE=dir-watch-dnotify.c 32 DIR_WATCH_SOURCE=dir-watch-default.c 48 dir-watch.h \
|
main.c | 26 #include <dbus/dbus-watch.h> 146 handle_reload_watch (DBusWatch *watch, 172 reload_watch_callback (DBusWatch *watch, 176 return dbus_watch_handle (watch, condition); 183 DBusWatch *watch; local 199 watch = _dbus_watch_new (reload_pipe[RELOAD_READ_END], 203 if (watch == NULL) 205 _dbus_warn ("Unable to create reload watch: %s\n", 211 if (!_dbus_loop_add_watch (loop, watch, reload_watch_callback, 214 _dbus_warn ("Unable to add reload watch to main loop: %s\n" [all...] |
/external/webkit/LayoutTests/fast/dom/Geolocation/resources/ |
timeout-clear-watch.js | 1 description("Tests that when a watch times out and is cleared from the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
|
permission-denied-already-clear-watch.js | 1 description("Tests that when Geolocation permission has been denied prior to a call to watchPosition, and the watch is cleared in the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
|
/frameworks/base/core/java/android/app/ |
IActivityWatcher.aidl | 21 * Callback interface to watch the user's traversal through activities.
|
/packages/apps/Email/res/xml/ |
device_admin.xml | 21 <watch-login />
|
/external/wpa_supplicant/ |
ctrl_iface_dbus.c | 51 DBusWatch *watch, eloop_event_type type) 58 dbus_watch_handle(watch, DBUS_WATCH_READABLE); 60 dbus_watch_handle(watch, DBUS_WATCH_WRITABLE); 62 dbus_watch_handle(watch, DBUS_WATCH_ERROR); 94 DBusWatch *watch) 99 if (!dbus_watch_get_enabled(watch)) 102 flags = dbus_watch_get_flags(watch); 103 fd = dbus_watch_get_unix_fd(watch); 106 iface, watch); 110 iface, watch); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_dbus.c | 43 DBusWatch *watch, eloop_event_type type) 50 dbus_watch_handle(watch, DBUS_WATCH_READABLE); 52 dbus_watch_handle(watch, DBUS_WATCH_WRITABLE); 54 dbus_watch_handle(watch, DBUS_WATCH_ERROR); 86 DBusWatch *watch) 91 if (!dbus_watch_get_enabled(watch)) 94 flags = dbus_watch_get_flags(watch); 95 fd = dbus_watch_get_unix_fd(watch); 98 iface, watch); 102 iface, watch); [all...] |
/system/extras/tests/sdcard/ |
stopwatch.h | 40 // Once the watch has been created, start and stop can be called to 62 // StopWatch watch("my name", 20); 65 // watch.start(); 67 // watch.stop(); 72 // watch.sprint(&str, &size); 84 // Create a stop watch. Default capacity == 2 * interval_nb
|
/external/webkit/WebCore/inspector/front-end/ |
WatchExpressionsSidebarPane.js | 33 WebInspector.SidebarPane.call(this, WebInspector.UIString("Watch Expressions")); 57 centerElement.addStyleClass("watch-expressions-buttons-container"); 76 this._watchObjectGroupId = "watch-group"; 85 this.propertiesElement.addStyleClass("watch-expressions"); 124 // check to see if we just added a new watch expression, 163 // at the bottom of the section, then we can add a "No Watch Expressions 164 // element when there are no watch expressions, and this issue should 226 this.valueElement.addStyleClass("watch-expressions-error-level"); 230 deleteButton.title = WebInspector.UIString("Delete watch expression.");
|
/cts/tools/host/src/com/android/cts/ |
HostTimer.java | 106 * Check if the watch dog timer timed out. 115 * Start the watch dog timer. 124 * Restart the watch dog timer.
|
/external/dbus/tools/ |
dbus-monitor.1 | 12 [watch expressions] 39 in, you should specify a set of watch expressions as you would expect to 61 Here is an example of using dbus-monitor to watch for the gnome typing
|
/development/samples/ApiDemos/res/xml/ |
device_admin_sample.xml | 21 <watch-login />
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
Intents.java | 35 // Watch for button clicks.
|
/external/webkit/WebCore/manual-tests/ |
text-field-autoscroll.html | 21 End dragging ............................HERE........watch the text field scroll.
|
/frameworks/base/core/jni/ |
android_server_BluetoothEventLoop.cpp | 424 dbus_bool_t dbusAddWatch(DBusWatch *watch, void *data) { 427 if (dbus_watch_get_enabled(watch)) { 428 // note that we can't just send the watch and inspect it later 430 // to by our eventloop and remove this watch.. reading the add first 431 // and then inspecting the recently deceased watch would be bad. 435 int fd = dbus_watch_get_fd(watch); 438 unsigned int flags = dbus_watch_get_flags(watch); 441 write(nat->controlFdW, &watch, sizeof(DBusWatch*)); 446 void dbusRemoveWatch(DBusWatch *watch, void *data) { 452 int fd = dbus_watch_get_fd(watch); 468 DBusWatch *watch; local [all...] |