HomeSort by relevance Sort by last modified time
    Searched refs:read_fd_ (Results 1 - 16 of 16) 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/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 253 void set_read_fd(int fd) { read_fd_ = fd; }
266 int read_fd_; // Always -1 in the child process. member in class:testing::internal::ForkingDeathTest
281 read_fd_(-1),
327 bytes_read = read(read_fd_, &flag, 1);
341 FailFromInternalError(read_fd_); // Does not return.
355 GTEST_DEATH_TEST_CHECK_SYSCALL(close(read_fd_));
  /external/chromium/net/tools/flip_server/
epoll_server.cc 87 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_)
epoll_server.h 967 int read_fd_; member in class:net::EpollServer
    [all...]
  /external/chromium_org/net/tools/flip_server/
epoll_server.cc 88 read_fd_(-1),
108 read_fd_ = pipe_fds[0];
110 RegisterFD(read_fd_, wake_cb_.get(), EPOLLIN);
161 close(read_fd_);
486 // Omit the internal FD (read_fd_)
epoll_server.h 957 int read_fd_; member in class:net::EpollServer
    [all...]
  /external/chromium/testing/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/chromium_org/testing/gtest/src/
gtest-death-test.cc 368 read_fd_(-1),
371 // read_fd_ is expected to be closed and cleared by a derived class.
372 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
385 int read_fd() const { return read_fd_; }
386 void set_read_fd(int fd) { read_fd_ = fd; }
392 // member, and closes read_fd_. Outputs diagnostics and terminates in
412 int read_fd_; member in class:testing::internal::DeathTestImpl
415 // pipe in read_fd_.
421 // 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 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/llvm/utils/unittest/googletest/
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/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/open-vcdiff/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...]
  /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...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]

Completed in 501 milliseconds