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

  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 388 void set_write_fd(int fd) { write_fd_ = fd; } function in class:testing::internal::DeathTestImpl
692 set_write_fd(flag->write_fd());
849 set_write_fd(pipe_fd[1]);
    [all...]
  /external/gtest/src/
gtest-death-test.cc 390 void set_write_fd(int fd) { write_fd_ = fd; } function in class:testing::internal::DeathTestImpl
694 set_write_fd(flag->write_fd());
847 set_write_fd(pipe_fd[1]);
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 353 void set_write_fd(int fd) { write_fd_ = fd; } function in class:testing::internal::DeathTestImpl
656 set_write_fd(flag->write_fd());
813 set_write_fd(pipe_fd[1]);
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 350 void set_write_fd(int fd) { write_fd_ = fd; } function in class:testing::internal::DeathTestImpl
654 set_write_fd(flag->write_fd());
811 set_write_fd(pipe_fd[1]);
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 337 void set_write_fd(int fd) { write_fd_ = fd; } function in class:testing::internal::DeathTestImpl
606 set_write_fd(flag->write_fd());
763 set_write_fd(pipe_fd[1]);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 390 void set_write_fd(int fd) { write_fd_ = fd; } function in class:testing::internal::DeathTestImpl
694 set_write_fd(flag->write_fd());
847 set_write_fd(pipe_fd[1]);
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 390 void set_write_fd(int fd) { write_fd_ = fd; } function in class:testing::internal::DeathTestImpl
694 set_write_fd(flag->write_fd());
847 set_write_fd(pipe_fd[1]);
    [all...]

Completed in 61 milliseconds