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

/external/chromium_org/net/test/spawned_test_server/
H A Dlocal_test_server_win.cc48 bool ReadData(HANDLE read_fd, HANDLE write_fd, argument
57 FROM_HERE, base::Bind(UnblockPipe, write_fd, bytes_max, &unblocked),
193 base::win::ScopedHandle write_fd(child_write_fd_.Take());
196 if (!ReadData(read_fd.Get(), write_fd.Get(), sizeof(server_data_len),
202 if (!ReadData(read_fd.Get(), write_fd.Get(), server_data_len,
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc207 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
336 int write_fd() const { return write_fd_; } function in class:testing::internal::DeathTestImpl
420 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
421 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Close(write_fd()));
606 set_write_fd(flag->write_fd());
946 set_write_fd(flag->write_fd());
1109 const int write_fd = local
1111 if (write_fd == -1) {
1121 return write_fd;
1137 int write_fd local
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h195 int write_fd)
196 : file_(file), line_(line), index_(index), write_fd_(write_fd) {}
206 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag
192 InternalRunDeathTestFlag(const String& file, int line, int index, int write_fd) argument
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc258 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
389 int write_fd() const { return write_fd_; } function in class:testing::internal::DeathTestImpl
478 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
694 set_write_fd(flag->write_fd());
1110 set_write_fd(flag->write_fd());
1279 const int write_fd = local
1281 if (write_fd == -1) {
1291 return write_fd;
1307 int write_fd = -1; local
1324 write_fd
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-death-test.cc220 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
349 int write_fd() const { return write_fd_; } function in class:testing::internal::DeathTestImpl
438 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
654 set_write_fd(flag->write_fd());
999 set_write_fd(flag->write_fd());
1165 const int write_fd = local
1167 if (write_fd == -1) {
1177 return write_fd;
1193 int write_fd = -1; local
1211 write_fd
[all...]
/external/gtest/src/
H A Dgtest-death-test.cc258 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
389 int write_fd() const { return write_fd_; } function in class:testing::internal::DeathTestImpl
478 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
694 set_write_fd(flag->write_fd());
1108 set_write_fd(flag->write_fd());
1277 const int write_fd = local
1279 if (write_fd == -1) {
1289 return write_fd;
1305 int write_fd = -1; local
1322 write_fd
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc220 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
352 int write_fd() const { return write_fd_; } function in class:testing::internal::DeathTestImpl
441 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
656 set_write_fd(flag->write_fd());
1001 set_write_fd(flag->write_fd());
1170 const int write_fd = local
1172 if (write_fd == -1) {
1182 return write_fd;
1198 int write_fd = -1; local
1216 write_fd
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc220 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
349 int write_fd() const { return write_fd_; } function in class:testing::internal::DeathTestImpl
438 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
654 set_write_fd(flag->write_fd());
999 set_write_fd(flag->write_fd());
1165 const int write_fd = local
1167 if (write_fd == -1) {
1177 return write_fd;
1193 int write_fd = -1; local
1211 write_fd
[all...]
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h251 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h240 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag
/external/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h251 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h238 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h240 int write_fd() const { return write_fd_; } function 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_; } function in class:content::AudioDecoderIO
530 base::FileDescriptor fd(audio_decoder.write_fd(), true);
/external/android-clat/
H A Dclatd_test.cpp441 int read_fd, write_fd; local
449 write_fd = fds[0];
455 write_fd = fds[1];
462 translate_packet(write_fd, (version == 4), original, original_len);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6752 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
6883 int write_fd() const { return write_fd_; }
6972 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
7188 set_write_fd(flag->write_fd());
7602 set_write_fd(flag->write_fd());
7771 const int write_fd =
7773 if (write_fd == -1) {
7783 return write_fd;
7799 int write_fd = -1;
7816 write_fd
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6752 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
6883 int write_fd() const { return write_fd_; }
6972 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
7188 set_write_fd(flag->write_fd());
7602 set_write_fd(flag->write_fd());
7771 const int write_fd =
7773 if (write_fd == -1) {
7783 return write_fd;
7799 int write_fd = -1;
7816 write_fd
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8408 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8408 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag

Completed in 461 milliseconds