HomeSort by relevance Sort by last modified time
    Searched defs:watcher (Results 26 - 50 of 70) sorted by null

12 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h 135 struct ebt_watcher *watcher; member in union:ebt_entry_watcher::__anon41064
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h 135 struct ebt_watcher *watcher; member in union:ebt_entry_watcher::__anon42578
  /external/chromium_org/chrome/browser/metrics/
thread_watcher.cc 164 // Create a new thread watcher object for the given thread and activate it.
165 ThreadWatcher* watcher = new ThreadWatcher(params); local
167 DCHECK(watcher);
168 // If we couldn't register the thread watcher object, we are shutting down,
172 watcher->ActivateThreadWatching();
196 // There is some user activity, PostPingMessage task of thread watcher if
456 void ThreadWatcherList::Register(ThreadWatcher* watcher) {
460 DCHECK(!g_thread_watcher_list_->Find(watcher->thread_id()));
461 g_thread_watcher_list_->registered_[watcher->thread_id()] = watcher;
    [all...]
  /external/chromium_org/content/browser/
plugin_service_impl.cc 104 // stopping the watcher would be enough. Or possibly restart it.
250 FilePathWatcher* watcher = new FilePathWatcher(); local
254 base::Bind(&PluginServiceImpl::RegisterFilePathWatcher, watcher,
256 file_watchers_.push_back(watcher);
688 void PluginServiceImpl::RegisterFilePathWatcher(FilePathWatcher* watcher,
690 bool result = watcher->Watch(path, false,
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiDevice.java 515 * @param watcher {@link UiWatcher}
518 public void registerWatcher(String name, UiWatcher watcher) {
519 Tracer.trace(name, watcher);
521 throw new IllegalStateException("Cannot register new watcher from within another");
523 mWatchers.put(name, watcher);
536 throw new IllegalStateException("Cannot remove a watcher from within another");
553 UiWatcher watcher = mWatchers.get(watcherName); local
554 if (watcher != null) {
557 if (watcher.checkForCondition()) {
561 Log.e(LOG_TAG, "Exceuting watcher: " + watcherName, e)
    [all...]
  /frameworks/uiautomator/src/com/android/uiautomator/core/
UiDevice.java 515 * @param watcher {@link UiWatcher}
518 public void registerWatcher(String name, UiWatcher watcher) {
519 Tracer.trace(name, watcher);
521 throw new IllegalStateException("Cannot register new watcher from within another");
523 mWatchers.put(name, watcher);
536 throw new IllegalStateException("Cannot remove a watcher from within another");
553 UiWatcher watcher = mWatchers.get(watcherName); local
554 if (watcher != null) {
557 if (watcher.checkForCondition()) {
561 Log.e(LOG_TAG, "Exceuting watcher: " + watcherName, e)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_cros.cc 74 CrosNetworkWatcher* watcher = CrosMonitorNetworkServiceProperties( local
78 monitored_networks_[service_path] = watcher;
94 CrosNetworkWatcher* watcher = CrosMonitorNetworkDeviceProperties( local
98 monitored_devices_[device_path] = watcher;
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TextViewTest.java 279 MockTextWatcher watcher = new MockTextWatcher(); local
280 textView.addTextChangedListener(watcher);
281 assertTrue(shadowOf(textView).getWatchers().contains(watcher));
283 textView.removeTextChangedListener(watcher);
284 assertFalse(shadowOf(textView).getWatchers().contains(watcher));
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 849 InstrumentationWatcher watcher = null; local
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc 1270 TabCloseableStateWatcher* watcher = local
2679 TabCloseableStateWatcher* watcher = local
4055 TabCloseableStateWatcher* watcher = local
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManagerNative.java 1253 IActivityController watcher = IActivityController.Stub.asInterface( local
    [all...]
  /prebuilts/sdk/16/
uiautomator.jar 
  /prebuilts/sdk/17/
uiautomator.jar 
  /prebuilts/sdk/18/
uiautomator.jar 
  /prebuilts/sdk/19/
uiautomator.jar 
  /prebuilts/sdk/current/
uiautomator.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /external/chromium_org/third_party/gpsd/release-3.1/
gps.h 1562 bool watcher; \/* is watcher mode on? *\/ member in struct:policy_t
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 2062 milliseconds

12 3