Home
last modified time | relevance | path

Searched refs:watch (Results 1 – 25 of 70) sorted by relevance

123

/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_common.c60 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/
Ddbus.c59 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/
Dregress-88858.js40 o.watch(0, (arguments-1901)('o'));
41 p.watch(0, make_watcher('p'));
/external/valgrind/gdbserver_tests/
Dmcwatchpoints.stdinB.gdb16 watch undefined[8]
19 watch undefined[9]
Dmcclean_after_fork.stdinB.gdb6 # 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/
DfeedWatch.emf.properties83 # 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…
DfeedWatch.uml2.properties80 # 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/
Dobjcmt-atomic-property.m108 - (BOOL)is3bar; // watch out
109 - (NSString *)get3foo; // watch out
153 - (BOOL)is3bar; // watch out
154 - (NSString *)get3foo; // watch out
Dobjcmt-atomic-property.m.result92 - (BOOL)is3bar; // watch out
93 - (NSString *)get3foo; // watch out
130 - (BOOL)is3bar; // watch out
131 - (NSString *)get3foo; // watch out
Dobjcmt-ns-nonatomic-iosonly.m115 - (BOOL)is3bar; // watch out
116 - (NSString *)get3foo; // watch out
160 - (BOOL)is3bar; // watch out
161 - (NSString *)get3foo; // watch out
Dobjcmt-property.m111 - (BOOL)is3bar; // watch out
112 - (NSString *)get3foo; // watch out
156 - (BOOL)is3bar; // watch out
157 - (NSString *)get3foo; // watch out
Dobjcmt-property.m.result95 - (BOOL)is3bar; // watch out
96 - (NSString *)get3foo; // watch out
133 - (BOOL)is3bar; // watch out
134 - (NSString *)get3foo; // watch out
Dobjcmt-ns-nonatomic-iosonly.m.result99 - (BOOL)is3bar; // watch out
100 - (NSString *)get3foo; // watch out
137 - (BOOL)is3bar; // watch out
138 - (NSString *)get3foo; // watch out
/external/libvncserver/x11vnc/
Dappshare.c254 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/
DMakefile24 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
Drestorecond.h39 extern int watch(int fd, const char *watch_file);
Drestorecond.c228 while (watch(master_fd, watch_file) == 0) { in main()
Dwatch.c165 int watch(int fd, const char *watch_file) in watch() function
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/
Ddebug.watchthreads.txt1 :mod:`paste.debug.watchthreads` -- watch thread workers in paste.httpserver
/external/lldb/test/functionalities/thread/concurrent_events/
DTestConcurrentEvents.py363 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/
Dlockdown_ptrace.txt6 …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.txt32 To watch a feed for changes or the appearance of specific attribute values (like
/external/lldb/test/lang/objc/objc-dynamic-value/
Ddynamic-value.m75 // Observer is the object that will watch Source and cause KVO to swizzle it...
/external/antlr/antlr-3.4/runtime/JavaScript/build/
DREADME51 4) Hit 'Run' and (hopefully ;) watch the pretty green bar grow.
/external/libvncserver/
Dtightvnc-1.3dev5-vncviewer-alpha-cursor.patch30 + /* watch out for tiny fb (rare) */

123