HomeSort by relevance Sort by last modified time
    Searched refs:watchers (Results 1 - 14 of 14) sorted by null

  /external/chromium/base/memory/
scoped_vector_unittest.cc 130 LifeCycleWatcher watchers[5]; local
133 for(LifeCycleWatcher* it = watchers; it != watchers + arraysize(watchers);
143 for(LifeCycleWatcher* it = watchers; it != watchers + arraysize(watchers);
147 for(LifeCycleWatcher* it = watchers; it != watchers + 1; ++it)
149 for(LifeCycleWatcher* it = watchers + 1; it != watchers + 3; ++it
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
earlywarningsystem.py 105 tool.bugs.post_comment_to_bug(state["patch"].bug_id(), message, cc=cls.watchers)
112 watchers = AbstractEarlyWarningSystem.watchers + [ variable in class:GtkEWS
121 watchers = AbstractEarlyWarningSystem.watchers + [ variable in class:EflEWS
144 watchers = AbstractEarlyWarningSystem.watchers + [ variable in class:AbstractChromiumEWS
sheriffbot.py 41 watchers = AbstractQueue.watchers + [ variable in class:SheriffBot
earlywarningsystem_unittest.py 85 "watchers": ews.watchers,
92 "handle_script_error": "MOCK: update_status: %(name)s ScriptError error message\nMOCK bug comment: bug_id=42, cc=%(watchers)s\n--- Begin comment ---\nAttachment 197 did not build on %(port)s:\nBuild output: http://dummy_url\n--- End comment ---\n\n" % string_replacemnts,
queues.py 58 watchers = [ variable in class:AbstractQueue
76 self._tool.bugs.add_cc_to_bug(bug_id, self.watchers)
79 log("Failed to CC watchers.")
455 tool.bugs.post_comment_to_bug(state["patch"].bug_id(), message, cc=cls.watchers)
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
clear-watch-invalid-id-crash.js 1 description("Tests for a crash when clearWatch() is called with a zero ID.<br><br>We call clearWatch() with a request in progress then navigate the page. This accesses the watchers map during cleanup and triggers the crash. This page should not be visible when the test completes.");
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
sheriff_unittest.py 41 watchers = [ variable in class:MockSheriffBot
sheriff.py 91 cc=self._sheriffbot.watchers)
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 53 private List<TextWatcher> watchers = new ArrayList<TextWatcher>(); field in class:ShadowTextView
117 for (TextWatcher watcher : watchers) {
123 for (TextWatcher watcher : watchers) {
129 for (TextWatcher watcher : watchers) {
470 this.watchers.add(watcher);
475 this.watchers.remove(watcher);
523 * @return the list of currently registered watchers/listeners
526 return watchers;
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 459 // Early exit so that the text watchers do not get notified
499 // Span watchers need to be called after text watchers, which may update the layout
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 3741 final ChangeWatcher[] watchers = sp.getSpans(0, sp.length(), ChangeWatcher.class); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 432 milliseconds