HomeSort by relevance Sort by last modified time
    Searched full:watcher (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium/base/
waitable_event_watcher_unittest.cc 40 WaitableEventWatcher watcher; local
41 EXPECT_TRUE(watcher.GetWatchedEvent() == NULL);
44 watcher.StartWatching(&event, &delegate);
45 EXPECT_EQ(&event, watcher.GetWatchedEvent());
51 EXPECT_TRUE(watcher.GetWatchedEvent() == NULL);
60 WaitableEventWatcher watcher; local
63 watcher.StartWatching(&event, &delegate);
65 watcher.StopWatching();
74 WaitableEventWatcher watcher; local
79 watcher.StartWatching(&event, &delegate)
100 WaitableEventWatcher watcher; local
117 WaitableEventWatcher watcher; local
    [all...]
object_watcher_unittest.cc 36 base::ObjectWatcher watcher; local
37 EXPECT_EQ(NULL, watcher.GetWatchedObject());
43 bool ok = watcher.StartWatching(event, &delegate);
45 EXPECT_EQ(event, watcher.GetWatchedObject());
51 EXPECT_EQ(NULL, watcher.GetWatchedObject());
58 base::ObjectWatcher watcher; local
64 bool ok = watcher.StartWatching(event, &delegate);
67 watcher.StopWatching();
76 base::ObjectWatcher watcher; local
84 bool ok = watcher.StartWatching(event, &delegate)
108 base::ObjectWatcher watcher; local
    [all...]
directory_watcher_unittest.cc 159 DirectoryWatcher watcher; local
161 ASSERT_TRUE(watcher.Watch(test_dir_, &delegate, NULL, false));
174 DirectoryWatcher watcher; local
176 ASSERT_TRUE(watcher.Watch(test_dir_, &delegate, NULL, false));
189 DirectoryWatcher watcher; local
191 ASSERT_TRUE(watcher.Watch(test_dir_, &delegate, NULL, false));
199 // Verify that letting the watcher go out of scope stops notifications.
204 DirectoryWatcher watcher; local
205 ASSERT_TRUE(watcher.Watch(test_dir_, &delegate, NULL, false));
222 DirectoryWatcher watcher; local
248 DirectoryWatcher watcher; local
281 DirectoryWatcher* watcher = new DirectoryWatcher; local
297 DirectoryWatcher watcher; local
350 DirectoryWatcher watcher; local
369 DirectoryWatcher watcher; local
421 DirectoryWatcher watcher; local
    [all...]
waitable_event_watcher_win.cc 14 WaitableEventWatcher* watcher)
15 : watcher_(watcher) {
directory_watcher_inotify.cc 42 // Watch |path| for changes. |watcher| will be notified on each change.
44 Watch AddWatch(const FilePath& path, DirectoryWatcherImpl* watcher);
47 bool RemoveWatch(Watch watch, DirectoryWatcherImpl* watcher);
147 RegisterSubtreeWatchesTask(DirectoryWatcherImpl* watcher,
149 : watcher_(watcher),
289 const FilePath& path, DirectoryWatcherImpl* watcher) {
306 watchers_[watch].insert(watcher);
312 DirectoryWatcherImpl* watcher) {
321 watchers_[watch].erase(watcher);
345 for (WatcherSet::iterator watcher = watchers_[event->wd].begin()
    [all...]
object_watcher.cc 14 ObjectWatcher* watcher; // The associated ObjectWatcher instance member in struct:base::ObjectWatcher::Watch
22 // The watcher may have already been torn down, in which case we need to
24 if (!watcher)
28 watcher->StopWatching();
50 watch->watcher = this;
96 watch_->watcher = NULL;
message_pump_libevent.h 52 class Watcher {
54 virtual ~Watcher() {}
85 Watcher *delegate);
message_pump_libevent.cc 155 Watcher *delegate) {
213 Watcher* watcher = static_cast<Watcher*>(context); local
216 watcher->OnFileCanWriteWithoutBlocking(fd);
219 watcher->OnFileCanReadWithoutBlocking(fd);
directory_watcher_mac.cc 66 DirectoryWatcherImpl* watcher = local
69 watcher->OnFSEventsCallback(FilePath(paths[i]));
object_watcher.h 72 // watcher is stopped.
tracked.h 103 // When a task sits around a long time, such as in a timer, or object watcher,
  /external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.java 47 * on EOF. That decision is left to the {@link EofSensorWatcher watcher}.
88 /** The watcher to be notified, if any. */
94 * If no watcher is passed, the underlying stream will simply be
96 * Otherwise, the watcher decides whether the underlying stream
100 * @param watcher the watcher for events, or <code>null</code> for
104 final EofSensorWatcher watcher) {
112 eofWatcher = watcher;
218 * Detects EOF and notifies the watcher.
223 * If EOF is detected, the watcher will be notified and this strea
    [all...]
EofSensorWatcher.java 38 * A watcher for {@link EofSensorInputStream EofSensorInputStream}.
39 * Each stream will notify it's watcher at most once.
60 * in case of an IO problem, for example if the watcher itself
80 * in case of an IO problem, for example if the watcher itself
103 * in case of an IO problem, for example if the watcher itself
BasicEofSensorWatcher.java 61 * Creates a new watcher for auto-releasing a connection.
  /external/chromium/net/socket/
tcp_client_socket_libevent.h 47 class ReadWatcher : public MessageLoopForIO::Watcher {
51 // MessageLoopForIO::Watcher methods
66 class WriteWatcher : public MessageLoopForIO::Watcher {
70 // MessageLoopForIO::Watcher methods
  /frameworks/base/core/tests/coretests/src/android/text/
SpannedTest.java 131 s.setSpan(new Watcher(2), 0, s.length(),
134 s.setSpan(new Watcher(4), 0, s.length(),
137 s.setSpan(new Watcher(1), 0, s.length(),
140 s.setSpan(new Watcher(3), 0, s.length(),
157 private class Watcher implements SpanWatcher, TextWatcher {
160 public Watcher(int sequence) {
  /frameworks/base/core/java/android/widget/
DialerFilter.java 373 public void setLettersWatcher(TextWatcher watcher) {
376 span.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE);
379 public void setDigitsWatcher(TextWatcher watcher) {
382 span.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE);
385 public void setFilterWatcher(TextWatcher watcher) {
387 setLettersWatcher(watcher);
389 setDigitsWatcher(watcher);
393 public void removeFilterWatcher(TextWatcher watcher) {
400 text.removeSpan(watcher);
  /external/bluetooth/bluez/doc/
attribute-api.txt 86 Register a watcher for changes in specific characteristics
89 A watcher will be registered for this service and will
97 Unregister a watcher.
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsView.java 22 public interface Watcher {
  /dalvik/tests/079-phantom/src/
Bitmap.java 131 setName("Bitmap Watcher");
  /external/chromium/net/base/
listen_socket.h 39 public MessageLoopForIO::Watcher
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 377 InstrumentationWatcher watcher = null; local
379 watcher = new InstrumentationWatcher();
380 watcher.setRawOutput(rawMode);
389 if (!mAm.startInstrumentation(cn, profileFile, 0, args, watcher)) {
393 if (watcher != null) {
394 if (!watcher.waitForFinish()) {
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManagerNative.java 982 IActivityController watcher = IActivityController.Stub.asInterface( local
1161 IActivityWatcher watcher = IActivityWatcher.Stub.asInterface( local
1169 IActivityWatcher watcher = IActivityWatcher.Stub.asInterface( local
    [all...]
IActivityManager.java 182 int flags, Bundle arguments, IInstrumentationWatcher watcher)
241 public void setActivityController(IActivityController watcher)
289 public void registerActivityWatcher(IActivityWatcher watcher)
291 public void unregisterActivityWatcher(IActivityWatcher watcher)
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 158 int watchRotation(IRotationWatcher watcher);

Completed in 354 milliseconds

1 2 3