/external/bluetooth/bluez/network/ |
connection.c | 74 guint watch; /* Disconnect watch */ member in struct:network_conn 167 if (nc->watch) { 168 g_dbus_remove_watch(connection, nc->watch); 169 nc->watch = 0; 187 if (nc->watch) { 188 g_dbus_remove_watch(connection, nc->watch); 189 nc->watch = 0; 427 nc->watch = g_dbus_add_disconnect_watch(conn,
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ContactsFilter.java | 44 // Watch for button clicks.
|
LocalSample.java | 44 // Watch for button clicks.
|
RedirectEnter.java | 43 // Watch for button clicks.
|
AlarmService.java | 54 // Watch for button clicks.
|
Forwarding.java | 66 // Watch for button clicks.
|
RedirectGetter.java | 42 // Watch for button clicks.
|
SendResult.java | 52 // Watch for button clicks.
|
LocalServiceActivities.java | 50 // Watch for button clicks. 164 // Watch for button clicks.
|
Animation.java | 46 // Watch for button clicks.
|
RedirectMain.java | 43 // Watch for button clicks.
|
/external/dbus/dbus/ |
dbus-transport.h | 44 DBusWatch *watch,
|
Android.mk | 53 dbus-watch.c
|
dbus-connection.c | 30 #include "dbus-watch.h" 127 * all the details of dispatch and watch/timeout monitoring. 154 * handle the details here for you by setting up watch functions. 629 DBusWatch *watch); 632 DBusWatch *watch); 635 DBusWatch *watch, 640 DBusWatch *watch, 663 retval = (* add_function) (watches, watch); 667 (* remove_function) (watches, watch); 672 (* toggle_function) (watches, watch, enabled) [all...] |
/frameworks/base/opengl/tests/testPauseResume/ |
README | 5 The program does not draw anything to the screen, it just prints to the log, so use adb logcat to watch the output.
|
/frameworks/base/sax/tests/saxtests/res/raw/ |
youtube.xml | 68 href='http://www.youtube.com/watch?v=nojWJ6-XmeQ'></link> 92 url='http://www.youtube.com/watch?v=nojWJ6-XmeQ'></media:player> 143 href='http://www.youtube.com/watch?v=JahdnOQ9XCA'></link> 170 url='http://www.youtube.com/watch?v=JahdnOQ9XCA'></media:player> 213 href='http://www.youtube.com/watch?v=VcQIwbvGRKU'></link> 239 url='http://www.youtube.com/watch?v=VcQIwbvGRKU'></media:player> 276 href='http://www.youtube.com/watch?v=JsD6uEZsIsU'></link> 308 url='http://www.youtube.com/watch?v=JsD6uEZsIsU'></media:player> 349 href='http://www.youtube.com/watch?v=dt1fB62cGbo'></link> 383 url='http://www.youtube.com/watch?v=dt1fB62cGbo'></media:player [all...] |
/external/dbus/bus/ |
Makefile.in | 61 desktop-file.c desktop-file.h dir-watch-default.c \ 62 dir-watch-dnotify.c dir-watch-kqueue.c dir-watch.h dispatch.c \ 67 @DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX_FALSE@@DBUS_BUS_ENABLE_KQUEUE_FALSE@am__objects_1 = dir-watch-default.$(OBJEXT) 68 @DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX_TRUE@@DBUS_BUS_ENABLE_KQUEUE_FALSE@am__objects_1 = dir-watch-dnotify.$(OBJEXT) 70 @DBUS_BUS_ENABLE_KQUEUE_TRUE@ dir-watch-kqueue.$(OBJEXT) 86 desktop-file.c desktop-file.h dir-watch-default.c \ 87 dir-watch-dnotify.c dir-watch-kqueue.c dir-watch.h dispatch.c [all...] |
bus.c | 33 #include "dir-watch.h" 93 server_watch_callback (DBusWatch *watch, 99 * watch handler is fixed. 102 return dbus_watch_handle (watch, condition); 106 add_server_watch (DBusWatch *watch, 115 watch, server_watch_callback, server, 120 remove_server_watch (DBusWatch *watch, 129 watch, server_watch_callback, server); 521 /* Watch all conf directories */ 855 _dbus_assert_not_reached ("setting watch functions to NULL failed") [all...] |
activation.c | 191 _dbus_assert_not_reached ("setting watch functions to NULL failed"); 1091 babysitter_watch_callback (DBusWatch *watch, 1103 retval = dbus_watch_handle (watch, condition); 1108 * of doing "if we handled a watch status might 1146 add_babysitter_watch (DBusWatch *watch, 1152 watch, babysitter_watch_callback, pending_activation, 1157 remove_babysitter_watch (DBusWatch *watch [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ChronometerDemo.java | 44 // Watch for button clicks.
|
/external/clearsilver/man/man3/ |
cgi_register_parse_cb.3 | 69 You should be careful when reading the data to watch
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherAppWidgetHostView.java | 55 // Watch for longpress events at this level to make sure
|
/external/bluetooth/bluez/rfcomm/ |
rfcomm.1 | 106 .BI watch " <dev> [channel] [cmd]" 107 Watch is identical to
|
/external/quake/quake/src/WinQuake/ |
quake-hipnotic.spec.sh | 46 steal your weapons. Watch out or these little bastards will turn them back on 66 Plant these nasty toys on walls, floors, or even the ceiling and watch as
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
PERF.awk | 39 min = (size != "") ? (size) : (min != "") ? (min) : 1; # min size of buffers to watch 40 max = (size != "") ? (size) : (max != "") ? (max) : 5e9; # max size of buffers to watch
|