/third_party/skia/tools/sk_app/android/ |
H A D | surface_glue_android.cpp | 206 pipe(skiaAndroidApp->fPipes); in pthread_main()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_cl_autogen.cpp | 1936 cl_int CL_API_CALL clGetPipeInfo(cl_mem pipe, in clGetPipeInfo() argument 1943 "pipe = 0x%016" PRIxPTR in clGetPipeInfo() 1946 (uintptr_t)pipe, param_name, param_value_size, (uintptr_t)param_value, in clGetPipeInfo() 1951 ANGLE_CL_VALIDATE_ERROR(GetPipeInfo, pipe, param_namePacked, param_value_size, param_value, in clGetPipeInfo() 1954 return GetPipeInfo(pipe, param_namePacked, param_value_size, param_value, param_value_size_ret); in clGetPipeInfo()
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_socket.rs | 775 use nix::unistd::{close, pipe, read, write}; in test_scm_rights() 785 let (r, w) = pipe().unwrap(); in test_scm_rights() 1420 use nix::unistd::{close, getgid, getpid, getuid, pipe, write}; in test_impl_scm_credentials_and_rights() 1432 let (r, w) = pipe().unwrap(); in test_impl_scm_credentials_and_rights()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/ |
H A D | device_matrix.cpp | 97 auto pipe = metaName + "-" + "default"; in Initialize() local 99 { pipe }, { INVALID_LEVEL, INVALID_LEVEL, INVALID_VALUE, INVALID_LENGTH }); in Initialize()
|
/third_party/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 268 // File descriptor used for the pipe in the child process. 346 // severity. On Windows, the message is read from a pipe handle. On other 430 // test child process via a pipe, interprets it to set the outcome_ 450 // Descriptor to the read end of the pipe to the child process. It is 452 // pipe in write_fd_. 454 // Descriptor to the child's write end of the pipe to the parent process. 456 // pipe in read_fd_. 461 // test child process via a pipe, interprets it to set the outcome_ 469 // failure of the death test) or until the pipe is closed (signifying in ReadAndInterpretStatusByte() 513 // it finds any data in our pipe in Abort() [all...] |
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_state.c | 25 #include "pipe/p_state.h" 350 memcpy(so->pipe, elements, sizeof(*elements) * num_elements); in v3d_vertex_state_create() 430 util_format_is_pure_integer(so->pipe[i].src_format)) { in v3d_vertex_state_create()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_scoreboard.cpp | 938 exec_all).pipe; 967 exec_all).pipe;
|
/third_party/node/lib/ |
H A D | _tls_wrap.js | 681 handle = options.pipe ? 1754 pipe: !!options.path,
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-death-test.cc | 272 // File descriptor used for the pipe in the child process. 350 // severity. On Windows, the message is read from a pipe handle. On other 434 // test child process via a pipe, interprets it to set the outcome_ 454 // Descriptor to the read end of the pipe to the child process. It is 456 // pipe in write_fd_. 458 // Descriptor to the child's write end of the pipe to the parent process. 460 // pipe in read_fd_. 465 // test child process via a pipe, interprets it to set the outcome_ 473 // failure of the death test) or until the pipe is closed (signifying in ReadAndInterpretStatusByte() 517 // it finds any data in our pipe in Abort() [all...] |
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_pipe.c | 28 #include "pipe/p_defines.h" 29 #include "pipe/p_state.h" 30 #include "pipe/p_context.h" 31 #include "pipe/p_screen.h" 100 agx_set_active_query_state(struct pipe_context *pipe, bool enable) in agx_set_active_query_state() argument 267 agx_transfer_flush_region(struct pipe_context *pipe, in agx_transfer_flush_region() argument
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-death-test.cc | 266 // File descriptor used for the pipe in the child process. 344 // severity. On Windows, the message is read from a pipe handle. On other 427 // test child process via a pipe, interprets it to set the outcome_ 447 // Descriptor to the read end of the pipe to the child process. It is 449 // pipe in write_fd_. 451 // Descriptor to the child's write end of the pipe to the parent process. 453 // pipe in read_fd_. 458 // test child process via a pipe, interprets it to set the outcome_ 466 // failure of the death test) or until the pipe is closed (signifying in ReadAndInterpretStatusByte() 512 // it finds any data in our pipe in Abort() [all...] |
/third_party/pulseaudio/src/daemon/ |
H A D | ohos_pa_main.c | 951 if (pipe(daemon_pipe) < 0) { in real_main() 952 pa_log(_("pipe() failed: %s"), pa_cstrerror(errno)); in real_main() 1022 if (pipe(daemon_pipe2) < 0) { in real_main() 1023 pa_log(_("pipe() failed: %s"), pa_cstrerror(errno)); in real_main()
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 927 cl_int CL_API_CALL clGetPipeInfo(cl_mem pipe, in clGetPipeInfo() argument 933 return cl::GetDispatch().clGetPipeInfo(pipe, param_name, param_value_size, param_value, in clGetPipeInfo()
|
/third_party/rust/crates/nix/test/ |
H A D | test_unistd.rs | 351 let (reader, writer) = pipe().unwrap(); in common_test() 721 let (fd0, fd1) = pipe().unwrap(); in test_pipe() 725 // S_IFIFO means it's a pipe in test_pipe() 733 // pipe2(2) is the same as pipe(2), except it allows setting some flags. Check
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan.c | 1235 VkComputePipelineCreateInfo pipe = { in ff_vk_init_compute_pipeline() local 1242 pipe.stage = pl->shaders[i]->shader; in ff_vk_init_compute_pipeline() 1251 ret = vk->CreateComputePipelines(s->hwctx->act_dev, VK_NULL_HANDLE, 1, &pipe, in ff_vk_init_compute_pipeline()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pipe.h | 924 typedef void (*pipe_draw_vbo_func)(struct pipe_context *pipe, 1578 struct pipe_video_buffer *si_video_buffer_create(struct pipe_context *pipe, 1580 struct pipe_video_buffer *si_video_buffer_create_with_modifiers(struct pipe_context *pipe, 1947 * that have been added (cs_add_buffer) and one counter in the pipe in si_need_gfx_cs_space()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_setup.c | 42 #include "pipe/p_shader_tokens.h" 207 struct quad_stage *pipe = setup->softpipe->quad.first; in flush_spans() local 252 pipe->run( pipe, setup->quad_ptrs, q ); in flush_spans()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_streams.py | 786 rfd, wfd = os.pipe() 789 pipe = open(rfd, 'rb', 0) 793 self.loop.connect_read_pipe(lambda: protocol, pipe))
|
H A D | test_events.py | 1367 rpipe, wpipe = os.pipe() 1394 self.assertIsNotNone(proto.transport.get_extra_info('pipe')) 1404 rpipe, wpipe = os.pipe() 1464 self.assertIsNotNone(proto.transport.get_extra_info('pipe')) 1469 rpipe, wpipe = os.pipe() 1498 self.assertIsNotNone(proto.transport.get_extra_info('pipe')) 1566 self.assertIsNotNone(proto.transport.get_extra_info('pipe')) 2011 # After closing the read-end of a pipe, writing to the 2564 await loop.connect_read_pipe(f, mock.sentinel.pipe) 2566 await loop.connect_write_pipe(f, mock.sentinel.pipe) [all...] |
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 746 unsigned pipe = 0;
in init_status() local 750 pipe = usb_rcvintpipe(dev->udev, dev->status->desc.bEndpointAddress & USB_ENDPOINT_NUMBER_MASK);
in init_status() 751 maxp = usb_maxpacket(dev->udev, pipe, 0);
in init_status() 763 usb_fill_int_urb(dev->interrupt, dev->udev, pipe, buf, maxp, intr_complete, dev, period);
in init_status() 764 dev_dbg(&intf->dev, "status ep%din, %d bytes period %d\n", usb_pipeendpoint(pipe), maxp, period);
in init_status()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | get.c | 988 v->value_int = ctx->pipe->screen->get_device_node_mask(ctx->pipe->screen); in find_custom_value() 1260 struct pipe_screen *screen = ctx->pipe->screen; in find_custom_value() 2904 v->value_int = ctx->pipe->screen->get_device_node_mask(ctx->pipe->screen); in find_value_indexed()
|
/third_party/backends/backend/ |
H A D | mustek.c | 2922 if (s->pipe >= 0) in do_eof() 2924 close (s->pipe); in do_eof() 2925 s->pipe = -1; in do_eof() 2926 DBG (5, "do_eof: closing pipe\n"); in do_eof() 4861 close (s->pipe); in reader_process() 4862 s->pipe = -1; in reader_process() 5636 s->pipe = -1; in sane_open() 6549 if (pipe (fds) < 0) in sane_start() 6570 s->pipe = fds[0]; in sane_start() 6623 nread = read (s->pipe, bu in sane_read() [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | file_utils.cpp | 424 if (pipe(pipe_fd) < 0) { in ForkExec() 425 LOGE("creat pipe failed"); in ForkExec()
|
/third_party/gn/src/base/files/ |
H A D | file_util_posix.cc | 222 if (pipe(raw_fds) != 0) in CreateLocalNonBlockingPipe()
|
/third_party/cups-filters/utils/ |
H A D | driverless.c | 464 * Create a pipe for passing the ippfind output to post-processing in list_printers() 467 if (pipe(post_proc_pipe)) { in list_printers() 468 perror("ERROR: Unable to create pipe to post-processing"); in list_printers() 701 * Ignore broken pipe signals... in main()
|