/aosp_15_r20/external/icing/icing/ |
H A D | icing-search-engine_blob_test.cc | 209 ScopedFd read_fd(read_blob_proto.file_descriptor()); in TEST_F() local 334 ScopedFd read_fd(read_blob_proto.file_descriptor()); in TEST_F() local 435 ScopedFd read_fd(read_blob_proto.file_descriptor()); in TEST_F() local 479 ScopedFd read_fd(read_blob_proto.file_descriptor()); in TEST_F() local 539 ScopedFd read_fd(readBlobProto.file_descriptor()); in TEST_F() local 674 ScopedFd read_fd(readBlobProto.file_descriptor()); in TEST_F() local 785 ScopedFd read_fd(readBlobProto.file_descriptor()); in TEST_F() local 873 ScopedFd read_fd(readBlobProto.file_descriptor()); in TEST_F() local 1088 ScopedFd read_fd(readBlobProto.file_descriptor()); in TEST_F() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/debugging/internal/ |
H A 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() 88 int read_fd; in AddressIsReadable() local
|
/aosp_15_r20/hardware/interfaces/health/utils/libhealthloop/ |
H A D | filterPowerSupplyEventsTest.cpp | 88 unique_fd read_fd; member 131 unique_fd read_fd(_read_fd); in ConnectSockets() local 152 unique_fd read_fd = std::move(connected_sockets.read_fd); in TEST_P() local
|
/aosp_15_r20/external/ltp/testcases/kernel/sched/tool/ |
H A D | time-schedule.c | 94 int read_fd = -1; in main() local 308 static void run_yielder(int use_threads, int read_fd) in run_yielder() 383 static void run_low_priority(unsigned int num, int read_fd) in run_low_priority()
|
/aosp_15_r20/system/update_engine/payload_consumer/ |
H A D | verity_writer_android.cc | 237 bool VerityWriterAndroid::Finalize(FileDescriptor* read_fd, in Finalize() 278 bool VerityWriterAndroid::IncrementalFinalize(FileDescriptor* read_fd, in IncrementalFinalize() 328 bool VerityWriterAndroid::EncodeFEC(FileDescriptor* read_fd, in EncodeFEC()
|
H A D | verity_writer_interface.h | 44 virtual bool Finalize(FileDescriptor* read_fd, FileDescriptor* write_fd) { in Finalize()
|
H A D | verity_writer_stub.cc | 39 bool VerityWriterStub::Finalize(FileDescriptorPtr read_fd, in Finalize()
|
/aosp_15_r20/external/cronet/net/test/spawned_test_server/ |
H A D | local_test_server_win.cc | 28 bool ReadData(HANDLE read_fd, in ReadData() 120 base::win::ScopedHandle read_fd(child_read_fd_.Take()); in WaitToStart() local
|
/aosp_15_r20/device/google/cuttlefish/common/libs/security/ |
D | keymaster_channel_test.cpp | 29 SharedFD read_fd; in TEST() local 54 SharedFD read_fd; in TEST() local
|
/aosp_15_r20/system/tools/aidl/tests/ |
D | aidl_test_client_file_descriptors.cpp | 68 unique_fd read_fd; in TEST_F() local 111 unique_fd read_fd; in TEST_F() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/ |
D | ares_process.c | 119 fd_set *read_fds, ares_socket_t read_fd, in processfds() 143 ares_socket_t read_fd, /* use ARES_SOCKET_BAD or valid in ares_process_fd() 371 ares_socket_t read_fd, struct timeval *now) in read_tcp_data() 469 ares_socket_t read_fd, struct timeval *now) in read_udp_packets()
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/test/ |
D | btif_core_test.cc | 743 static int read_fd = fds[1]; in TEST_F() local 875 static int read_fd = read_fd_; in TEST_F() local 899 static int read_fd = read_fd_; in TEST_F() local 933 static int read_fd = read_fd_; in TEST_F() local 966 static int read_fd = read_fd_; in TEST_F() local
|
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/ |
D | Isolate.cpp | 200 static bool Pipe(int* read_fd, int* write_fd) { in Pipe() 225 int read_fd, write_fd; in LaunchTests() local
|
/aosp_15_r20/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()
|
D | wakeup_fd_eventfd.cc | 43 int read_fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in Init() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/ |
H A D | wakeup_fd_posix.h | 63 void SetWakeupFds(int read_fd, int write_fd) { in SetWakeupFds()
|
H A D | wakeup_fd_eventfd.cc | 42 int read_fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in Init() local
|
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/ |
D | worker_thread_loop_body.cpp | 25 SharedFD read_fd, SharedFD snapshot_socket) { in WorkerInnerLoop()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ |
H A D | lib.h | 17 int read_fd; member
|
/aosp_15_r20/external/llvm-libc/test/src/fcntl/ |
H A D | openat_test.cpp | 29 int read_fd = LIBC_NAMESPACE::openat(dir_fd, TEST_FILE, O_RDONLY); in TEST() local
|
/aosp_15_r20/external/llvm-libc/test/src/unistd/ |
H A D | read_write_test.cpp | 36 int read_fd = LIBC_NAMESPACE::open(TEST_FILE, O_RDONLY); in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | wakeup_fd_posix.h | 75 int read_fd; member
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | wakeup_fd_posix.h | 75 int read_fd; member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/ |
H A D | model_loader.cc | 129 int read_fd, write_fd; in CreateModelLoaderFromPath() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ftruncate/ |
H A D | ftruncate03.c | 32 static int sock_fd, read_fd, fd; variable
|