Searched refs:watchers (Results 1 – 10 of 10) sorted by relevance
/external/chromium/base/memory/ |
D | scoped_vector_unittest.cc | 130 LifeCycleWatcher watchers[5]; in TEST() local 133 for(LifeCycleWatcher* it = watchers; it != watchers + arraysize(watchers); in TEST() 143 for(LifeCycleWatcher* it = watchers; it != watchers + arraysize(watchers); in TEST() 147 for(LifeCycleWatcher* it = watchers; it != watchers + 1; ++it) in TEST() 149 for(LifeCycleWatcher* it = watchers + 1; it != watchers + 3; ++it) in TEST() 151 for(LifeCycleWatcher* it = watchers + 3; it != watchers + arraysize(watchers); in TEST()
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
D | earlywarningsystem.py | 105 tool.bugs.post_comment_to_bug(state["patch"].bug_id(), message, cc=cls.watchers) 112 watchers = AbstractEarlyWarningSystem.watchers + [ variable in GtkEWS 121 watchers = AbstractEarlyWarningSystem.watchers + [ variable in EflEWS 144 watchers = AbstractEarlyWarningSystem.watchers + [ variable in AbstractChromiumEWS
|
D | sheriffbot.py | 41 watchers = AbstractQueue.watchers + [ variable in SheriffBot
|
D | queues.py | 58 watchers = [ variable in AbstractQueue 76 self._tool.bugs.add_cc_to_bug(bug_id, self.watchers) 455 tool.bugs.post_comment_to_bug(state["patch"].bug_id(), message, cc=cls.watchers)
|
D | earlywarningsystem_unittest.py | 85 "watchers": ews.watchers,
|
/external/bluetooth/bluez/attrib/ |
D | client.c | 79 GSList *watchers; member 138 for (l = prim->watchers; l; l = l->next) { in primary_free() 230 prim->watchers = g_slist_remove(prim->watchers, watcher); in watcher_exit() 313 g_slist_foreach(prim->watchers, update_watchers, chr); in events_handler() 437 prim->watchers = g_slist_append(prim->watchers, watcher); in register_watcher() 458 l = g_slist_find_custom(prim->watchers, match, watcher_cmp); in unregister_watcher() 465 prim->watchers = g_slist_remove(prim->watchers, watcher); in unregister_watcher()
|
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
D | sheriff_unittest.py | 41 watchers = [ variable in MockSheriffBot
|
D | sheriff.py | 91 cc=self._sheriffbot.watchers)
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 1145 Stop CCing webkit-bot-watchers 1148 webkit-bot-watchers is somewhat of a failed experiment. No one 18124 - Only CC watchers on failure to cut down on commit-queue generated mail. 18318 - Only CC watchers on failure to cut down on commit-queue generated mail. 19309 Add Gustavo and Xan as gtk-ews watchers 24052 [bzt] CC webkit-bot-watchers whenever the bots touch bugs
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 40714 Use a pair of maps to store Geolocation watchers. 40725 (WebCore::Geolocation::Watchers::clear): Added. Removes all watchers. 40726 (WebCore::Geolocation::Watchers::isEmpty): Added. Determines if there are no watchers. 60234 (WebCore::Geolocation::stopTimersForWatchers): Added. Stops the timers for all watchers. 60734 …(WebCore::Geolocation::handleError): Modified. If the error is fatal, stops watchers as well as on… 78056 one shots or watchers.
|