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

  /art/dt_fd_forward/export/
fd_transport.h 26 int read_fd_; member in struct:dt_fd_forward::FdSet
39 ibuf[0] = read_fd_;
  /external/libchrome/base/message_loop/
message_loop_io_posix_unittest.cc 40 read_fd_ = ScopedFD(pipefds[0]);
51 ScopedFD read_fd_; member in class:base::__anon27417::MessageLoopForIoPosixTest
188 read_fd_.get(), /*persistent=*/false, MessagePumpForIO::WATCH_READ,
237 read_fd_.get(), /*persistent=*/false, MessagePumpForIO::WATCH_READ,
266 read_fd_.get(), /*persistent=*/true, MessagePumpForIO::WATCH_READ,
287 read_fd_.get(), /*persistent=*/false, MessagePumpForIO::WATCH_READ,
308 read_fd_.get(), /*persistent=*/true, MessagePumpForIO::WATCH_READ,
345 read_fd_.get(), &handler2, &run_loop1),
350 read_fd_.get(), /*persistent=*/true, MessagePumpForIO::WATCH_READ,
377 read_fd_.get(), /*persistent=*/false, MessagePumpForIO::WATCH_READ
    [all...]
  /art/dt_fd_forward/
dt_fd_forward.h 125 android::base::unique_fd read_fd_; // GUARDED_BY(state_mutex_); member in class:dt_fd_forward::FdForwardTransport
  /external/autotest/client/site_tests/security_Libcontainer/src/
libcontainer_target_unittest.cc 34 read_fd_.reset(pipe_fds[0]);
45 ssize_t read_bytes = read(read_fd_.get(), buffer, sizeof(buffer) - 1);
52 base::ScopedFD read_fd_; member in class:libcontainer::__anon15314::ScopedCaptureStdout
  /external/protobuf/conformance/
conformance_test_runner.cc 106 if (!TryRead(read_fd_, &len, sizeof(uint32_t))) {
131 CheckedRead(read_fd_, (void*)response->c_str(), len);
172 read_fd_ = fromproc_pipe_fd[0];
235 int read_fd_; member in class:ForkPipeRunner
  /external/google-breakpad/src/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/libaom/libaom/third_party/googletest/src/googletest/src/
gtest-death-test.cc 381 read_fd_(-1),
384 // read_fd_ is expected to be closed and cleared by a derived class.
385 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
398 int read_fd() const { return read_fd_; }
399 void set_read_fd(int fd) { read_fd_ = fd; }
405 // member, and closes read_fd_. Outputs diagnostics and terminates in
425 int read_fd_; member in class:testing::internal::DeathTestImpl
428 // pipe in read_fd_.
434 // member, and closes read_fd_. Outputs diagnostics and terminates in
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 397 read_fd_(-1),
400 // read_fd_ is expected to be closed and cleared by a derived class.
401 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
414 int read_fd() const { return read_fd_; }
415 void set_read_fd(int fd) { read_fd_ = fd; }
421 // member, and closes read_fd_. Outputs diagnostics and terminates in
441 int read_fd_; member in class:testing::internal::DeathTestImpl
444 // pipe in read_fd_.
450 // 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() override { 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 381 read_fd_(-1),
384 // read_fd_ is expected to be closed and cleared by a derived class.
385 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
398 int read_fd() const { return read_fd_; }
399 void set_read_fd(int fd) { read_fd_ = fd; }
405 // member, and closes read_fd_. Outputs diagnostics and terminates in
425 int read_fd_; member in class:testing::internal::DeathTestImpl
428 // pipe in read_fd_.
434 // member, and closes read_fd_. Outputs diagnostics and terminates in
    [all...]
  /external/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 381 read_fd_(-1),
384 // read_fd_ is expected to be closed and cleared by a derived class.
385 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
398 int read_fd() const { return read_fd_; }
399 void set_read_fd(int fd) { read_fd_ = fd; }
405 // member, and closes read_fd_. Outputs diagnostics and terminates in
425 int read_fd_; member in class:testing::internal::DeathTestImpl
428 // pipe in read_fd_.
434 // member, and closes read_fd_. Outputs diagnostics and terminates in
    [all...]
  /external/googletest/googletest/src/
gtest-death-test.cc 404 read_fd_(-1),
407 // read_fd_ is expected to be closed and cleared by a derived class.
408 ~DeathTestImpl() override { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
420 int read_fd() const { return read_fd_; }
421 void set_read_fd(int fd) { read_fd_ = fd; }
427 // member, and closes read_fd_. Outputs diagnostics and terminates in
449 int read_fd_; member in class:testing::internal::DeathTestImpl
452 // pipe in read_fd_.
458 // member, and closes read_fd_. Outputs diagnostics and terminates in
    [all...]

Completed in 1062 milliseconds