/external/icing/icing/ |
D | icing-search-engine_blob_test.cc | 222 ScopedFd write_fd(GetScopedFdFromBlobProto(write_blob_proto)); in TEST_P() local 259 ScopedFd write_fd(GetScopedFdFromBlobProto(write_blob_proto)); in TEST_P() local 302 ScopedFd write_fd(GetScopedFdFromBlobProto(write_blob_proto)); in TEST_P() local 347 ScopedFd write_fd(GetScopedFdFromBlobProto(write_blob_proto)); in TEST_P() local 405 ScopedFd write_fd(GetScopedFdFromBlobProto(write_blob_proto)); in TEST_P() local 430 ScopedFd write_fd(GetScopedFdFromBlobProto(write_blob_proto)); in TEST_P() local 462 ScopedFd write_fd(GetScopedFdFromBlobProto(write_blob_proto)); in TEST_P() local 505 ScopedFd write_fd(GetScopedFdFromBlobProto(write_blob_proto)); in TEST_P() local 555 ScopedFd write_fd(GetScopedFdFromBlobProto(writeBlobProto)); in TEST_P() local 644 ScopedFd write_fd(GetScopedFdFromBlobProto(writeBlobProto)); in TEST_P() local [all …]
|
/external/openscreen/third_party/abseil/src/absl/debugging/internal/ |
D | address_is_readable.cc | 52 static uint64_t Pack(uint64_t pid, uint64_t read_fd, uint64_t write_fd) { in Pack() 60 static void Unpack(uint64_t x, int *pid, int *read_fd, int *write_fd) { in Unpack() 89 int write_fd; in AddressIsReadable() local
|
/external/cronet/stable/net/test/spawned_test_server/ |
D | local_test_server_win.cc | 34 HANDLE write_fd, in ReadData() 126 base::win::ScopedHandle write_fd(child_write_fd_.Take()); in WaitToStart() local
|
/external/cronet/tot/net/test/spawned_test_server/ |
D | local_test_server_win.cc | 34 HANDLE write_fd, in ReadData() 126 base::win::ScopedHandle write_fd(child_write_fd_.Take()); in WaitToStart() local
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/unistd/ |
D | syscall_test.cpp | 115 int write_fd = LIBC_NAMESPACE::syscall(SYS_open, TEST_FILE_PATH, in TEST() local 118 int write_fd = LIBC_NAMESPACE::syscall(SYS_openat, AT_FDCWD, TEST_FILE_PATH, in TEST() local
|
D | unlink_test.cpp | 22 int write_fd = LIBC_NAMESPACE::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST() local
|
D | link_test.cpp | 32 int write_fd = LIBC_NAMESPACE::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST() local
|
D | symlink_test.cpp | 34 int write_fd = LIBC_NAMESPACE::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST() local
|
D | unlinkat_test.cpp | 28 int write_fd = in TEST() local
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/unistd/ |
D | syscall_test.cpp | 115 int write_fd = LIBC_NAMESPACE::syscall(SYS_open, TEST_FILE_PATH, in TEST() local 118 int write_fd = LIBC_NAMESPACE::syscall(SYS_openat, AT_FDCWD, TEST_FILE_PATH, in TEST() local
|
D | unlink_test.cpp | 22 int write_fd = LIBC_NAMESPACE::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST() local
|
D | link_test.cpp | 32 int write_fd = LIBC_NAMESPACE::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST() local
|
D | symlink_test.cpp | 34 int write_fd = LIBC_NAMESPACE::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST() local
|
D | unlinkat_test.cpp | 28 int write_fd = in TEST() local
|
/external/llvm-libc/test/src/unistd/ |
D | syscall_test.cpp | 114 long write_fd = LIBC_NAMESPACE::syscall(SYS_open, TEST_FILE_PATH, in TEST_F() local 117 long write_fd = LIBC_NAMESPACE::syscall(SYS_openat, AT_FDCWD, TEST_FILE_PATH, in TEST_F() local
|
D | unlink_test.cpp | 24 int write_fd = LIBC_NAMESPACE::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST_F() local
|
D | link_test.cpp | 33 int write_fd = LIBC_NAMESPACE::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST_F() local
|
D | symlink_test.cpp | 35 int write_fd = LIBC_NAMESPACE::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST_F() local
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/ |
D | wakeup_fd_posix.h | 63 void SetWakeupFds(int read_fd, int write_fd) { in SetWakeupFds()
|
/external/grpc-grpc/src/core/lib/event_engine/posix_engine/ |
D | wakeup_fd_posix.h | 63 void SetWakeupFds(int read_fd, int write_fd) { in SetWakeupFds()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/misc/unix/ |
D | otherchild.c | 57 void *data, apr_file_t *write_fd, apr_pool_t *p) in apr_proc_other_child_register() 193 void *data, apr_file_t *write_fd, apr_pool_t *p) in apr_proc_other_child_register()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/misc/unix/ |
D | otherchild.c | 57 void *data, apr_file_t *write_fd, apr_pool_t *p) in apr_proc_other_child_register() 193 void *data, apr_file_t *write_fd, apr_pool_t *p) in apr_proc_other_child_register()
|
/external/fmtlib/test/ |
D | gtest-extra-test.cc | 335 int write_fd = pipe.write_end.descriptor(); in TEST() local 376 int write_fd = pipe.write_end.descriptor(); in TEST() local 390 int write_fd = pipe.write_end.descriptor(); in TEST() local
|
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ |
D | lib.h | 18 int write_fd; member
|
/external/cronet/tot/third_party/apache-portable-runtime/src/include/arch/unix/ |
D | apr_arch_misc.h | 58 apr_os_file_t write_fd; member
|