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

1 2 3

  /external/android-clat/
ring.h 53 void ring_read(struct packet_ring *ring, int write_fd, int to_ipv6);
ring.c 115 * write_fd - file descriptor to write translated packet to
118 void ring_read(struct packet_ring *ring, int write_fd, int to_ipv6) {
122 translate_packet(write_fd, to_ipv6, packet, tp->tp_len);
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
lib.h 17 int write_fd; member in struct:pipe::__anon26885
lib.c 37 FAIL_IF(write(write_pipe.write_fd, &c, 1) != 1);
59 FAIL_IF(write(write_pipe.write_fd, &c, 1) != 1);
68 FAIL_IF(write(write_pipe.write_fd, &c, 1) != 1);
  /system/connectivity/wificond/tests/
shell_utils.cpp 65 unique_fd write_fd(fds[1]);
75 dup2(write_fd.get(), 1); // Replace existing stdout with the pipe.
77 write_fd.reset();
84 write_fd.reset(); // Close this or we never get HUP from child.
  /system/tools/aidl/tests/
aidl_test_client_file_descriptors.cpp 113 unique_fd write_fd; local
115 if (!DoPipe(&read_fd, &write_fd)) {
119 status = s->RepeatFileDescriptor(write_fd, &return_fd);
  /system/libhwbinder/vts/performance/
PerfTest.h 62 Pipe(int read_fd, int write_fd) : fd_read_{read_fd}, fd_write_{write_fd} {}
  /toolchain/binutils/binutils-2.27/include/gdb/
callback.h 101 void (*pipe_empty) (host_callback *, int read_fd, int write_fd);
105 void (*pipe_nonempty) (host_callback *, int read_fd, int write_fd);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_thread.py 202 self.read_fd, self.write_fd = os.pipe()
216 os.write(self.write_fd, "OK")
219 os.close(self.write_fd)
232 os.close(self.write_fd)
  /system/extras/tests/fstest/
recovery_test.cpp 55 int write_fd = open(test_file_, O_CREAT | O_WRONLY, 0666); local
56 ASSERT_TRUE(write_fd);
57 ASSERT_EQ(write(write_fd, "TEST", 4), 4);
58 close(write_fd);
  /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());
1107 const int write_fd = local
1135 int write_fd = -1; local
    [all...]
  /external/python/cpython2/Lib/test/
test_thread.py 221 self.read_fd, self.write_fd = os.pipe()
235 os.write(self.write_fd, "OK")
243 os.close(self.write_fd)
256 os.close(self.write_fd)
  /external/python/cpython3/Lib/test/
test_thread.py 218 self.read_fd, self.write_fd = os.pipe()
233 os.write(self.write_fd, b"OK")
237 os.close(self.write_fd)
250 os.close(self.write_fd)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_thread.py 225 self.read_fd, self.write_fd = os.pipe()
239 os.write(self.write_fd, "OK")
242 os.close(self.write_fd)
255 os.close(self.write_fd)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_thread.py 225 self.read_fd, self.write_fd = os.pipe()
239 os.write(self.write_fd, "OK")
242 os.close(self.write_fd)
255 os.close(self.write_fd)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_thread.py 225 self.read_fd, self.write_fd = os.pipe()
239 os.write(self.write_fd, "OK")
242 os.close(self.write_fd)
255 os.close(self.write_fd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_thread.py 225 self.read_fd, self.write_fd = os.pipe()
239 os.write(self.write_fd, "OK")
242 os.close(self.write_fd)
255 os.close(self.write_fd)
  /external/autotest/client/common_lib/cros/
authpolicy.py 265 self._read_fd, write_fd = os.pipe()
266 os.write(write_fd, self._password)
267 os.close(write_fd)
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 258 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
387 int write_fd() const { return write_fd_; } function in class:testing::internal::DeathTestImpl
476 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
692 set_write_fd(flag->write_fd());
1268 const int write_fd = local
1296 int write_fd = -1; local
    [all...]
  /external/googletest/googletest/src/
gtest-death-test.cc 269 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
400 int write_fd() const { return write_fd_; } function in class:testing::internal::DeathTestImpl
489 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
705 set_write_fd(flag->write_fd());
1274 const int write_fd = local
1302 int write_fd = -1; local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 269 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
400 int write_fd() const { return write_fd_; } function in class:testing::internal::DeathTestImpl
489 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
705 set_write_fd(flag->write_fd());
1275 const int write_fd = local
1303 int write_fd = -1; local
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 220 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());
1171 const int write_fd = local
1199 int write_fd = -1; local
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 258 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());
1277 const int write_fd = local
1305 int write_fd = -1; local
    [all...]
  /external/swiftshader/third_party/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));
654 set_write_fd(flag->write_fd());
1165 const int write_fd = local
1193 int write_fd = -1; local
    [all...]
  /external/v8/testing/gtest/src/
gtest-death-test.cc 267 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
398 int write_fd() const { return write_fd_; } function in class:testing::internal::DeathTestImpl
487 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
703 set_write_fd(flag->write_fd());
1273 const int write_fd = local
1301 int write_fd = -1; local
    [all...]

Completed in 1656 milliseconds

1 2 3