Home
last modified time | relevance | path

Searched refs:pipe1 (Results 1 – 25 of 609) sorted by relevance

12345678910>>...25

/dports/devel/qca/qca-2.3.4/unittest/pipeunittest/
H A Dpipeunittest.cpp64 QCA::QPipe pipe1; in createPipeWithInsecureMemory() local
75 pipe1.reset(); in createPipeWithInsecureMemory()
82 QCA::QPipe pipe1; in createPipeWithSecureMemory() local
93 pipe1.reset(); in createPipeWithSecureMemory()
100 QCA::QPipe pipe1; in readWrite() local
104 pipe1.create(); in readWrite()
109 pipe1.writeEnd().enable(); in readWrite()
110 pipe1.readEnd().enable(); in readWrite()
135 QCA::QPipe pipe1; in readWriteSecure() local
139 pipe1.create(true); in readWriteSecure()
[all …]
/dports/cad/gplcver/gplcver-2.12a.src/tests_and_examples/install.tst/
H A Ddffn.plg4 30 -- top.pipe1.p[1].dff[2]: positive clock edge old q=x d=x
5 30 -- top.pipe1.p[1].dff[1]: positive clock edge old q=x d=x
6 30 -- top.pipe1.p[1].dff[0]: positive clock edge old q=x d=x
7 30 -- top.pipe1.p[2].dff[2]: positive clock edge old q=x d=x
8 30 -- top.pipe1.p[2].dff[1]: positive clock edge old q=x d=x
9 30 -- top.pipe1.p[2].dff[0]: positive clock edge old q=x d=x
10 30 -- top.pipe1.p[3].dff[2]: positive clock edge old q=x d=x
11 30 -- top.pipe1.p[3].dff[1]: positive clock edge old q=x d=x
12 30 -- top.pipe1.p[3].dff[0]: positive clock edge old q=x d=x
13 30 -- top.pipe1.p[4].dff[2]: positive clock edge old q=x d=0
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/pipe/
H A Dtest_pipe.h94 void comparePipes(TPipe1 &pipe1, TPipe2 &pipe2) in comparePipes() argument
98 SEQAN_ASSERT_EQ(length(pipe1), length(pipe2)); in comparePipes()
99 beginRead(pipe1); in comparePipes()
102 for (actualLen = 0; !eof(pipe1) && !eof(pipe2); ++actualLen) in comparePipes()
104 SEQAN_ASSERT_EQ(eos(pipe1), eos(pipe2)); in comparePipes()
105 SEQAN_ASSERT_EQ(*pipe1, *pipe2); in comparePipes()
106 ++pipe1; in comparePipes()
109 SEQAN_ASSERT_EQ(eos(pipe1), eos(pipe2)); in comparePipes()
110 SEQAN_ASSERT_EQ(eof(pipe1), eof(pipe2)); in comparePipes()
111 SEQAN_ASSERT_EQ(actualLen, length(pipe1)); in comparePipes()
[all …]
/dports/mail/courier/courier-0.65.3/maildrop/
H A Dfilter.C78 PipeFds pipe0, pipe1; in xfilter() local
80 if (pipe0.Pipe() < 0 || pipe1.Pipe() < 0) in xfilter()
93 pipe1.close0(); in xfilter()
96 dup2(pipe1.fds[1], 1); in xfilter()
97 pipe1.close1(); in xfilter()
123 pipe1.close1(); in xfilter()
143 int maxfd=pipe1.fds[0]; in xfilter()
149 fcntl(pipe1.fds[0], F_SETFL, O_NDELAY); in xfilter()
154 FD_SET(pipe1.fds[0], &readfd); in xfilter()
209 if (FD_ISSET(pipe1.fds[0], &readfd)) in xfilter()
[all …]
/dports/devel/bglibs/bglibs-2.04/pwcmp/
H A Dclient.c69 int pipe1[2]; in pwcmp_start_pipe() local
71 if (pipe(pipe1) == -1) { close(pipe0[0]); close(pipe0[1]); return 0; } in pwcmp_start_pipe()
74 close(pipe1[0]); close(pipe1[1]); in pwcmp_start_pipe()
81 dup2(pipe1[1], 1); in pwcmp_start_pipe()
83 close(pipe1[0]); close(pipe1[1]); in pwcmp_start_pipe()
89 close(pipe1[1]); fd1 = pipe1[0]; in pwcmp_start_pipe()
/dports/mail/mblaze/mblaze-1.1/
H A Dpipeto.c15 int pipe1[2]; // child errno -> parent in pipeto() local
20 if (pipe(pipe1) < 0) in pipeto()
27 close(pipe1[0]); in pipeto()
29 fcntl(pipe1[1], F_SETFD, FD_CLOEXEC); in pipeto()
61 if (write(pipe1[1], &e, sizeof e) < 0) in pipeto()
65 close(pipe1[1]); in pipeto()
68 ssize_t n = read(pipe1[0], &e, sizeof e); in pipeto()
71 close(pipe1[0]); in pipeto()
/dports/ftp/lftp/lftp-4.9.2/src/
H A DPtyShell.cc50 int pipe1[2]; in getfd() local
56 if(pipe(pipe1)<0) in getfd()
73 close(pipe1[0]); in getfd()
74 close(pipe1[1]); in getfd()
98 close(pipe1[0]); in getfd()
100 dup2(pipe1[1],1); in getfd()
103 if(pipe1[1]>2) in getfd()
104 close(pipe1[1]); in getfd()
157 close(pipe1[0]); in getfd()
158 close(pipe1[1]); in getfd()
[all …]
/dports/mail/maildrop/maildrop-3.0.3/libs/maildrop/
H A Dfilter.C77 PipeFds pipe0, pipe1; in xfilter() local
79 if (pipe0.Pipe() < 0 || pipe1.Pipe() < 0) in xfilter()
92 pipe1.close0(); in xfilter()
95 dup2(pipe1.fds[1], 1); in xfilter()
96 pipe1.close1(); in xfilter()
122 pipe1.close1(); in xfilter()
142 int maxfd=pipe1.fds[0]; in xfilter()
148 fcntl(pipe1.fds[0], F_SETFL, O_NDELAY); in xfilter()
153 FD_SET(pipe1.fds[0], &readfd); in xfilter()
216 if (FD_ISSET(pipe1.fds[0], &readfd)) in xfilter()
[all …]
/dports/lang/vala/vala-0.48.18/tests/dbus/
H A Dfiledescriptor.test17 int[] pipe1 = new int[2];
18 assert (Posix.pipe (pipe1) == 0);
20 assert (Posix.write (pipe1[1], buffer, 1) == 1);
21 Posix.close (pipe1[1]);
24 k = test.test_in (new UnixInputStream (pipe1[0], true), out j);
43 int[] pipe1 = new int[2];
44 assert (Posix.pipe (pipe1) == 0);
46 assert (Posix.write (pipe1[1], buffer, 1) == 1);
47 Posix.close (pipe1[1]);
55 j = new UnixInputStream (pipe1[0], true);
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/DrawGraph/IGD_1.0/Simple_version/
H A Dwindow.c46 int childpid, pipe1[2], pipe2[2]; in start_child() local
48 if ((pipe(pipe1) < 0) || (pipe(pipe2) < 0)){ in start_child()
57 close(pipe1[0]); in start_child()
64 *writepipe = fdopen(pipe1[1], "w"); in start_child()
68 close(pipe1[1]); in start_child()
71 dup2(pipe1[0], 0); in start_child()
73 close(pipe1[0]); in start_child()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtcbidirectional.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
158 pipe1 = in main()
164 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
165 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
167 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "smpte"); in main()
171 pipe1); in main()
172 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "ball"); in main()
174 pipe1); in main()
181 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
185 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
[all …]
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtcbidirectional.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
158 pipe1 = in main()
164 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
165 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
167 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "smpte"); in main()
171 pipe1); in main()
172 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "ball"); in main()
174 pipe1); in main()
181 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
185 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
[all …]
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtcbidirectional.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
158 pipe1 = in main()
164 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
165 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
167 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "smpte"); in main()
171 pipe1); in main()
172 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "ball"); in main()
174 pipe1); in main()
181 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
185 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
[all …]
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtcbidirectional.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
158 pipe1 = in main()
164 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
165 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
167 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "smpte"); in main()
171 pipe1); in main()
172 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "ball"); in main()
174 pipe1); in main()
181 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
185 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
[all …]
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtcbidirectional.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
158 pipe1 = in main()
164 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
165 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
167 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "smpte"); in main()
171 pipe1); in main()
172 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "ball"); in main()
174 pipe1); in main()
181 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
185 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
[all …]
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtcbidirectional.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
158 pipe1 = in main()
164 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
165 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
167 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "smpte"); in main()
171 pipe1); in main()
172 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "ball"); in main()
174 pipe1); in main()
181 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
185 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
[all …]
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtcbidirectional.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
158 pipe1 = in main()
164 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
165 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
167 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "smpte"); in main()
171 pipe1); in main()
172 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "ball"); in main()
174 pipe1); in main()
181 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
185 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
[all …]
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtcbidirectional.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
158 pipe1 = in main()
164 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
165 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
167 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "smpte"); in main()
171 pipe1); in main()
172 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "ball"); in main()
174 pipe1); in main()
181 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
185 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
[all …]
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtcbidirectional.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
158 pipe1 = in main()
164 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
165 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
167 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "smpte"); in main()
171 pipe1); in main()
172 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "ball"); in main()
174 pipe1); in main()
181 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
185 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
[all …]
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtcbidirectional.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
158 pipe1 = in main()
164 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
165 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
167 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "smpte"); in main()
171 pipe1); in main()
172 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "ball"); in main()
174 pipe1); in main()
181 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
185 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
[all …]
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtcbidirectional.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
158 pipe1 = in main()
164 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
165 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
167 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "smpte"); in main()
171 pipe1); in main()
172 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "ball"); in main()
174 pipe1); in main()
181 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
185 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
[all …]
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtcbidirectional.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
158 pipe1 = in main()
164 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
165 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
167 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "smpte"); in main()
171 pipe1); in main()
172 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "ball"); in main()
174 pipe1); in main()
181 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
185 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
[all …]
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtcbidirectional.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
158 pipe1 = in main()
164 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
165 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
167 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "smpte"); in main()
171 pipe1); in main()
172 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "ball"); in main()
174 pipe1); in main()
181 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
185 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
[all …]
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtcbidirectional.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
158 pipe1 = in main()
164 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
165 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
167 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "smpte"); in main()
171 pipe1); in main()
172 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "ball"); in main()
174 pipe1); in main()
181 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
185 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
[all …]
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtcbidirectional.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
158 pipe1 = in main()
164 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
165 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
167 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "smpte"); in main()
171 pipe1); in main()
172 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "ball"); in main()
174 pipe1); in main()
181 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
185 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
[all …]

12345678910>>...25