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

/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h241 write_fd_(a_write_fd) {}
244 if (write_fd_ >= 0)
245 posix::Close(write_fd_);
251 int write_fd() const { return write_fd_; }
257 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
/external/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h241 write_fd_(a_write_fd) {}
244 if (write_fd_ >= 0)
245 posix::Close(write_fd_);
251 int write_fd() const { return write_fd_; }
257 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/mesa3d/src/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/protobuf/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h197 write_fd_(a_write_fd) {}
200 if (write_fd_ >= 0)
201 posix::Close(write_fd_);
207 int write_fd() const { return write_fd_; }
213 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
/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/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc369 write_fd_(-1) {}
387 int write_fd() const { return write_fd_; }
388 void set_write_fd(int fd) { write_fd_ = fd; }
411 // pipe in write_fd_.
416 int write_fd_; member in class:testing::internal::DeathTestImpl
479 // run after calling _exit(). On such systems, write_fd_ will be
/external/gtest/src/
H A Dgtest-death-test.cc371 write_fd_(-1) {}
389 int write_fd() const { return write_fd_; }
390 void set_write_fd(int fd) { write_fd_ = fd; }
413 // pipe in write_fd_.
418 int write_fd_; member in class:testing::internal::DeathTestImpl
481 // run after calling _exit(). On such systems, write_fd_ will be
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc334 write_fd_(-1) {}
352 int write_fd() const { return write_fd_; }
353 void set_write_fd(int fd) { write_fd_ = fd; }
376 // pipe in write_fd_.
381 int write_fd_; member in class:testing::internal::DeathTestImpl
444 // run after calling _exit(). On such systems, write_fd_ will be
/external/mesa3d/src/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/protobuf/gtest/fused-src/gtest/
H A Dgtest.h7552 write_fd_(a_write_fd) {}
7555 if (write_fd_ >= 0)
7556 posix::Close(write_fd_);
7562 int write_fd() const { return write_fd_; }
7568 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8398 write_fd_(a_write_fd) {}
8401 if (write_fd_ >= 0)
8402 posix::Close(write_fd_);
8408 int write_fd() const { return write_fd_; }
8414 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag

Completed in 194 milliseconds