Home
last modified time | relevance | path

Searched refs:stream_in (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/streams/
H A Dbstream.h96 (void)stream_in.GetC(); in Input_GetC()
109 (void)stream_in.Read(buf, 10); in Input_Read()
113 DoCheckInputStream(stream_in); in Input_Read()
134 while(!stream_in.Eof()) in Input_Eof()
140 (void)stream_in.GetC(); in Input_Eof()
158 (void)stream_in.GetC(); in Input_Eof()
176 (void)stream_in.GetC(); in Input_LastRead()
231 (void)stream_in.GetC(); in Input_TellI()
237 (void)stream_in.GetC(); in Input_TellI()
253 while (stream_in.IsOk()) in Input_Peek()
[all …]
H A Dsocketstream.cpp139 virtual void DoCheckInputStream(wxSocketInputStream& stream_in) wxOVERRIDE;
232 void socketStream::DoCheckInputStream(wxSocketInputStream& stream_in) in DoCheckInputStream() argument
238 if ( !stream_in.IsOk() ) in DoCheckInputStream()
247 CPPUNIT_ASSERT(stream_in.IsOk()); in DoCheckInputStream()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/streams/
H A Dbstream.h97 (void)stream_in.GetC(); in Input_GetC()
110 (void)stream_in.Read(buf, 10); in Input_Read()
134 while(!stream_in.Eof()) in Input_Eof()
140 (void)stream_in.GetC(); in Input_Eof()
158 (void)stream_in.GetC(); in Input_Eof()
173 (void)stream_in.Read(buf, 5); in Input_LastRead()
175 (void)stream_in.GetC(); in Input_LastRead()
223 (void)stream_in.GetC(); in Input_TellI()
229 (void)stream_in.GetC(); in Input_TellI()
245 while (stream_in.IsOk()) in Input_Peek()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/streams/
H A Dbstream.h97 (void)stream_in.GetC(); in Input_GetC()
110 (void)stream_in.Read(buf, 10); in Input_Read()
134 while(!stream_in.Eof()) in Input_Eof()
140 (void)stream_in.GetC(); in Input_Eof()
158 (void)stream_in.GetC(); in Input_Eof()
173 (void)stream_in.Read(buf, 5); in Input_LastRead()
175 (void)stream_in.GetC(); in Input_LastRead()
223 (void)stream_in.GetC(); in Input_TellI()
229 (void)stream_in.GetC(); in Input_TellI()
245 while (stream_in.IsOk()) in Input_Peek()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/tests/streams/
H A Dbstream.h99 (void)stream_in.GetC(); in Input_GetC()
112 (void)stream_in.Read(buf, 10); in Input_Read()
136 while(!stream_in.Eof()) in Input_Eof()
139 (void)stream_in.GetC(); in Input_Eof()
157 (void)stream_in.GetC(); in Input_Eof()
172 (void)stream_in.Read(buf, 5); in Input_LastRead()
174 (void)stream_in.GetC(); in Input_LastRead()
206 (void)stream_in.GetC(); in Input_TellI()
212 (void)stream_in.GetC(); in Input_TellI()
228 while (stream_in.IsOk()) in Input_Peek()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/tests/streams/
H A Dbstream.h99 (void)stream_in.GetC(); in Input_GetC()
112 (void)stream_in.Read(buf, 10); in Input_Read()
136 while(!stream_in.Eof()) in Input_Eof()
139 (void)stream_in.GetC(); in Input_Eof()
157 (void)stream_in.GetC(); in Input_Eof()
172 (void)stream_in.Read(buf, 5); in Input_LastRead()
174 (void)stream_in.GetC(); in Input_LastRead()
206 (void)stream_in.GetC(); in Input_TellI()
212 (void)stream_in.GetC(); in Input_TellI()
228 while (stream_in.IsOk()) in Input_Peek()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/tests/streams/
H A Dbstream.h99 (void)stream_in.GetC(); in Input_GetC()
112 (void)stream_in.Read(buf, 10); in Input_Read()
136 while(!stream_in.Eof()) in Input_Eof()
139 (void)stream_in.GetC(); in Input_Eof()
157 (void)stream_in.GetC(); in Input_Eof()
172 (void)stream_in.Read(buf, 5); in Input_LastRead()
174 (void)stream_in.GetC(); in Input_LastRead()
206 (void)stream_in.GetC(); in Input_TellI()
212 (void)stream_in.GetC(); in Input_TellI()
228 while (stream_in.IsOk()) in Input_Peek()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/tests/streams/
H A Dbstream.h99 (void)stream_in.GetC(); in Input_GetC()
112 (void)stream_in.Read(buf, 10); in Input_Read()
136 while(!stream_in.Eof()) in Input_Eof()
139 (void)stream_in.GetC(); in Input_Eof()
157 (void)stream_in.GetC(); in Input_Eof()
172 (void)stream_in.Read(buf, 5); in Input_LastRead()
174 (void)stream_in.GetC(); in Input_LastRead()
206 (void)stream_in.GetC(); in Input_TellI()
212 (void)stream_in.GetC(); in Input_TellI()
228 while (stream_in.IsOk()) in Input_Peek()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/
H A Daudio_alsa.c19 static snd_pcm_t *stream_in; variable
54 snd_pcm_start(stream_in); in alsa_input()
57 r = snd_pcm_readi(stream_in, samples, byteread); in alsa_input()
62 snd_pcm_prepare(stream_in); in alsa_input()
201 if ((err = snd_pcm_hw_params_any (stream_in, hw_params)) < 0) { in alsa_initialize()
221 if ((err = snd_pcm_hw_params_set_channels (stream_in, hw_params, 1)) < 0) { in alsa_initialize()
226 if ((err = snd_pcm_hw_params (stream_in, hw_params)) < 0) { in alsa_initialize()
232 err = snd_pcm_sw_params_current(stream_in, sw_params); in alsa_initialize()
237 err = snd_pcm_sw_params_set_start_threshold(stream_in, sw_params, 80); in alsa_initialize()
242 err = snd_pcm_sw_params(stream_in, sw_params); in alsa_initialize()
[all …]
/dports/converters/R-cran-jsonlite/jsonlite/man/
H A Dstream_in.Rd3 \name{stream_in, stream_out}
4 \alias{stream_in, stream_out}
5 \alias{stream_in}
9 stream_in(con, handler = NULL, pagesize = 500, verbose = TRUE, ...)
15 \code{stream_in} and \code{stream_out} will automatically open
20 returned by \code{stream_in}. See details.}
82 mydata <- stream_in(url("http://httpbin.org/stream/100"))
88 flights2 <- stream_in(file(tmp))
113 stream_in(con_in, handler = function(df){
121 mydata <- stream_in(file(tmp))
[all …]
/dports/devel/py-cloudpickle/cloudpickle-1.3.0/tests/
H A Dtestutils.py101 def _read_all_bytes(stream_in, chunk_size=4096): argument
104 data = stream_in.read(chunk_size)
111 def pickle_echo(stream_in=None, stream_out=None, protocol=None): argument
113 if stream_in is None:
114 stream_in = sys.stdin
119 if hasattr(stream_in, 'buffer'):
120 stream_in = stream_in.buffer
124 input_bytes = base64.b32decode(_read_all_bytes(stream_in))
125 stream_in.close()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/
H A DConvertBase64.cpp254 std::stringstream stream_in;
256 stream_in<<std::string(chars_in, length_in);
258 stream_in.seekg(0, stream_in.beg);
259 encode(stream_in, stream_out);
304 std::stringstream stream_in;
310 stream_in.clear();
311 stream_in<<str_in.at(i);
312 stream_in.seekg(0, stream_in.beg);
314 decode(stream_in, stream_out);
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgDB/
H A DConvertBase64.cpp241 std::stringstream stream_in; in encode() local
243 stream_in<<std::string(chars_in, length_in); in encode()
245 stream_in.seekg(0, stream_in.beg); in encode()
246 encode(stream_in, stream_out); in encode()
291 std::stringstream stream_in; in decode() local
297 stream_in.clear(); in decode()
298 stream_in<<str_in.at(i); in decode()
299 stream_in.seekg(0, stream_in.beg); in decode()
301 decode(stream_in, stream_out); in decode()
/dports/lang/micropython/micropython-1.17/ports/stm32/mboot/
H A Dvfs_fat.c92 static int vfs_fat_stream_open(void *stream_in, const char *fname) { in vfs_fat_stream_open() argument
93 vfs_fat_context_t *stream = stream_in; in vfs_fat_stream_open()
101 static void vfs_fat_stream_close(void *stream_in) { in vfs_fat_stream_close() argument
102 vfs_fat_context_t *stream = stream_in; in vfs_fat_stream_close()
106 static int vfs_fat_stream_read(void *stream_in, uint8_t *buf, size_t len) { in vfs_fat_stream_read() argument
107 vfs_fat_context_t *stream = stream_in; in vfs_fat_stream_read()
H A Dvfs_lfs.c130 static int vfs_lfs_stream_open(void *stream_in, const char *fname) { in vfs_lfs_stream_open() argument
131 VFS_LFSx_CONTEXT_T *ctx = stream_in; in vfs_lfs_stream_open()
142 static void vfs_lfs_stream_close(void *stream_in) { in vfs_lfs_stream_close() argument
143 VFS_LFSx_CONTEXT_T *ctx = stream_in; in vfs_lfs_stream_close()
147 static int vfs_lfs_stream_read(void *stream_in, uint8_t *buf, size_t len) { in vfs_lfs_stream_read() argument
148 VFS_LFSx_CONTEXT_T *ctx = stream_in; in vfs_lfs_stream_read()
/dports/science/chrono/chrono-7.0.1/src/demos/cosimulation/
H A Ddemo_COSIM_socket.cpp96 ChStreamInBinaryVector stream_in(&rbuffer); // wrap the buffer, for easy formatting in main() local
99 int numBytes = client->ReceiveBuffer(*stream_in.GetVector(), nbytes); in main()
103 stream_in >> a; in main()
104 stream_in >> b; in main()
105 stream_in >> c; in main()
/dports/mail/balsa/balsa-2.5.1/libbalsa/
H A Daddress-book-text.c488 (void) fseek(stream_in, 0, SEEK_END); in lbab_text_copy_stream()
489 end = ftell(stream_in); in lbab_text_copy_stream()
492 (void) fseek(stream_in, begin, SEEK_SET); in lbab_text_copy_stream()
497 if (fread(buf, 1, len, stream_in) < len) in lbab_text_copy_stream()
617 FILE *stream_in; in libbalsa_address_book_text_modify_address() local
626 fclose(stream_in); in libbalsa_address_book_text_modify_address()
630 lbab_text_load_file(ab_text, stream_in); in libbalsa_address_book_text_modify_address()
636 lbab_text_unlock_book(ab_text, stream_in); in libbalsa_address_book_text_modify_address()
637 fclose(stream_in); in libbalsa_address_book_text_modify_address()
654 lbab_text_unlock_book(ab_text, stream_in); in libbalsa_address_book_text_modify_address()
[all …]
/dports/audio/libmp3splt/libmp3splt-0.9.2/plugins/
H A Dogg_new_stream_handler.c83 ogg_stream_state *stream_in = nsh->optional_stream_in; in splt_ogg_initialise_for_new_stream() local
86 stream_in = oggstate->stream_in; in splt_ogg_initialise_for_new_stream()
89 ogg_stream_clear(stream_in); in splt_ogg_initialise_for_new_stream()
90 ogg_stream_init(stream_in, ogg_page_serialno(page)); in splt_ogg_initialise_for_new_stream()
H A Dogg.c175 if(oggstate->stream_in && oggstate->in != stdin) in splt_ogg_v_free()
177 ogg_stream_clear(oggstate->stream_in); in splt_ogg_v_free()
178 free(oggstate->stream_in); in splt_ogg_v_free()
179 oggstate->stream_in = NULL; in splt_ogg_v_free()
404 ogg_stream_init(oggstate->stream_in, oggstate->serial); in splt_ogg_read_headers_and_save_them()
405 if(ogg_stream_pagein(oggstate->stream_in, &page) < 0) in splt_ogg_read_headers_and_save_them()
410 if(ogg_stream_packetout(oggstate->stream_in, &packet)!=1) in splt_ogg_read_headers_and_save_them()
442 if (ogg_stream_pagein(oggstate->stream_in, &page) < 0) in splt_ogg_read_headers_and_save_them()
448 res = ogg_stream_packetout(oggstate->stream_in, &packet); in splt_ogg_read_headers_and_save_them()
635 if (ogg_stream_pagein(oggstate->stream_in, &page) == -1) in splt_ogg_find_begin_cutpoint()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono_cosimulation/
H A DChCosimulation.cpp98 ChStreamInBinaryVector stream_in(&rbuffer); // wrap the buffer, for easy formatting in ReceiveData() local
101 /*int numBytes =*/ this->myClient->ReceiveBuffer(*stream_in.GetVector(), nbytes); in ReceiveData()
106 stream_in >> mtime; in ReceiveData()
109 stream_in >> in_data(i); in ReceiveData()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/lib/ext/wocky/tests/
H A Dwocky-ping-test.c60 GInputStream *stream_in; in test_periodic_ping() local
73 stream_in = g_io_stream_get_input_stream (stream); in test_periodic_ping()
77 wocky_test_stream_set_direct_read_callback (stream_in, ping_recv_cb, test); in test_periodic_ping()
95 wocky_test_stream_set_direct_read_callback (stream_in, NULL, NULL); in test_periodic_ping()
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/ext/wocky/tests/
H A Dwocky-ping-test.c56 GInputStream *stream_in; in test_periodic_ping() local
69 stream_in = g_io_stream_get_input_stream (stream); in test_periodic_ping()
73 wocky_test_stream_set_direct_read_callback (stream_in, ping_recv_cb, test); in test_periodic_ping()
91 wocky_test_stream_set_direct_read_callback (stream_in, NULL, NULL); in test_periodic_ping()
/dports/math/py-pysmt/pysmt-0.9.0/pysmt/test/smtlib/
H A Dtest_smtlibscript.py138 stream_in = cStringIO(smtlib_single)
139 f = get_formula(stream_in)
142 stream_in = cStringIO(smtlib_double)
143 f = get_formula(stream_in)
146 stream_in = cStringIO(smtlib_double)
148 f = get_formula_strict(stream_in)
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/video/drivers/
H A Ddebayer.cpp42 pangolin::StreamInfo BayerOutputFormat( const StreamInfo& stream_in, bayer_method_t method, size_t … in BayerOutputFormat() argument
46 const size_t w = downsample ? stream_in.Width() / 2 : stream_in.Width(); in BayerOutputFormat()
47 const size_t h = downsample ? stream_in.Height() / 2 : stream_in.Height(); in BayerOutputFormat()
51 stream_in.PixFormat() : in BayerOutputFormat()
53 (stream_in.PixFormat().bpp == 16) ? in BayerOutputFormat()
58 fmt.channel_bit_depth = stream_in.PixFormat().channel_bit_depth; in BayerOutputFormat()
/dports/emulators/mess/mame-mame0226/src/osd/modules/sound/
H A Ddirect_sound.cpp316 DWORD stream_in = m_stream_buffer_in; in update_audio_stream() local
317 if (stream_in < write_position) in update_audio_stream()
318 stream_in += m_stream_buffer.size(); in update_audio_stream()
324 while (stream_in < write_position) in update_audio_stream()
328 stream_in += bytes_this_frame; in update_audio_stream()
332 if ((stream_in + bytes_this_frame) > (play_position + m_stream_buffer.size())) in update_audio_stream()
340 m_stream_buffer_in = stream_in % m_stream_buffer.size(); in update_audio_stream()

12345678910>>...16