Searched refs:output (Results 201 - 225 of 854) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-auth-with-content-disposition.px46 output => \%expected_downloaded_files);
H A DTest-c-full.px54 output => \%expected_downloaded_files);
H A DTest-c.px51 output => \%expected_downloaded_files);
H A DTest-cookies-401.px49 output => \%expected_downloaded_files);
H A DTest-ftp.px41 output => \%expected_downloaded_files);
H A DTest-proxy-auth-basic.px45 output => \%expected_downloaded_files);
/haiku-fatelf/src/tests/kits/app/bapplication/
H A DAppQuitRequestedTester.cpp55 const char *output = local
67 // get the output and compare the result
68 check_output(runner, output);
/haiku-fatelf/src/add-ons/print/transports/ipp/
H A DIppContent.h174 virtual ostream &output(ostream &os) const;
182 return attr.output(os);
195 virtual ostream &output(ostream &os) const;
203 return attr.output(os);
215 virtual ostream &output(ostream &os) const;
223 return attr.output(os);
234 virtual ostream &output(ostream &os) const;
242 return attr.output(os);
255 virtual ostream &output(ostream &os) const;
263 return attr.output(o
[all...]
/haiku-fatelf/src/apps/tv/
H A DController.cpp38 status_t MediaRoster_Disconnect(const media_output &output, const media_input &input);
284 media_output output; local
290 err = gMediaRoster->GetFreeOutputsFor(dvb_node, &output, 1, &count, B_MEDIA_RAW_AUDIO);
291 HandleError("Can't find free audio output", err);
293 HandleError("No free audio output", -1);
301 err = gMediaRoster->Connect(output.source, input.destination, &fmt, &audio_output, &audio_input);
306 err = gMediaRoster->GetFreeOutputsFor(dvb_node, &output, 1, &count, B_MEDIA_RAW_VIDEO);
307 HandleError("Can't find free video output", err);
309 HandleError("No free video output", -1);
328 err = gMediaRoster->Connect(output
451 MediaRoster_Disconnect(const media_output &output, const media_input &input) argument
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/video_mixer/
H A DBufferMixer.h22 void Merge(BBuffer *input, BBuffer *output);
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DEbmlStream.h47 \brief Handle an input/output stream of EBML elements
51 EbmlStream(IOCallback & output);
/haiku-fatelf/src/libs/ncurses/test/
H A Dditto.c45 FILE *output; member in struct:__anon4870
97 data[0].output = stdout;
100 data[j].output = open_tty(argv[j]);
110 data[j].output,
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/fork/
H A D18-1.c69 * void output(char * string, ...)
71 * Those may be used to output information.
93 output( "Got signal %d, expected %d\n", sv.sival_int, SIGUSR1 );
112 /* Initialize output */
164 output( "Notification occured before the child forked" );
187 output( "Notified value: %d\n", notified );
193 output( "Test passed\n" );
H A D22-1.c67 * void output(char * string, ...)
69 * Those may be used to output information.
94 /* Initialize output */
106 output( "System abilities:\n" );
108 output( " _POSIX_CPUTIME : %ld\n", ctp );
110 output( " _POSIX_THREAD_CPUTIME : %ld\n", ctt );
231 output( "Test passed\n" );
H A D3-1.c67 * void output(char * string, ...)
69 * Those may be used to output information.
90 /* Initialize output */
115 output("Kill returned %d (%d: %s)\n", ret, errno, strerror(errno));
122 output("Kill returned %d (%d: %s)\n", ret, errno, strerror(errno));
129 output("Test passed\n");
H A D6-1.c70 * void output(char * string, ...)
72 * Those may be used to output information.
119 /* Initialize output */
135 output( "Found %d entries in current dir\n", counted );
155 output( "Found %d entries in current dir from child\n", counted );
192 output( "Test passed\n" );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/
H A D29-1.c73 * void output(char * string, ...)
75 * Those may be used to output information.
97 output( "Received unexpected signal %d\n", info->si_signo );
105 output( "Got signal %d, expected %d!\n", info->si_value.sival_int, latest );
121 /* Initialize output */
205 output( "Only %d signal delivered instead of %d\n", latest, QUEUELENGTH );
216 output( "Test passed\n" );
/haiku-fatelf/src/bin/findutils/lib/
H A Dregexprops.c37 static void output(const char *s, int escape) function
45 output("\n", 0);
50 output(s, 1);
55 output(s, 0);
60 output(s, 0);
98 output("@samp{", 0);
100 output("}", 0);
443 output("@menu\n", 0);
449 output("* ", 0);
450 output(nam
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_create/
H A D15-1.c73 * void output(char * string, ...)
75 * Those may be used to output information.
123 output("Processing test\n");
136 output("Current stack : %p -> %p\n", scenarii[sc].bottom, sz + (long)scenarii[sc].bottom);
137 output("Child location: %p\n", child_stack);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_unlock/
H A D5-2.c70 * void output(char * string, ...)
72 * Those may be used to output information.
97 output("Initialize the PTHREAD_MUTEX_RECURSIVE mutex\n");
113 output("Unlock unlocked mutex\n");
121 output("Lock and unlock the mutex\n");
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_setschedparam/
H A D4-1.c67 * void output(char * string, ...)
69 * Those may be used to output information.
152 output( "Setting to a wrong priority failed with error %d (%s).\n",
158 output( "UNTESTED: setting to max prio + 1 did not fail.\n" );
173 /* Initialize output routine */
192 output( "Test PASSED.\n" );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_broadcast/
H A D1-2.c74 * void output(char * string, ...)
76 * Those may be used to output information.
225 output("[child] Wokenup timed=%i, Predicate=%i, ret=%i\n", timed, td->predicate, ret);
309 output("Test starting\n");
310 output("System abilities:\n");
311 output(" TPS : %li\n", pshared);
312 output(" CS : %li\n", cs);
313 output(" MON : %li\n", monotonic);
314 output(" MF : %li\n", mf);
316 output("Proces
[all...]
H A D2-3.c72 * void output(char * string, ...)
74 * Those may be used to output information.
222 output("[child] Wokenup timed=%i, Predicate=%i, ret=%i\n", timed, td->predicate, ret);
300 output("Test starting\n");
301 output("System abilities:\n");
302 output(" TPS : %li\n", pshared);
303 output(" CS : %li\n", cs);
304 output(" MON : %li\n", monotonic);
305 output(" MF : %li\n", mf);
307 output("Proces
[all...]
/haiku-fatelf/src/add-ons/media/plugins/mp4_reader/
H A Dmp4_reader.cpp292 format->u.encoded_audio.output.frame_rate = cookie->frames_per_sec_rate / cookie->frames_per_sec_scale;
293 format->u.encoded_audio.output.channel_count = audio_format->NoOfChannels;
298 format->u.encoded_audio.output.frame_rate = cookie->frames_per_sec_rate / cookie->frames_per_sec_scale;
299 format->u.encoded_audio.output.channel_count = audio_format->NoOfChannels;
305 format->u.encoded_audio.output.frame_rate = cookie->frames_per_sec_rate / cookie->frames_per_sec_scale;
306 format->u.encoded_audio.output.channel_count = audio_format->NoOfChannels;
307 format->u.encoded_audio.output.buffer_size = audio_format->BufferSize;
309 format->u.encoded_audio.output.format = media_raw_audio_format::B_AUDIO_SHORT;
310 format->u.encoded_audio.output.byte_order = B_HOST_IS_LENDIAN ? B_MEDIA_LITTLE_ENDIAN : B_MEDIA_BIG_ENDIAN;
315 format->u.encoded_audio.output
[all...]
/haiku-fatelf/src/add-ons/media/plugins/musepack/
H A DMusePackReader.cpp106 fFormat.u.encoded_audio.output.frame_rate = fInfo.simple.SampleFreq;
107 fFormat.u.encoded_audio.output.channel_count = fInfo.simple.Channels;
108 fFormat.u.encoded_audio.output.format = media_raw_audio_format::B_AUDIO_FLOAT;
109 fFormat.u.encoded_audio.output.byte_order = B_MEDIA_HOST_ENDIAN;
110 fFormat.u.encoded_audio.output.buffer_size = sizeof(MPC_SAMPLE_FORMAT) * FRAMELEN * 2;

Completed in 201 milliseconds

1234567891011>>