Searched refs:write_fd_ (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/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/chromium_org/third_party/mesa/src/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/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.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_org/content/renderer/media/android/
H A Daudio_decoder_android.cc36 int write_fd() const { return write_fd_; }
44 // write_fd_ and writes to it.
46 int write_fd_; member in class:content::AudioDecoderIO
53 write_fd_(-1) {
74 write_fd_ = pipefd[1];
87 return read_fd_ >= 0 && write_fd_ >= 0 &&
/external/chromium_org/net/tools/epoll_server/
H A Depoll_server.cc88 write_fd_(-1),
108 write_fd_ = pipe_fds[1];
161 close(write_fd_);
491 int rv = write(write_fd_, &data, 1);
H A Depoll_server.h956 // on read_fd_ and can be woken by Wake() which writes to write_fd_.
958 int write_fd_; member in class:net::EpollServer
/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_org/testing/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6865 write_fd_(-1) {}
6883 int write_fd() const { return write_fd_; }
6884 void set_write_fd(int fd) { write_fd_ = fd; }
6907 // pipe in write_fd_.
6912 int write_fd_;
6975 // run after calling _exit(). On such systems, write_fd_ will be
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6865 write_fd_(-1) {}
6883 int write_fd() const { return write_fd_; }
6884 void set_write_fd(int fd) { write_fd_ = fd; }
6907 // pipe in write_fd_.
6912 int write_fd_;
6975 // run after calling _exit(). On such systems, write_fd_ will be
/external/chromium_org/third_party/libvpx/source/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
/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 543 milliseconds