Home
last modified time | relevance | path

Searched refs:post_output (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/gimageview/gimageview-0.2.27/plugins/image_view/
H A Dgimv_xine_post.c67 gxine->private->visual_anim.post_output = NULL; in post_init()
114 gxine->private->visual_anim.post_output = in post_init()
182 if (gxine->private->visual_anim.post_output) { in post_rewire_visual_anim()
189 gxine->private->visual_anim.post_output); in post_rewire_visual_anim()
192 gxine->private->visual_anim.post_output = in post_rewire_visual_anim()
197 if(gxine->private->visual_anim.post_output && in post_rewire_visual_anim()
241 gxine->private->visual_anim.post_output->audio_input[0]); in post_rewire_audio_post_to_stream()
H A Dgimv_xine_priv.h134 xine_post_t *post_output; member
H A Dgimv_xine.c866 && priv->visual_anim.post_output) in gimv_xine_play()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_privateendpoint/tasks/
H A Dmain.yml48 register: post_output
62 private_link_service_id: "{{ post_output.id }}"
85 private_link_service_id: "{{ post_output.id }}"
106 private_link_service_id: "{{ post_output.id }}"
/dports/misc/cloc/cloc-1.90/tests/inputs/
H A Dspecman_e.e18 mem_scoreboard.post_output(mem_object);
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/
H A Dpts_test_execution.php534 …$post_output = pts_tests::call_test_script($test_run_request->test_profile, 'post', 'Running Post-…
536 if($post_output != null && (pts_client::is_debug_mode() || $full_output))
538 pts_client::$display->test_run_instance_output($post_output);
/dports/devel/csmith/csmith-2.3.0/src/
H A DStatement.h171 void post_output(std::ostream &out, FactMgr* fm=0, int indent = 0) const;
H A DBlock.cpp282 stm->post_output(out, fm, indent); in OutputStatementList()
H A DStatement.cpp966 Statement::post_output(std::ostream &out, FactMgr* fm, int indent) const in post_output() function in Statement
/dports/math/lrslib/lrslib-071a/
H A Dmplrs.h338 void post_output(const char *, const char *);
H A Dlrslib.h343 void post_output(const char *, const char *);
H A Dmplrs.c105 post_output("warning"," "); /* see waiting_initial */ in mplrs_init()
3190 void post_output(const char *type, const char *data) in post_output() function
H A Dlrslib.c5838 post_output(type,data); in lrs_post_output()
5878 post_output("warning","*lrs_overflow has null Q "); in lrs_overflow()
/dports/math/gambit/gambit-16.0.1/library/src/lrs/
H A Dlrslib.c946 post_output(type, ss.str().c_str()); in lrs_printoutput()
2010 post_output(type,data); in lrs_getfirstbasis()
2020 post_output(type, data); in lrs_getfirstbasis()
2030 post_output(type,data); in lrs_getfirstbasis()
2061 post_output(type, ss.str().c_str()); in lrs_getfirstbasis()
2072 post_output(type, ss.str().c_str()); in lrs_getfirstbasis()
2321 post_output("debug", ss.str().c_str()); in lrs_getnextbasis()
2767 post_output(type, ss.str().c_str()); in lrs_printcobasis()
2871 post_output("basis count", ss.str().c_str()); in lrs_printtotals()
2889 post_output("volume", ss.str().c_str()); in lrs_printtotals()
[all …]
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/external/lrslib/
H A Dlrslib.c939 post_output( type, ss.str().c_str() ); in lrs_printoutput()
1958 post_output( type, data ); in lrs_getfirstbasis()
1968 post_output( type, data ); in lrs_getfirstbasis()
1977 post_output( type, data ); in lrs_getfirstbasis()
2010 post_output( type, ss.str().c_str() ); in lrs_getfirstbasis()
2021 post_output( type, ss.str().c_str() ); in lrs_getfirstbasis()
2685 post_output( type, ss.str().c_str() ); in lrs_printcobasis()
2800 post_output( "basis count", ss.str().c_str() ); in lrs_printtotals()
2806 post_output( "facet count", ss.str().c_str() ); in lrs_printtotals()
2819 post_output( "volume", ss.str().c_str() ); in lrs_printtotals()
[all …]
H A Dlrslib.h234 void post_output(const char*, const char*);
/dports/math/gambit/gambit-16.0.1/library/include/gambit/lrs/
H A Dlrslib.h217 void post_output(const char *, const char *);
/dports/www/drupal7/drupal-7.82/modules/simpletest/tests/
H A Dbootstrap.test864 $post_output = $this->curlExec($curl_parameters);
865 $this->assertIdentical($test_case['output'], $post_output, $test_case['message']);