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

12 3

  /cts/tests/autofillservice/src/android/autofillservice/cts/
GridActivity.java 172 final OneTimeTextWatcher watcher = new OneTimeTextWatcher(resourceId, cell, value); local
173 mWatchers.add(watcher);
174 cell.addTextChangedListener(watcher);
181 final OneTimeTextWatcher watcher = mWatchers.get(i); local
182 watcher.assertAutoFilled();
  /external/webrtc/talk/media/devices/
devicemanager.h 189 void set_watcher(DeviceWatcher* watcher) { watcher_.reset(watcher); }
190 DeviceWatcher* watcher() { return watcher_.get(); } function in class:cricket::DeviceManager
macdevicemanagermm.mm 100 void ReleaseDeviceWatcherCallback(DeviceWatcherImpl* watcher) {
103 [watcher release];
devicemanager.cc 78 if (!watcher()->Start()) {
88 watcher()->Stop();
  /external/libchrome/mojo/core/
data_pipe_consumer_dispatcher.h 51 MojoResult AddWatcherRef(const scoped_refptr<WatcherDispatcher>& watcher,
53 MojoResult RemoveWatcherRef(WatcherDispatcher* watcher,
data_pipe_producer_dispatcher.h 50 MojoResult AddWatcherRef(const scoped_refptr<WatcherDispatcher>& watcher,
52 MojoResult RemoveWatcherRef(WatcherDispatcher* watcher,
watch.h 22 // watcher.
29 // Constructs a Watch which represents a watch within |watcher| associated
31 Watch(const scoped_refptr<WatcherDispatcher>& watcher,
40 // finalizer to the current RequestContext to invoke the watcher's callback
dispatcher.cc 124 const scoped_refptr<WatcherDispatcher>& watcher,
129 MojoResult Dispatcher::RemoveWatcherRef(WatcherDispatcher* watcher,
dispatcher.h 64 WATCHER,
76 ///////////// Watcher API ////////////////////
156 const scoped_refptr<WatcherDispatcher>& watcher,
160 virtual MojoResult RemoveWatcherRef(WatcherDispatcher* watcher,
message_pipe_dispatcher.cc 252 const scoped_refptr<WatcherDispatcher>& watcher,
257 return watchers_.Add(watcher, context, GetHandleSignalsStateNoLock());
260 MojoResult MessagePipeDispatcher::RemoveWatcherRef(WatcherDispatcher* watcher,
265 return watchers_.Remove(watcher, context);
data_pipe_producer_dispatcher.cc 231 const scoped_refptr<WatcherDispatcher>& watcher,
236 return watchers_.Add(watcher, context, GetHandleSignalsStateNoLock());
240 WatcherDispatcher* watcher,
245 return watchers_.Remove(watcher, context);
core.cc 340 scoped_refptr<Dispatcher> watcher = GetDispatcher(trap_handle); local
341 if (!watcher || watcher->GetType() != Dispatcher::Type::WATCHER)
348 return watcher->WatchDispatcher(std::move(dispatcher), signals, condition,
359 scoped_refptr<Dispatcher> watcher = GetDispatcher(trap_handle); local
360 if (!watcher || watcher->GetType() != Dispatcher::Type::WATCHER)
362 return watcher->CancelWatch(context)
373 scoped_refptr<Dispatcher> watcher = GetDispatcher(trap_handle); local
    [all...]
  /external/syzkaller/vendor/google.golang.org/grpc/
resolver_conn_wrapper.go 95 go ccr.watcher()
98 // watcher processes address updates and service config updates sequentially.
101 func (ccr *ccResolverWrapper) watcher() { func
  /external/libchrome/base/files/
file_path_watcher_linux.cc 70 // Watch directory |path| for changes. |watcher| will be notified on each
72 Watch AddWatch(const FilePath& path, FilePathWatcherImpl* watcher);
75 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
209 // notifications to the Watcher on its home task_runner(). Ideally this should
293 const FilePath& path, FilePathWatcherImpl* watcher) {
307 watchers_[watch].insert(watcher);
312 void InotifyReader::RemoveWatch(Watch watch, FilePathWatcherImpl* watcher) {
318 watchers_[watch].erase(watcher);
333 for (WatcherSet::iterator watcher = watchers_[event->wd].begin();
334 watcher != watchers_[event->wd].end()
    [all...]
  /external/python/cpython2/Lib/plat-mac/
pimp.py 124 watcher=None):
127 self._watcher = watcher
189 watcher=None):
195 self._watcher = watcher
295 self.watcher = None
297 def setWatcher(self, watcher):
298 self.watcher = watcher
683 watcher=self._db.preferences.watcher)
    [all...]
  /external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Connector.java 13 import org.chromium.mojo.system.Watcher;
38 * A watcher which is notified when a new message is available on the owned message pipe.
40 private final Watcher mWatcher;
64 public Connector(MessagePipeHandle messagePipeHandle, Watcher watcher) {
66 mWatcher = watcher;
136 private class WatcherCallback implements Watcher.Callback {
138 * @see org.chromium.mojo.system.Watcher.Callback#onResult(int)
148 * @see org.chromium.mojo.system.Watcher.Callback#onResult(int)
RouterImpl.java 11 import org.chromium.mojo.system.Watcher;
112 * Constructor that will use the default {@link Watcher}.
124 * @param watcher the {@link Watcher} to use to get notification of new messages on the
127 public RouterImpl(MessagePipeHandle messagePipeHandle, Watcher watcher) {
128 mConnector = new Connector(messagePipeHandle, watcher);
  /external/syzkaller/vendor/google.golang.org/grpc/resolver/dns/
dns_resolver.go 94 go i.watcher()
113 go d.watcher()
144 func (i *ipResolver) watcher() { func
166 // wg is used to enforce Close() to return after the watcher() goroutine has finished.
169 // If Close() doesn't wait for watcher() goroutine finishes, race detector sometimes
170 // will warns lookup (READ the lookup function pointers) inside watcher() goroutine
191 func (d *dnsResolver) watcher() { func
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
WifiConfigCreator.java 237 final BroadcastReceiver watcher = new BroadcastReceiver() { local
246 mContext.registerReceiver(watcher, new IntentFilter(WifiManager.WIFI_STATE_CHANGED_ACTION));
254 mContext.unregisterReceiver(watcher);
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
WifiConfigCreator.java 237 final BroadcastReceiver watcher = new BroadcastReceiver() { local
246 mContext.registerReceiver(watcher, new IntentFilter(WifiManager.WIFI_STATE_CHANGED_ACTION));
254 mContext.unregisterReceiver(watcher);
  /external/tensorflow/tensorflow/core/framework/
op.cc 142 Status OpRegistry::SetWatcher(const Watcher& watcher) {
144 if (watcher_ && watcher) {
146 "Cannot over-write a valid watcher with another.");
148 watcher_ = watcher;
  /external/iptables/iptables/
nft-bridge.h 101 struct xtables_target *watcher; member in union:ebt_match::__anon25050
  /external/libchrome/mojo/public/cpp/system/
simple_watcher.cc 23 // Creates a |Context| instance for a new watch on |watcher|, to observe
26 base::WeakPtr<SimpleWatcher> watcher,
35 new Context(watcher, task_runner, watch_id);
180 // The watcher may have already been cancelled if the handle was closed.
  /frameworks/base/cmds/am/src/com/android/commands/am/
Instrument.java 470 InstrumentationWatcher watcher = null; local
473 watcher = new InstrumentationWatcher(reporter);
512 if (!mAm.startInstrumentation(cn, profileFile, flags, args, watcher, connection, userId,
518 if (watcher != null) {
519 if (!watcher.waitForFinish()) {
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebtables.h 99 struct xt_target * watcher; member in union:ebt_entry_watcher::__anon930

Completed in 1051 milliseconds

12 3