HomeSort by relevance Sort by last modified time
    Searched refs:write_fd (Results 1 - 11 of 11) sorted by null

  /external/chromium/net/test/
test_server_win.cc 97 bool ReadData(HANDLE read_fd, HANDLE write_fd,
107 NewRunnableFunction(UnblockPipe, write_fd, bytes_max, &unblocked),
196 base::win::ScopedHandle write_fd(child_write_fd_.Take());
199 if (!ReadData(read_fd.Get(), write_fd.Get(), sizeof(server_data_len),
205 if (!ReadData(read_fd.Get(), write_fd.Get(), server_data_len,
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 195 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
  /external/protobuf/gtest/src/
gtest-death-test.cc 207 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());
1109 const int write_fd = local
1137 int write_fd = -1; local
    [all...]
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 220 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());
1160 const int write_fd = local
1188 int write_fd = -1; local
    [all...]
  /external/gtest/src/
gtest-death-test.cc 220 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());
1165 const int write_fd = local
1193 int write_fd = -1; local
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 220 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));
653 set_write_fd(flag->write_fd());
1164 const int write_fd = local
1192 int write_fd = -1; local
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 240 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag
  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 240 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 238 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp     [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h 8185 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag
    [all...]

Completed in 6501 milliseconds