/external/ltp/testcases/kernel/syscalls/splice/ |
D | splice06.c | 50 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
|
D | splice01.c | 55 int pipes[2]; in splice_test() local
|
D | splice03.c | 42 static int pipes[2]; variable
|
/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/feature_manager/ |
D | sw_filter_pipe.cpp | 392 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/ |
D | fd_close_norace2.cc | 6 int pipes[2]; variable
|
/external/toybox/toys/other/ |
D | oneit.c | 67 int i, pid, pipes[] = {SIGUSR1, SIGUSR2, SIGTERM, SIGINT}; in oneit_main() local
|
/external/ltp/testcases/kernel/syscalls/vmsplice/ |
D | vmsplice04.c | 19 static int pipes[2]; variable
|
D | vmsplice03.c | 24 int pipes[2]; in vmsplice_test() local
|
D | vmsplice01.c | 51 int pipes[2]; in vmsplice_test() local
|
D | vmsplice02.c | 37 static int pipes[2]; variable
|
/external/compiler-rt/lib/asan/scripts/ |
D | symbolize.py | 17 pipes = {} variable
|
/external/ltp/testcases/kernel/syscalls/pipe/ |
D | pipe05.c | 54 intptr_t pipes; variable
|
D | pipe15.c | 26 static int *pipes; variable
|
/external/strace/tests-mx32/ |
D | attach-f-p.c | 54 static pipefd pipes[N]; variable
|
/external/strace/tests/ |
D | attach-f-p.c | 54 static pipefd pipes[N]; variable
|
/external/strace/tests-m32/ |
D | attach-f-p.c | 54 static pipefd pipes[N]; variable
|
/external/ltp/testcases/kernel/syscalls/tee/ |
D | tee02.c | 33 static int pipes[2]; variable
|
/external/igt-gpu-tools/lib/tests/ |
D | igt_exit_handler.c | 34 int pipes[2]; variable
|
/external/libevent/test/ |
D | bench_cascade.c | 63 static evutil_socket_t *pipes; variable
|
D | bench.c | 70 static evutil_socket_t *pipes; variable
|
/external/liburing/test/ |
D | rsrc_tags.c | 18 static int pipes[2]; variable 154 int pipes[2]; in test_buffers_update() local
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_texture_desc.c | 359 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/ |
D | pipetool.py | 38 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/ |
D | modetest.c | 1486 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/ |
D | async_pipe.cpp | 79 std::vector<bp::async_pipe*> pipes; in BOOST_AUTO_TEST_CASE() local
|