Searched refs:read_fd_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/renderer/media/android/
H A Daudio_decoder_android.cc35 int read_fd() const { return read_fd_; }
45 int read_fd_; member in class:content::AudioDecoderIO
52 : read_fd_(-1),
73 read_fd_ = pipefd[0];
80 if (read_fd_ >= 0 && close(read_fd_)) {
81 DVLOG(1) << "Cannot close read fd " << read_fd_
87 return read_fd_ >= 0 && write_fd_ >= 0 &&
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc317 read_fd_(-1),
320 // read_fd_ is expected to be closed and cleared by a derived class.
321 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
334 int read_fd() const { return read_fd_; }
335 void set_read_fd(int fd) { read_fd_ = fd; }
341 // member, and closes read_fd_. Outputs diagnostics and terminates in
361 int read_fd_; member in class:testing::internal::DeathTestImpl
364 // pipe in read_fd_.
370 // member, and closes read_fd_. Outputs diagnostics and terminates in
/external/chromium_org/net/tools/epoll_server/
H A Depoll_server.cc87 read_fd_(-1),
107 read_fd_ = pipe_fds[0];
109 RegisterFD(read_fd_, wake_cb_.get(), EPOLLIN);
160 close(read_fd_);
485 // Omit the internal FD (read_fd_)
H A Depoll_server.h956 // on read_fd_ and can be woken by Wake() which writes to write_fd_.
957 int read_fd_; member in class:net::EpollServer
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc370 read_fd_(-1),
373 // read_fd_ is expected to be closed and cleared by a derived class.
374 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
387 int read_fd() const { return read_fd_; }
388 void set_read_fd(int fd) { read_fd_ = fd; }
394 // member, and closes read_fd_. Outputs diagnostics and terminates in
414 int read_fd_; member in class:testing::internal::DeathTestImpl
417 // pipe in read_fd_.
423 // member, and closes read_fd_. Outputs diagnostics and terminates in
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-death-test.cc330 read_fd_(-1),
333 // read_fd_ is expected to be closed and cleared by a derived class.
334 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
347 int read_fd() const { return read_fd_; }
348 void set_read_fd(int fd) { read_fd_ = fd; }
354 // member, and closes read_fd_. Outputs diagnostics and terminates in
374 int read_fd_; member in class:testing::internal::DeathTestImpl
377 // pipe in read_fd_.
383 // member, and closes read_fd_. Outputs diagnostics and terminates in
/external/gtest/src/
H A Dgtest-death-test.cc370 read_fd_(-1),
373 // read_fd_ is expected to be closed and cleared by a derived class.
374 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
387 int read_fd() const { return read_fd_; }
388 void set_read_fd(int fd) { read_fd_ = fd; }
394 // member, and closes read_fd_. Outputs diagnostics and terminates in
414 int read_fd_; member in class:testing::internal::DeathTestImpl
417 // pipe in read_fd_.
423 // member, and closes read_fd_. Outputs diagnostics and terminates in
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc333 read_fd_(-1),
336 // read_fd_ is expected to be closed and cleared by a derived class.
337 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
350 int read_fd() const { return read_fd_; }
351 void set_read_fd(int fd) { read_fd_ = fd; }
357 // member, and closes read_fd_. Outputs diagnostics and terminates in
377 int read_fd_; member in class:testing::internal::DeathTestImpl
380 // pipe in read_fd_.
386 // member, and closes read_fd_. Outputs diagnostics and terminates in
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc330 read_fd_(-1),
333 // read_fd_ is expected to be closed and cleared by a derived class.
334 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
347 int read_fd() const { return read_fd_; }
348 void set_read_fd(int fd) { read_fd_ = fd; }
354 // member, and closes read_fd_. Outputs diagnostics and terminates in
374 int read_fd_; member in class:testing::internal::DeathTestImpl
377 // pipe in read_fd_.
383 // member, and closes read_fd_. Outputs diagnostics and terminates in
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6864 read_fd_(-1),
6867 // read_fd_ is expected to be closed and cleared by a derived class.
6868 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
6881 int read_fd() const { return read_fd_; }
6882 void set_read_fd(int fd) { read_fd_ = fd; }
6888 // member, and closes read_fd_. Outputs diagnostics and terminates in
6908 int read_fd_;
6911 // pipe in read_fd_.
6917 // member, and closes read_fd_. Outputs diagnostics and terminates in
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6864 read_fd_(-1),
6867 // read_fd_ is expected to be closed and cleared by a derived class.
6868 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
6881 int read_fd() const { return read_fd_; }
6882 void set_read_fd(int fd) { read_fd_ = fd; }
6888 // member, and closes read_fd_. Outputs diagnostics and terminates in
6908 int read_fd_;
6911 // pipe in read_fd_.
6917 // member, and closes read_fd_. Outputs diagnostics and terminates in

Completed in 503 milliseconds