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

1 23

  /external/android-clat/
clatd_test.cpp 440 int read_fd, write_fd; local
447 write_fd = fds[0];
452 write_fd = fds[1];
459 translate_packet(write_fd, (version == 4), original, original_len);
    [all...]
  /external/python/cpython2/Lib/test/
test_tempfile.py 139 read_fd, write_fd = os.pipe()
145 os.write(write_fd, next(self.r).encode("ascii"))
146 os.close(write_fd)
161 os.close(write_fd)
    [all...]
  /art/adbconnection/
adbconnection.cc 431 android::base::unique_fd write_fd(dup(adb_connection_socket_));
432 CHECK_NE(write_fd.get(), -1) << "Failed to dup write_fd: " << strerror(errno);
437 read_fd.get(), write_fd.get(), write_lock_fd.get()
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]
gtest.h 7562 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag
    [all...]
  /external/python/cpython3/Lib/test/
test_tempfile.py 182 read_fd, write_fd = os.pipe()
188 os.write(write_fd, next(self.r).encode("ascii"))
189 os.close(write_fd)
204 os.close(write_fd)
    [all...]
  /system/core/adb/
commandline.cpp 451 int stdin_fd, write_fd; member in struct:StdinReadArgs
559 if (!WriteFdExactly(args->write_fd, buffer_ptr, r)) {
630 args->write_fd = fd;
634 args->protocol = std::make_unique<ShellProtocol>(args->write_fd);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]
gtest.h 8409 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]
gtest.h 8409 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag
    [all...]
  /external/libbrillo/brillo/streams/
file_stream_unittest.cc     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]

Completed in 546 milliseconds

1 23