Home
last modified time | relevance | path

Searched refs:prepare_stream (Results 1 – 21 of 21) sorted by relevance

/dports/databases/elixir-db_connection/db_connection-1.1.3/integration_test/cases/
H A Dprepare_stream_test.exs10 test "prepare_stream returns result" do
26 stream = P.prepare_stream(conn, %Q{}, [:param])
44 test "prepare_stream parses/describes/encodes/decodes" do
64 stream = P.prepare_stream(conn, %Q{}, [:param], opts2)
80 test "prepare_stream logs result" do
134 test "prepare_stream logs prepare error" do
169 test "prepare_stream logs declare error" do
206 test "prepare_stream declare disconnects" do
226 stream = P.prepare_stream(conn, %Q{}, [:param])
263 stream = P.prepare_stream(conn, %Q{}, [:param])
[all …]
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/src/test/
H A DTestDASHTree.cpp258 videoStream->prepare_stream(tree->current_period_->adaptationSets_[0], 0, 0, 0, 0, 0, 0, 0, in TEST_F()
265 videoStream->prepare_stream(tree->current_period_->adaptationSets_[1], 0, 0, 0, 0, 0, 0, 0, in TEST_F()
272 videoStream->prepare_stream(tree->current_period_->adaptationSets_[2], 0, 0, 0, 0, 0, 0, 0, in TEST_F()
279 videoStream->prepare_stream(tree->current_period_->adaptationSets_[3], 0, 0, 0, 0, 0, 0, 0, in TEST_F()
286 videoStream->prepare_stream(tree->current_period_->adaptationSets_[4], 0, 0, 0, 0, 0, 0, 0, in TEST_F()
293 videoStream->prepare_stream(tree->current_period_->adaptationSets_[5], 0, 0, 0, 0, 0, 0, 0, in TEST_F()
300 videoStream->prepare_stream(tree->current_period_->adaptationSets_[6], 0, 0, 0, 0, 0, 0, 0, in TEST_F()
408 videoStream->prepare_stream(tree->periods_[0]->adaptationSets_[11], 0, 0, 0, 0, 0, 0, 0, in TEST_F()
418 videoStream->prepare_stream(tree->periods_[0]->adaptationSets_[12], 0, 0, 0, 0, 0, 0, 0, in TEST_F()
485 audioStream->prepare_stream(tree->current_period_->adaptationSets_[1], 0, 0, 0, 0, 0, 0, 0, in TEST_F()
/dports/textproc/zorba/zorba-2.7.0/src/capi/
H A Dcimplementation.cpp227 theXQCImpl.prepare_stream = CImplementation::prepare_stream; in CImplementation()
339 CImplementation::prepare_stream in prepare_stream() function in zorbac::CImplementation
H A Dcimplementation.h49 prepare_stream(XQC_Implementation* impl, XQC_InputStream* stream,
/dports/databases/elixir-db_connection/db_connection-1.1.3/test/
H A Dtest_support.exs54 def prepare_stream(conn, query, params, opts2 \\ []) do function
55 DBConnection.prepare_stream(conn, query, params, opts2 ++ unquote(opts))
/dports/textproc/zorba/zorba-2.7.0/doc/c/examples/
H A Dcsimple.c124 impl->prepare_stream(impl, lStream, NULL, &lExpr); in example_4()
/dports/emulators/libspectrum/libspectrum-1.5.0/
H A Dzip.c429 prepare_stream( struct libspectrum_zip *z ) in prepare_stream() function
515 error = prepare_stream( z ); in libspectrum_zip_read()
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/src/common/
H A DAdaptiveStream.h48 bool prepare_stream(AdaptiveTree::AdaptationSet* adp,
H A DAdaptiveStream.cpp137 bool AdaptiveStream::prepare_stream(AdaptiveTree::AdaptationSet* adp, in prepare_stream() function in AdaptiveStream
/dports/databases/elixir-ecto/ecto-2.2.10/lib/ecto/adapters/
H A Dsql.ex497 prepare_stream(repo, prepared, params, mapper, opts)
501 prepare_stream(repo, String.Chars.to_string(cached), params, mapper, opts)
505 prepare_stream(repo, prepared, params, mapper, opts)
508 defp prepare_stream(repo, prepared, params, mapper, opts) do function
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Ddiskio_meat.hpp561 diskio::prepare_stream(std::ostream& f) in prepare_stream() function in diskio
634 const std::streamsize cell_width = diskio::prepare_stream<eT>(f); in save_raw_ascii()
746 const std::streamsize cell_width = diskio::prepare_stream<eT>(f); in save_arma_ascii()
825 diskio::prepare_stream<eT>(f); in save_csv_ascii()
863 diskio::prepare_stream<eT>(f); in save_csv_ascii()
936 diskio::prepare_stream<eT>(f); in save_coord_ascii()
981 diskio::prepare_stream<eT>(f); in save_coord_ascii()
2798 diskio::prepare_stream<eT>(f); in save_csv_ascii()
2886 diskio::prepare_stream<eT>(f); in save_coord_ascii()
2932 diskio::prepare_stream<eT>(f); in save_coord_ascii()
[all …]
H A Ddiskio_bones.hpp60 template<typename eT> inline static std::streamsize prepare_stream(std::ostream& f);
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Ddiskio_meat.hpp574 diskio::prepare_stream(std::ostream& f) in prepare_stream() function in diskio
647 const std::streamsize cell_width = diskio::prepare_stream<eT>(f); in save_raw_ascii()
759 const std::streamsize cell_width = diskio::prepare_stream<eT>(f); in save_arma_ascii()
838 diskio::prepare_stream<eT>(f); in save_csv_ascii()
876 diskio::prepare_stream<eT>(f); in save_csv_ascii()
949 diskio::prepare_stream<eT>(f); in save_coord_ascii()
994 diskio::prepare_stream<eT>(f); in save_coord_ascii()
2811 diskio::prepare_stream<eT>(f); in save_csv_ascii()
2899 diskio::prepare_stream<eT>(f); in save_coord_ascii()
2945 diskio::prepare_stream<eT>(f); in save_coord_ascii()
[all …]
H A Ddiskio_bones.hpp60 template<typename eT> inline static std::streamsize prepare_stream(std::ostream& f);
/dports/textproc/zorba/zorba-2.7.0/include/
H A Dxqc.h290 XQC_Error (*prepare_stream)(XQC_Implementation *implementation, XQC_InputStream *stream, member
/dports/databases/elixir-mariaex/mariaex-0.8.4/lib/
H A Dmariaex.ex404 prepare_stream(conn, query, params, opts)
438 defp prepare_stream(conn, query, params, opts) do function
439 DBConnection.prepare_stream(conn, query, params, defaults(opts))
/dports/sysutils/vector/vector-0.10.0/cargo-crates/pulsar-1.0.0/src/
H A Dconnection.rs495 let sender = Connection::prepare_stream( in new()
510 async fn prepare_stream<Exe: Executor>( in prepare_stream() method
/dports/lang/fpc-source/fpc-3.2.2/packages/zorba/src/
H A Dxqc.pas172prepare_stream: function(impl: XQC_Implementation; stream: XQC_InputStream; context: XQC_StaticCon… in mpl()
/dports/databases/elixir-db_connection/db_connection-1.1.3/lib/
H A Ddb_connection.ex864 stream = DBConnection.prepare_stream(conn, query, [])
868 @spec prepare_stream(t, query, params, opts :: Keyword.t) ::
870 def prepare_stream(%DBConnection{} = conn, query, params, opts) do function
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/src/
H A Dmain.cpp2413 stream.stream_.prepare_stream( in InitializeDRM()
2678 defaultVideoStream.prepare_stream(adp, GetVideoWidth(), GetVideoHeight(), hdcpLimit, in InitializePeriod()
2689 stream.stream_.prepare_stream(adp, GetVideoWidth(), GetVideoHeight(), hdcpLimit, hdcpVersion, in InitializePeriod()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_portaudio/
H A Dmod_portaudio.c2594 static switch_status_t prepare_stream(char **argv, int argc, switch_stream_handle_t *stream) in prepare_stream() function
3211 func = prepare_stream; in SWITCH_STANDARD_API()