HomeSort by relevance Sort by last modified time
    Searched defs:read_fd_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/renderer/media/android/
audio_decoder_android.cc 35 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/chromium_org/net/tools/epoll_server/
epoll_server.h 957 int read_fd_; member in class:net::EpollServer
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-death-test.cc 370 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
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc 330 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
    [all...]
  /external/gtest/src/
gtest-death-test.cc 370 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
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 333 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
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 330 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
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 317 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
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 370 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
    [all...]

Completed in 1811 milliseconds