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

  /frameworks/native/cmds/bugreportz/
bugreportz_test.cpp 38 read_fd_ = fds[0];
46 for (int fd : {read_fd_, write_fd_}) {
78 int status = bugreportz(read_fd_, show_progress);
80 close(read_fd_);
81 read_fd_ = -1;
88 int read_fd_; member in class:BugreportzTest
  /system/core/adb/
shell_service_protocol_test.cpp 45 read_fd_ = fds[0];
51 read_protocol_ = new ShellProtocol(read_fd_);
58 for (int fd : {read_fd_, write_fd_}) {
79 int read_fd_ = -1, write_fd_ = -1; member in class:ShellProtocolTest
148 adb_close(read_fd_);
149 read_fd_ = -1;
172 adb_close(read_fd_);
173 read_fd_ = -1;
fdevent_test.cpp 31 FdHandler(int read_fd, int write_fd) : read_fd_(read_fd), write_fd_(write_fd) {
32 fdevent_install(&read_fde_, read_fd_, FdEventCallback, this);
47 ASSERT_EQ(fd, handler->read_fd_);
66 const int read_fd_; member in class:FdHandler
  /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/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() 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 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...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /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 246 milliseconds