/external/chromium/net/socket/ |
tcp_client_socket_libevent.h | 78 class ReadWatcher : public MessageLoopForIO::Watcher { 82 // MessageLoopForIO::Watcher methods 97 class WriteWatcher : public MessageLoopForIO::Watcher { 101 // MessageLoopForIO::Watcher methods
|
/external/chromium/net/udp/ |
udp_socket_libevent.h | 99 class ReadWatcher : public MessageLoopForIO::Watcher { 103 // MessageLoopForIO::Watcher methods 118 class WriteWatcher : public MessageLoopForIO::Watcher { 122 // MessageLoopForIO::Watcher methods
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
AllAppsView.java | 22 public interface Watcher {
|
/external/bluetooth/bluez/health/ |
mcap_internal.h | 93 guint wid; /* MCL Watcher id */ 118 guint wid; /* MDL Watcher id */
|
hdp_types.h | 76 DBusConnection *conn; /* For dbus watcher */
|
/external/chromium/chrome/browser/ |
crash_handler_host_linux.h | 37 class CrashHandlerHostLinux : public MessageLoopForIO::Watcher, 46 // MessagePumbLibevent::Watcher impl:
|
tab_closeable_state_watcher.h | 42 // Watcher is potentially interested in this, especially when the closing of
|
/external/chromium/net/base/ |
network_change_notifier_linux.cc | 26 : public base::Thread, public MessageLoopForIO::Watcher { 31 // MessageLoopForIO::Watcher:
|
listen_socket.h | 40 public MessageLoopForIO::Watcher
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
devicemanager_mac.mm | 71 void ReleaseDeviceWatcherCallback(void* watcher) { 72 DeviceWatcherImpl* watcher_impl = static_cast<DeviceWatcherImpl*>(watcher);
|
/external/chromium/chrome/browser/sync/engine/net/ |
server_connection_manager.cc | 166 const PostBufferParams* params, ScopedServerStatusWatcher* watcher) { 169 return PostBufferToPath(params, path, auth_token(), watcher); 174 ScopedServerStatusWatcher* watcher) { 175 DCHECK(watcher != NULL); 199 ScopedServerStatusWatcher watcher(this, &response);
|
server_connection_manager.h | 239 ScopedServerStatusWatcher* watcher); 335 ScopedServerStatusWatcher* watcher);
|
/external/chromium/base/win/ |
object_watcher.h | 75 // watcher is stopped.
|
/external/chromium/chrome/browser/metrics/ |
thread_watcher.h | 108 // (i.e., post a PostPingMessage) if the watcher has stopped pinging due to 179 // This is set to true if thread watcher is watching. 199 // Class with a list of all active thread watchers. A thread watcher is active 214 static void Register(ThreadWatcher* watcher); 238 // Delete all thread watcher objects and remove them from global map.
|
thread_watcher_unittest.cc | 250 // Create thread watcher object for the IO thread. 254 // Create thread watcher object for the WEBKIT thread. 288 // TearDown, all thread watcher objects will be deleted.
|
/dalvik/tests/079-phantom/src/ |
Bitmap.java | 131 setName("Bitmap Watcher");
|
/external/apache-http/src/org/apache/http/conn/ |
BasicEofSensorWatcher.java | 61 * Creates a new watcher for auto-releasing a connection.
|
/external/chromium/base/files/ |
file_path_watcher.h | 37 // Called when platform specific code detected an error. The watcher will
|
file_path_watcher_mac.cc | 23 // Mac-specific file watcher implementation based on kqueue. 44 public MessageLoopForIO::Watcher, 50 // MessageLoopForIO::Watcher overrides.
|
/external/chromium/chrome/browser/policy/ |
file_based_policy_loader.cc | 107 // construction of the loader and initialization of the watcher. Call reload
|
/frameworks/base/core/java/android/app/ |
ActivityManagerNative.java | 1006 IActivityController watcher = IActivityController.Stub.asInterface( local 1194 IActivityWatcher watcher = IActivityWatcher.Stub.asInterface( local 1202 IActivityWatcher watcher = IActivityWatcher.Stub.asInterface( local [all...] |
/device/moto/stingray/ril/ |
libbabysit.so | |
/external/chromium/base/ |
tracked.h | 100 // When a task sits around a long time, such as in a timer, or object watcher,
|
/external/chromium/chrome/browser/net/ |
ssl_config_service_manager_pref.cc | 33 // Allow the pref watcher to update our internal state.
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_proto_util_unittest.cc | 193 ScopedServerStatusWatcher* watcher) {
|