/aosp_15_r20/external/libcups/scheduler/ |
H A D | testlpd.c | 192 do_command(int outfd, /* I - Command file descriptor */ in do_command() 224 print_job(int outfd, /* I - Command file descriptor */ in print_job() 377 print_waiting(int outfd, /* I - Command file descriptor */ in print_waiting() 399 remove_job(int outfd, /* I - Command file descriptor */ in remove_job() 430 status_long(int outfd, /* I - Command file descriptor */ in status_long() 473 status_short(int outfd, /* I - Command file descriptor */ in status_short()
|
/aosp_15_r20/external/sandboxed-api/contrib/zstd/test/ |
H A D | zstd_test.cc | 297 sapi::v::Fd outfd(open(outfile_s.c_str(), O_WRONLY)); in TEST() local 324 sapi::v::Fd outfd(open(outfile_s.c_str(), O_WRONLY)); in TEST() local 383 sapi::v::Fd outfd(open(outfile_s.c_str(), O_WRONLY)); in TEST() local 411 sapi::v::Fd outfd(open(outfile_s.c_str(), O_WRONLY)); in TEST() local 442 sapi::v::Fd outfd(open(outfile_s.c_str(), O_WRONLY)); in TEST() local 501 sapi::v::Fd outfd(open(outfile_s.c_str(), O_WRONLY)); in TEST() local
|
/aosp_15_r20/external/sandboxed-api/contrib/zstd/utils/ |
H A D | utils_zstd.cc | 246 sapi::v::Fd& outfd, int level) { in CompressInMemoryFD() 265 sapi::v::Fd& outfd) { in DecompressInMemoryFD() 283 sapi::v::Fd& outfd, int level) { in CompressStreamFD() 318 sapi::v::Fd& outfd) { in DecompressStreamFD()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.c | 574 static int copyfd_io_poll(int infd, int peerfd, int outfd, bool *in_closed_after_out) in copyfd_io_poll() 701 static int do_recvfile(int infd, int outfd) in do_recvfile() 720 static int do_mmap(int infd, int outfd, unsigned int size) in do_mmap() 775 static int do_sendfile(int infd, int outfd, unsigned int count) in do_sendfile() 792 static int copyfd_io_mmap(int infd, int peerfd, int outfd, in copyfd_io_mmap() 817 static int copyfd_io_sendfile(int infd, int peerfd, int outfd, in copyfd_io_sendfile() 842 static int copyfd_io(int infd, int peerfd, int outfd, bool close_peerfd) in copyfd_io()
|
/aosp_15_r20/external/mesa3d/src/freedreno/afuc/ |
H A D | asm.c | 78 static int outfd; variable 152 emit_jumptable(int outfd) in emit_jumptable() 176 emit_instructions(int outfd) in emit_instructions()
|
/aosp_15_r20/external/liburing/examples/ |
H A D | ucontext-cp.c | 40 int outfd; member 130 static int copy_file(async_context *pctx, int infd, int outfd, struct iovec* piov) in copy_file() 210 int infd, outfd; in main() local
|
/aosp_15_r20/external/igt-gpu-tools/runner/ |
H A D | executor.c | 379 static void dump_dmesg(int kmsgfd, int outfd) in dump_dmesg() 473 int outfd, int errfd, int kmsgfd, int sigfd, in monitor_output() 800 execute_test_process(int outfd, int errfd, in execute_test_process() 917 int outfd, errfd; in execute_next_entry() local
|
/aosp_15_r20/external/igt-gpu-tools/lib/tests/ |
H A D | igt_describe.c | 173 int outfd[2], errfd[2]; in do_fork() local 220 int outfd, errfd; in main() local
|
/aosp_15_r20/external/sandboxed-api/contrib/zopfli/test/ |
H A D | zopfli_test.cc | 114 sapi::v::Fd outfd(open(outfile_s.c_str(), O_WRONLY)); in TEST_P() local 146 sapi::v::Fd outfd(open(outfile_s.c_str(), O_WRONLY)); in TEST_P() local
|
/aosp_15_r20/external/toybox/lib/ |
H A D | deflate.c | 29 int infd, outfd, outbuflen; member 459 long long gzip_fd(int infd, int outfd) in gzip_fd() 533 long long gunzip_fd(int infd, int outfd) in gunzip_fd()
|
/aosp_15_r20/system/extras/f2fs_utils/ |
H A D | f2fs_sparseblock.c | 534 int outfd; member 585 int infd, outfd; in main() local
|
/aosp_15_r20/external/ltp/testcases/kernel/fs/doio/ |
H A D | iogen.c | 382 int rseed, outfd, infinite; in main() local 533 int outfd; in init_output() local
|
/aosp_15_r20/external/sandboxed-api/contrib/zopfli/wrapper/ |
H A D | wrapper_zopfli.cc | 25 int infd, int outfd) { in ZopfliCompressFD()
|
/aosp_15_r20/external/elfutils/tests/ |
H A D | arextract.c | 85 int outfd; in main() local
|
H A D | ecp.c | 46 int outfd = creat (argv[2], DEFFILEMODE); in main() local
|
/aosp_15_r20/external/toybox/toys/other/ |
H A D | dos2unix.c | 37 int outfd = 1, catch = 0; local
|
/aosp_15_r20/external/sandboxed-api/contrib/zopfli/utils/ |
H A D | utils_zopfli.cc | 58 absl::Status CompressFD(ZopfliApi& api, sapi::v::Fd& infd, sapi::v::Fd& outfd, in CompressFD()
|
/aosp_15_r20/external/toybox/toys/posix/ |
H A D | split.c | 40 int outfd = -1; local
|
/aosp_15_r20/external/sandboxed-api/contrib/zstd/example/ |
H A D | main.cc | 64 sapi::v::Fd outfd(open(outfile_s.c_str(), O_WRONLY | O_CREAT)); in FileDescriptor() local
|
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/ |
H A D | ApkInfo.cpp | 82 int outfd = ::android::base::utf8::open(output_path_.c_str(), mode, 0666); in Action() local
|
/aosp_15_r20/external/curl/docs/examples/ |
H A D | sendrecv.c | 37 fd_set infd, outfd, errfd; in wait_on_socket() local
|
/aosp_15_r20/external/libva/va/x11/ |
H A D | va_dri3.c | 63 va_isDRI3Connected(VADriverContextP ctx, int *outfd) in va_isDRI3Connected()
|
/aosp_15_r20/external/sandboxed-api/contrib/zopfli/example/ |
H A D | main.cc | 54 sapi::v::Fd outfd(open(outfile_s.c_str(), O_WRONLY | O_CREAT)); in CompressMainFD() local
|
/aosp_15_r20/external/sandboxed-api/contrib/libzip/example/ |
H A D | main.cc | 111 int outfd = -1; in main() local
|
/aosp_15_r20/cts/tests/tests/media/muxer/jni/ |
H A D | native_muxer_jni.cpp | 30 JNIEnv */*env*/, jclass /*clazz*/, int infd, jlong inoffset, jlong insize, int outfd, in Java_android_media_muxer_cts_NativeMuxerTest_testMuxerNative()
|