Home
last modified time | relevance | path

Searched defs:is_pipe (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_kernel_arg_info.cpp529 bool is_pipe) in get_param_size()
623 bool is_pipe = (type_qualifier & CL_KERNEL_ARG_TYPE_PIPE); in run_scalar_vector_tests() local
736 const bool is_pipe = true; in run_pipe_tests() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/winapi-util-0.1.6/src/
H A Dfile.rs152 pub fn is_pipe(&self) -> bool { in is_pipe() method
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/unix/
H A Dapr_arch_file_io.h99 int is_pipe; member
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/netware/
H A Dapr_arch_file_io.h103 int is_pipe; member
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/unix/
Dpipe.rs1369 fn is_pipe(fd: BorrowedFd<'_>) -> io::Result<bool> { in is_pipe() function
/aosp_15_r20/external/blktrace/
H A Dblkparse.c2721 static int is_pipe(const char *str) in is_pipe() function