Searched defs:watchers (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/memory/
H A Dscoped_vector_unittest.cc285 LifeCycleWatcher watchers[5]; local
288 for(LifeCycleWatcher* it = watchers; it != watchers + arraysize(watchers);
298 for(LifeCycleWatcher* it = watchers; it != watchers + arraysize(watchers);
302 for(LifeCycleWatcher* it = watchers; it != watchers + 1; ++it)
304 for(LifeCycleWatcher* it = watchers
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dscoped_vector_unittest.cc300 LifeCycleWatcher watchers[5]; local
301 size_t watchers_size = sizeof(watchers) / sizeof(*watchers);
304 for (LifeCycleWatcher* it = watchers; it != watchers + watchers_size;
314 for (LifeCycleWatcher* it = watchers; it != watchers + watchers_size;
318 for (LifeCycleWatcher* it = watchers; it != watchers + 1; ++it)
320 for (LifeCycleWatcher* it = watchers
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextView.java53 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;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 75 milliseconds