/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_common.c | 60 DBusWatch *watch, eloop_event_type type) in process_watch() argument 67 dbus_watch_handle(watch, DBUS_WATCH_READABLE); in process_watch() 69 dbus_watch_handle(watch, DBUS_WATCH_WRITABLE); in process_watch() 71 dbus_watch_handle(watch, DBUS_WATCH_ERROR); in process_watch() 100 static dbus_bool_t add_watch(DBusWatch *watch, void *data) in add_watch() argument 106 if (!dbus_watch_get_enabled(watch)) in add_watch() 109 flags = dbus_watch_get_flags(watch); in add_watch() 110 fd = dbus_watch_get_unix_fd(watch); in add_watch() 113 priv, watch); in add_watch() 117 priv, watch); in add_watch() [all …]
|
/external/dnsmasq/src/ |
D | dbus.c | 59 struct watch { struct 60 DBusWatch *watch; member 61 struct watch *next; argument 65 static dbus_bool_t add_watch(DBusWatch *watch, void *data) in add_watch() argument 67 struct watch *w; in add_watch() 70 if (w->watch == watch) in add_watch() 73 if (!(w = whine_malloc(sizeof(struct watch)))) in add_watch() 76 w->watch = watch; in add_watch() 84 static void remove_watch(DBusWatch *watch, void *data) in remove_watch() argument 86 struct watch **up, *w; in remove_watch() [all …]
|
/external/v8/test/mjsunit/regress/ |
D | regress-88858.js | 40 o.watch(0, (arguments-1901)('o')); 41 p.watch(0, make_watcher('p'));
|
/external/valgrind/gdbserver_tests/ |
D | mcwatchpoints.stdinB.gdb | 16 watch undefined[8] 19 watch undefined[9]
|
D | mcclean_after_fork.stdinB.gdb | 6 # put a break in main, and then a watch
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
D | feedWatch.emf.properties | 83 # 1. to watch for ANY change in the feed, check the <feed>'s <updated> node (and respond with an em… 86 # 2. to watch for ANY changes in the current build, check the first <entry>'s <updated> node (and r… 89 # 3a. to watch for coordinated status changes, check the first <entry>'s <build> node's coordinated… 92 # 3b. to watch for jar signing status changes, check the first <entry>'s <build> node's jars="" att… 95 # 3c. to watch for changes in the current build's performance test results on linux-gtk (and respon…
|
D | feedWatch.uml2.properties | 80 # 1. to watch for ANY change in the feed, check the <feed>'s <updated> node (and respond with an em… 83 # 2. to watch for ANY changes in the current build, check the first <entry>'s <updated> node (and r… 86 # 3a. to watch for coordinated status changes, check the first <entry>'s <build> node's coordinated… 89 # 3b. to watch for jar signing status changes, check the first <entry>'s <build> node's jars="" att… 92 # 3c. to watch for changes in the current build's performance test results on linux-gtk (and respon…
|
/external/clang/test/ARCMT/ |
D | objcmt-atomic-property.m | 108 - (BOOL)is3bar; // watch out 109 - (NSString *)get3foo; // watch out 153 - (BOOL)is3bar; // watch out 154 - (NSString *)get3foo; // watch out
|
D | objcmt-atomic-property.m.result | 92 - (BOOL)is3bar; // watch out 93 - (NSString *)get3foo; // watch out 130 - (BOOL)is3bar; // watch out 131 - (NSString *)get3foo; // watch out
|
D | objcmt-ns-nonatomic-iosonly.m | 115 - (BOOL)is3bar; // watch out 116 - (NSString *)get3foo; // watch out 160 - (BOOL)is3bar; // watch out 161 - (NSString *)get3foo; // watch out
|
D | objcmt-property.m | 111 - (BOOL)is3bar; // watch out 112 - (NSString *)get3foo; // watch out 156 - (BOOL)is3bar; // watch out 157 - (NSString *)get3foo; // watch out
|
D | objcmt-property.m.result | 95 - (BOOL)is3bar; // watch out 96 - (NSString *)get3foo; // watch out 133 - (BOOL)is3bar; // watch out 134 - (NSString *)get3foo; // watch out
|
D | objcmt-ns-nonatomic-iosonly.m.result | 99 - (BOOL)is3bar; // watch out 100 - (NSString *)get3foo; // watch out 137 - (BOOL)is3bar; // watch out 138 - (NSString *)get3foo; // watch out
|
/external/libvncserver/x11vnc/ |
D | appshare.c | 254 static Window watch[WMAX]; variable 301 if (watch[i] == win) { in find_win() 643 if (watch[i] != None) { in appshare_cleanup() 644 stop(watch[i]); in appshare_cleanup() 813 Window wchk = watch[i]; in check_inside() 884 watch[free] = win; in add_win() 893 if (watch[i] == win) { in delete_win() 894 watch[i] = None; in delete_win() 978 Window win = watch[i]; in del_app() 1176 if (watch[i] != None) { in add_or_del_win() [all …]
|
/external/selinux/policycoreutils/restorecond/ |
D | Makefile | 24 restorecond.o utmpwatcher.o stringslist.o user.o watch.o: restorecond.h 26 restorecond: ../setfiles/restore.o restorecond.o utmpwatcher.o stringslist.o user.o watch.o
|
D | restorecond.h | 39 extern int watch(int fd, const char *watch_file);
|
D | restorecond.c | 228 while (watch(master_fd, watch_file) == 0) { in main()
|
D | watch.c | 165 int watch(int fd, const char *watch_file) in watch() function
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/ |
D | debug.watchthreads.txt | 1 :mod:`paste.debug.watchthreads` -- watch thread workers in paste.httpserver
|
/external/lldb/test/functionalities/thread/concurrent_events/ |
D | TestConcurrentEvents.py | 363 watch = self.inferior_target.FindWatchpointByID(watchid) 364 … reason_str = "%s hit %d times" % (lldbutil.get_description(watch), watch.GetHitCount())
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
D | lockdown_ptrace.txt | 6 …n by them. Meaning the computer game you are running on your desktop can watch everything going o…
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
D | _README.txt | 32 To watch a feed for changes or the appearance of specific attribute values (like
|
/external/lldb/test/lang/objc/objc-dynamic-value/ |
D | dynamic-value.m | 75 // Observer is the object that will watch Source and cause KVO to swizzle it...
|
/external/antlr/antlr-3.4/runtime/JavaScript/build/ |
D | README | 51 4) Hit 'Run' and (hopefully ;) watch the pretty green bar grow.
|
/external/libvncserver/ |
D | tightvnc-1.3dev5-vncviewer-alpha-cursor.patch | 30 + /* watch out for tiny fb (rare) */
|