Home
last modified time | relevance | path

Searched refs:pipe (Results 1101 - 1125 of 1241) sorted by relevance

1...<<41424344454647484950

/third_party/skia/tools/sk_app/android/
H A Dsurface_glue_android.cpp206 pipe(skiaAndroidApp->fPipes); in pthread_main()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_cl_autogen.cpp1936 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 Dtest_socket.rs775 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 Ddevice_matrix.cpp97 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 Dgtest-death-test.cc268 // 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 Dv3dx_state.c25 #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 Dbrw_fs_scoreboard.cpp938 exec_all).pipe;
967 exec_all).pipe;
/third_party/node/lib/
H A D_tls_wrap.js681 handle = options.pipe ?
1754 pipe: !!options.path,
/third_party/node/deps/googletest/src/
H A Dgtest-death-test.cc272 // 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 Dagx_pipe.c28 #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 Dgtest-death-test.cc266 // 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 Dohos_pa_main.c951 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 DlibOpenCL_autogen.cpp927 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 Dtest_unistd.rs351 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 Dvulkan.c1235 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 Dsi_pipe.h924 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 Dsp_setup.c42 #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 Dtest_streams.py786 rfd, wfd = os.pipe()
789 pipe = open(rfd, 'rb', 0)
793 self.loop.connect_read_pipe(lambda: protocol, pipe))
H A Dtest_events.py1367 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 Dmeig_cdc_driver.c746 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 Dget.c988 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 Dmustek.c2922 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 Dfile_utils.cpp424 if (pipe(pipe_fd) < 0) { in ForkExec()
425 LOGE("creat pipe failed"); in ForkExec()
/third_party/gn/src/base/files/
H A Dfile_util_posix.cc222 if (pipe(raw_fds) != 0) in CreateLocalNonBlockingPipe()
/third_party/cups-filters/utils/
H A Ddriverless.c464 * 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()

Completed in 56 milliseconds

1...<<41424344454647484950