HomeSort by relevance Sort by last modified time
    Searched refs:read_fd_ (Results 1 - 18 of 18) 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
150 adb_close(read_fd_);
151 read_fd_ = -1;
174 adb_close(read_fd_);
175 read_fd_ = -1;
fdevent_test.cpp 32 FdHandler(int read_fd, int write_fd) : read_fd_(read_fd), write_fd_(write_fd) {
33 fdevent_install(&read_fde_, read_fd_, FdEventCallback, this);
48 ASSERT_EQ(fd, handler->read_fd_);
67 const int read_fd_; member in class:FdHandler
  /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/googletest/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 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/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 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/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/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/v8/testing/gtest/src/
gtest-death-test.cc 379 read_fd_(-1),
382 // read_fd_ is expected to be closed and cleared by a derived class.
383 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
396 int read_fd() const { return read_fd_; }
397 void set_read_fd(int fd) { read_fd_ = fd; }
403 // member, and closes read_fd_. Outputs diagnostics and terminates in
423 int read_fd_; member in class:testing::internal::DeathTestImpl
426 // pipe in read_fd_.
432 // 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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]
  /external/fmtlib/test/
gmock-gtest-all.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]

Completed in 2733 milliseconds