Searched defs:write_fd_ (Results 1 - 15 of 15) sorted by relevance

/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h196 : file_(file), line_(line), index_(index), write_fd_(write_fd) {}
199 if (write_fd_ >= 0)
200 posix::Close(write_fd_);
206 int write_fd() const { return write_fd_; }
212 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h196 : file_(file), line_(line), index_(index), write_fd_(write_fd) {}
199 if (write_fd_ >= 0)
200 posix::Close(write_fd_);
206 int write_fd() const { return write_fd_; }
212 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h230 write_fd_(a_write_fd) {}
233 if (write_fd_ >= 0)
234 posix::Close(write_fd_);
240 int write_fd() const { return write_fd_; }
246 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
/external/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h230 write_fd_(a_write_fd) {}
233 if (write_fd_ >= 0)
234 posix::Close(write_fd_);
240 int write_fd() const { return write_fd_; }
246 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-death-test-internal.h230 write_fd_(a_write_fd) {}
233 if (write_fd_ >= 0)
234 posix::Close(write_fd_);
240 int write_fd() const { return write_fd_; }
246 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h228 write_fd_(a_write_fd) {}
231 if (write_fd_ >= 0)
232 posix::Close(write_fd_);
238 int write_fd() const { return write_fd_; }
244 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
/external/chromium/net/tools/flip_server/
H A Depoll_server.h966 // on read_fd_ and can be woken by Wake() which writes to write_fd_.
968 int write_fd_; member in class:net::EpollServer
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc254 void set_write_fd(int fd) { write_fd_ = fd; }
267 int write_fd_; // Always -1 in the parent process. member in class:testing::internal::ForkingDeathTest
282 write_fd_(-1),
436 GTEST_DEATH_TEST_CHECK_SYSCALL(write(write_fd_, &flag, 1));
437 GTEST_DEATH_TEST_CHECK_SYSCALL(close(write_fd_));
/external/open-vcdiff/gtest/src/
H A Dgtest-death-test.cc318 write_fd_(-1) {}
336 int write_fd() const { return write_fd_; }
337 void set_write_fd(int fd) { write_fd_ = fd; }
360 // pipe in write_fd_.
365 int write_fd_; member in class:testing::internal::DeathTestImpl
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc318 write_fd_(-1) {}
336 int write_fd() const { return write_fd_; }
337 void set_write_fd(int fd) { write_fd_ = fd; }
360 // pipe in write_fd_.
365 int write_fd_; member in class:testing::internal::DeathTestImpl
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc331 write_fd_(-1) {}
349 int write_fd() const { return write_fd_; }
350 void set_write_fd(int fd) { write_fd_ = fd; }
373 // pipe in write_fd_.
378 int write_fd_; member in class:testing::internal::DeathTestImpl
441 // run after calling _exit(). On such systems, write_fd_ will be
/external/gtest/src/
H A Dgtest-death-test.cc331 write_fd_(-1) {}
349 int write_fd() const { return write_fd_; }
350 void set_write_fd(int fd) { write_fd_ = fd; }
373 // pipe in write_fd_.
378 int write_fd_; member in class:testing::internal::DeathTestImpl
441 // run after calling _exit(). On such systems, write_fd_ will be
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-death-test.cc331 write_fd_(-1) {}
349 int write_fd() const { return write_fd_; }
350 void set_write_fd(int fd) { write_fd_ = fd; }
373 // pipe in write_fd_.
378 int write_fd_; member in class:testing::internal::DeathTestImpl
441 // run after calling _exit(). On such systems, write_fd_ will be
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc331 write_fd_(-1) {}
349 int write_fd() const { return write_fd_; }
350 void set_write_fd(int fd) { write_fd_ = fd; }
373 // pipe in write_fd_.
378 int write_fd_; member in class:testing::internal::DeathTestImpl
441 // run after calling _exit(). On such systems, write_fd_ will be
/external/ceres-solver/internal/ceres/gtest/
H A Dgtest.h8175 write_fd_(a_write_fd) {}
8178 if (write_fd_ >= 0)
8179 posix::Close(write_fd_);
8185 int write_fd() const { return write_fd_; }
8191 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag

Completed in 349 milliseconds