Home
last modified time | relevance | path

Searched defs:pipes (Results 1 – 25 of 55) sorted by relevance

123

/external/ltp/testcases/kernel/syscalls/splice/
Dsplice06.c50 int pipes[2]; in splice_read_num() local
81 int pipes[2]; in splice_read_str() local
104 int pipes[2]; in splice_write_num() local
128 int pipes[2]; in splice_write_str() local
Dsplice01.c55 int pipes[2]; in splice_test() local
Dsplice03.c42 static int pipes[2]; variable
/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/feature_manager/
Dsw_filter_pipe.cpp392 std::vector<SwFilterSubPipe *> *pipes[] = {&m_InputPipes, &m_OutputPipes}; in Clean() local
462 std::vector<SwFilterSubPipe *> &pipes = isInputPipe ? m_InputPipes : m_OutputPipes; in ConfigFeaturesToPipe() local
527 std::vector<SwFilterSubPipe *> &pipes = m_InputPipes; in ConfigFeatures() local
560 auto &pipes = isInputPipe ? m_InputPipes : m_OutputPipes; in UpdateFeatures() local
611 std::vector<SwFilterSubPipe *> &pipes = isInputPipe ? m_InputPipes : m_OutputPipes; in CleanFeaturesFromPipe() local
626 std::vector<SwFilterSubPipe *> &pipes = isInputPipe ? m_InputPipes : m_OutputPipes; in CleanFeaturesFromPipe() local
674 auto& pipes = isInputPipe ? m_InputPipes : m_OutputPipes; in GetSwFilterSubPipe() local
735 auto& pipes = m_OutputPipes; in AddSwFilterUnordered() local
926 auto &pipes = isInputSurface ? m_InputPipes : m_OutputPipes; in AddSurface() local
1050 auto &pipes = bUpdateInput ? m_InputPipes : m_OutputPipes; in RemoveUnusedLayers() local
/external/compiler-rt/test/tsan/
Dfd_close_norace2.cc6 int pipes[2]; variable
/external/toybox/toys/other/
Doneit.c67 int i, pid, pipes[] = {SIGUSR1, SIGUSR2, SIGTERM, SIGINT}; in oneit_main() local
/external/ltp/testcases/kernel/syscalls/vmsplice/
Dvmsplice04.c19 static int pipes[2]; variable
Dvmsplice03.c24 int pipes[2]; in vmsplice_test() local
Dvmsplice01.c51 int pipes[2]; in vmsplice_test() local
Dvmsplice02.c37 static int pipes[2]; variable
/external/compiler-rt/lib/asan/scripts/
Dsymbolize.py17 pipes = {} variable
/external/ltp/testcases/kernel/syscalls/pipe/
Dpipe05.c54 intptr_t pipes; variable
Dpipe15.c26 static int *pipes; variable
/external/strace/tests-mx32/
Dattach-f-p.c54 static pipefd pipes[N]; variable
/external/strace/tests/
Dattach-f-p.c54 static pipefd pipes[N]; variable
/external/strace/tests-m32/
Dattach-f-p.c54 static pipefd pipes[N]; variable
/external/ltp/testcases/kernel/syscalls/tee/
Dtee02.c33 static int pipes[2]; variable
/external/igt-gpu-tools/lib/tests/
Digt_exit_handler.c34 int pipes[2]; variable
/external/libevent/test/
Dbench_cascade.c63 static evutil_socket_t *pipes; variable
Dbench.c70 static evutil_socket_t *pipes; variable
/external/liburing/test/
Drsrc_tags.c18 static int pipes[2]; variable
154 int pipes[2]; in test_buffers_update() local
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c359 unsigned i, pipes; in r300_setup_hyperz_properties() local
423 unsigned pipes, stride, cmask_num_dw, cmask_max_size; in r300_setup_cmask_properties() local
/external/scapy/scapy/
Dpipetool.py38 pipes = {} # type: Dict[str, Type[Pipe]] variable in PipeEngine
58 def __init__(self, *pipes):
116 def _add_pipes(self, *pipes):
203 def add(self, *pipes):
/external/libdrm/tests/modetest/
Dmodetest.c1486 static bool pipe_has_writeback_connector(struct device *dev, struct pipe_arg *pipes, in pipe_has_writeback_connector()
1559 struct pipe_arg *pipes; in pipe_find_preferred() local
1619 struct pipe_arg *pipes; in set_mode() local
1731 static void writeback_config(struct device *dev, struct pipe_arg *pipes, unsigned int count) in writeback_config()
1783 static void dump_output_fb(struct device *dev, struct pipe_arg *pipes, char *dump_path, in dump_output_fb()
1800 static void atomic_clear_mode(struct device *dev, struct pipe_arg *pipes, unsigned int count) in atomic_clear_mode()
1837 static void set_cursors(struct device *dev, struct pipe_arg *pipes, unsigned int count) in set_cursors()
1890 static void test_page_flip(struct device *dev, struct pipe_arg *pipes, unsigned int count) in test_page_flip()
/external/sdv/vsomeip/third_party/boost/process/test/
Dasync_pipe.cpp79 std::vector<bp::async_pipe*> pipes; in BOOST_AUTO_TEST_CASE() local

123