Home
last modified time | relevance | path

Searched defs:read_fd (Results 1 – 25 of 84) sorted by relevance

1234

/aosp_15_r20/external/icing/icing/
H A Dicing-search-engine_blob_test.cc209 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 Daddress_is_readable.cc52 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 DfilterPowerSupplyEventsTest.cpp88 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 Dtime-schedule.c94 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 Dverity_writer_android.cc237 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 Dverity_writer_interface.h44 virtual bool Finalize(FileDescriptor* read_fd, FileDescriptor* write_fd) { in Finalize()
H A Dverity_writer_stub.cc39 bool VerityWriterStub::Finalize(FileDescriptorPtr read_fd, in Finalize()
/aosp_15_r20/external/cronet/net/test/spawned_test_server/
H A Dlocal_test_server_win.cc28 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/
Dkeymaster_channel_test.cpp29 SharedFD read_fd; in TEST() local
54 SharedFD read_fd; in TEST() local
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_client_file_descriptors.cpp68 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/
Dares_process.c119 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/
Dbtif_core_test.cc743 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/
DIsolate.cpp200 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/
Dwakeup_fd_posix.h63 void SetWakeupFds(int read_fd, int write_fd) { in SetWakeupFds()
Dwakeup_fd_eventfd.cc43 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 Dwakeup_fd_posix.h63 void SetWakeupFds(int read_fd, int write_fd) { in SetWakeupFds()
H A Dwakeup_fd_eventfd.cc42 int read_fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in Init() local
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/
Dworker_thread_loop_body.cpp25 SharedFD read_fd, SharedFD snapshot_socket) { in WorkerInnerLoop()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
H A Dlib.h17 int read_fd; member
/aosp_15_r20/external/llvm-libc/test/src/fcntl/
H A Dopenat_test.cpp29 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 Dread_write_test.cpp36 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/
Dwakeup_fd_posix.h75 int read_fd; member
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dwakeup_fd_posix.h75 int read_fd; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dmodel_loader.cc129 int read_fd, write_fd; in CreateModelLoaderFromPath() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ftruncate/
H A Dftruncate03.c32 static int sock_fd, read_fd, fd; variable

1234