/external/libchrome/base/message_loop/ |
D | message_loop_io_posix_unittest.cc | 138 MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F() 157 MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F() 174 MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F() 187 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F() 213 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F() 236 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F() 265 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F() 286 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F() 307 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F() 329 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in StopWatchingAndWatchAgain() [all …]
|
D | message_loop_current.cc | 153 bool MessageLoopCurrentForUI::WatchFileDescriptor( in WatchFileDescriptor() function in base::MessageLoopCurrentForUI 160 return pump_->WatchFileDescriptor(fd, persistent, mode, controller, delegate); in WatchFileDescriptor() 221 bool MessageLoopCurrentForIO::WatchFileDescriptor( in WatchFileDescriptor() function in base::MessageLoopCurrentForIO 228 return pump_->WatchFileDescriptor(fd, persistent, mode, controller, delegate); in WatchFileDescriptor()
|
D | message_pump_libevent_unittest.cc | 129 pump->WatchFileDescriptor(pipefds_[1], in TEST_F() 152 pump->WatchFileDescriptor(pipefds_[1], in TEST_F() 186 pump->WatchFileDescriptor(pipefds_[1], in TEST_F() 237 pump->WatchFileDescriptor(pipefds_[0], false, MessagePumpLibevent::WATCH_READ, in TEST_F()
|
D | message_loop_current.h | 213 bool WatchFileDescriptor(int fd, 269 bool WatchFileDescriptor(int fd,
|
D | message_pump_libevent.h | 69 bool WatchFileDescriptor(int fd,
|
D | message_pump_libevent.cc | 127 bool MessagePumpLibevent::WatchFileDescriptor(int fd, in WatchFileDescriptor() function in base::MessagePumpLibevent
|
/external/cronet/base/message_loop/ |
D | fd_watch_controller_posix_unittest.cc | 141 CurrentIOThread::Get()->WatchFileDescriptor(write_fd_.get(), true, in TEST_F() 160 CurrentIOThread::Get()->WatchFileDescriptor(write_fd_.get(), true, in TEST_F() 177 CurrentIOThread::Get()->WatchFileDescriptor( in TEST_F() 286 CurrentIOThread::Get()->WatchFileDescriptor( in TEST_P() 319 CurrentIOThread::Get()->WatchFileDescriptor( in TEST_P() 336 ASSERT_TRUE(CurrentIOThread::Get()->WatchFileDescriptor( in TEST_F() 362 ASSERT_TRUE(CurrentIOThread::Get()->WatchFileDescriptor( in TEST_F() 385 ASSERT_TRUE(CurrentIOThread::Get()->WatchFileDescriptor( in TEST_F() 414 ASSERT_TRUE(CurrentIOThread::Get()->WatchFileDescriptor( in TEST_F() 435 ASSERT_TRUE(CurrentIOThread::Get()->WatchFileDescriptor( in TEST_F() [all …]
|
D | message_pump_io_ios_unittest.cc | 100 pump->WatchFileDescriptor(pipefds_[1], in TEST_F() 121 pump_->WatchFileDescriptor(fd_to_start_watching_, in OnFileCanWriteWithoutBlocking() 135 pump->WatchFileDescriptor(pipefds_[1], in TEST_F() 146 pump->WatchFileDescriptor(pipefds_[1], in TEST_F()
|
D | message_pump_libevent_unittest.cc | 161 pump->WatchFileDescriptor(pipefds_[1], false, in TEST_P() 186 pump->WatchFileDescriptor(pipefds_[1], false, in TEST_P() 220 pump->WatchFileDescriptor(pipefds_[1], false, MessagePumpLibevent::WATCH_READ, in TEST_P() 271 pump->WatchFileDescriptor(pipefds_[0], false, MessagePumpLibevent::WATCH_READ, in TEST_P()
|
D | message_pump_glib_unittest.cc | 766 pump->WatchFileDescriptor(pipefds_[1], false, in TEST_F() 781 pump->WatchFileDescriptor(pipefds_[1], false, in TEST_F() 795 pump->WatchFileDescriptor(pipefds_[1], false, MessagePumpGlib::WATCH_READ, in TEST_F() 813 pump->WatchFileDescriptor(pipefds_[0], false, MessagePumpGlib::WATCH_READ, in TEST_F()
|
D | message_pump_io_ios.h | 70 bool WatchFileDescriptor(int fd,
|
D | message_pump_epoll.h | 43 bool WatchFileDescriptor(int fd,
|
D | message_pump_glib.h | 80 bool WatchFileDescriptor(int fd,
|
D | message_pump_libevent.cc | 193 bool MessagePumpLibevent::WatchFileDescriptor(int fd, in WatchFileDescriptor() function in base::MessagePumpLibevent 200 return epoll_pump_->WatchFileDescriptor(fd, persistent, mode, controller, in WatchFileDescriptor()
|
D | message_pump_fuchsia.h | 139 bool WatchFileDescriptor(int fd,
|
D | message_pump_kqueue.h | 128 bool WatchFileDescriptor(int fd,
|
D | message_pump_io_ios.cc | 67 bool MessagePumpIOSForIO::WatchFileDescriptor(int fd, in WatchFileDescriptor() function in base::MessagePumpIOSForIO
|
D | message_pump_libevent.h | 194 bool WatchFileDescriptor(int fd,
|
D | message_pump_fuchsia.cc | 181 bool MessagePumpFuchsia::WatchFileDescriptor(int fd, in WatchFileDescriptor() function in base::MessagePumpFuchsia
|
/external/cronet/base/task/ |
D | current_thread.cc | 153 bool CurrentUIThread::WatchFileDescriptor( in WatchFileDescriptor() function in base::CurrentUIThread 160 return GetMessagePumpForUI()->WatchFileDescriptor(fd, persistent, mode, in WatchFileDescriptor() 229 bool CurrentIOThread::WatchFileDescriptor( in WatchFileDescriptor() function in base::CurrentIOThread 236 return GetMessagePumpForIO()->WatchFileDescriptor(fd, persistent, mode, in WatchFileDescriptor()
|
D | current_thread.h | 221 bool WatchFileDescriptor(int fd, 280 bool WatchFileDescriptor(int fd,
|
/external/cronet/net/socket/ |
D | socket_posix.cc | 180 if (!base::CurrentIOThread::Get()->WatchFileDescriptor( in Accept() 205 if (!base::CurrentIOThread::Get()->WatchFileDescriptor( in Connect() 301 if (!base::CurrentIOThread::Get()->WatchFileDescriptor( in ReadIfReady() 351 if (!base::CurrentIOThread::Get()->WatchFileDescriptor( in WaitForWrite()
|
/external/libchrome/mojo/core/ |
D | channel_posix.cc | 299 base::MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in StartOnIOThread() 305 base::MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in StartOnIOThread() 325 base::MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in WaitForWriteOnIOThreadNoLock()
|
/external/libchrome/base/files/ |
D | file_descriptor_watcher_posix.cc | 113 if (!MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in StartWatching()
|
/external/cronet/base/files/ |
D | file_descriptor_watcher_posix.cc | 115 const bool watch_success = CurrentIOThread::Get()->WatchFileDescriptor( in StartWatching()
|