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

  /external/libchrome/base/memory/
scoped_vector_unittest.cc 299 LifeCycleWatcher watchers[5]; local
302 for(LifeCycleWatcher* it = watchers; it != watchers + arraysize(watchers);
312 for(LifeCycleWatcher* it = watchers; it != watchers + arraysize(watchers);
316 for(LifeCycleWatcher* it = watchers; it != watchers + 1; ++it)
318 for(LifeCycleWatcher* it = watchers + 1; it != watchers + 3; ++it
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
scoped_vector_unittest.cc 302 LifeCycleWatcher watchers[5]; local
303 size_t watchers_size = sizeof(watchers) / sizeof(*watchers);
306 for (LifeCycleWatcher* it = watchers; it != watchers + watchers_size;
316 for (LifeCycleWatcher* it = watchers; it != watchers + watchers_size;
320 for (LifeCycleWatcher* it = watchers; it != watchers + 1; ++it)
322 for (LifeCycleWatcher* it = watchers + 1; it != watchers + 3; ++it
    [all...]
  /external/robolectric/v1/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/widget/
TextView.java 4450 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 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/sdk/tools/jills/
jill-3.36.CANDIDATE.jar 
jill-4.7.BETA.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 266 milliseconds