Home
last modified time | relevance | path

Searched refs:cmdline_opts (Results 1 – 25 of 54) sorted by relevance

123

/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/stdlib/test_utils/test/
H A Drun_test_vector_sim_test.py33 ], cmdline_opts )
43 ], cmdline_opts )
54 ], cmdline_opts )
65 ], cmdline_opts )
76 ], cmdline_opts )
103 ], cmdline_opts )
113 ], cmdline_opts )
124 ], cmdline_opts )
135 ], cmdline_opts )
171 ], cmdline_opts )
[all …]
/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/stdlib/stream/test/
H A Dqueues_test.py48 sim.run_test( cmdline_opts )
50 def test_normal_behavior( cmdline_opts ): argument
67 ], cmdline_opts )
102 def test_normal1_simple( cmdline_opts ): argument
106 run_sim( th, cmdline_opts, duts=['dut'] )
108 def test_normal2_simple( cmdline_opts ): argument
114 def test_normal3_simple( cmdline_opts ): argument
120 def test_pipe1_simple( cmdline_opts ): argument
144 def test_bypass1_simple( cmdline_opts ): argument
156 def test_bypass2_sparse( cmdline_opts ): argument
[all …]
H A Dmagic_memory_test.py250 def test_1port( test_params, cmdline_opts ): argument
257 test_params.sink_init, test_params.sink_intv ), cmdline_opts )
264 def test_2port( test_params, cmdline_opts ): argument
272 test_params.sink_init, test_params.sink_intv ), cmdline_opts )
275 def test_20port( test_params, cmdline_opts ): argument
282 test_params.sink_init, test_params.sink_intv ), cmdline_opts )
288 def test_read_write_mem( cmdline_opts ): argument
/dports/biology/clustal-omega/clustal-omega-1.2.4/src/
H A Dmymain.c1073 cmdline_opts.iSeqType, cmdline_opts.iSeqInFormat, in MyMain()
1074 cmdline_opts.bIsProfile, cmdline_opts.bDealignInputSeqs, in MyMain()
1075cmdline_opts.iMaxNumSeq, cmdline_opts.iMaxSeqLen, cmdline_opts.aln_opts.pcHMMBatch)) { in MyMain()
1121 cmdline_opts.iSeqType, cmdline_opts.iSeqInFormat, in MyMain()
1122 cmdline_opts.bIsProfile, cmdline_opts.bDealignInputSeqs, in MyMain()
1123cmdline_opts.iMaxNumSeq, cmdline_opts.iMaxSeqLen, cmdline_opts.aln_opts.pcHMMBatch)) { in MyMain()
1147 cmdline_opts.iSeqType, cmdline_opts.iSeqInFormat, in MyMain()
1148 cmdline_opts.bIsProfile, cmdline_opts.bDealignInputSeqs, in MyMain()
1149cmdline_opts.iMaxNumSeq, cmdline_opts.iMaxSeqLen, cmdline_opts.aln_opts.pcHMMBatch)) { in MyMain()
1198cmdline_opts.iAlnOutFormat, cmdline_opts.iWrap, cmdline_opts.bResno)) { in MyMain()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dwesnoth.cpp341 if(cmdline_opts.log) {
370 if(cmdline_opts.data_dir) {
404 if(cmdline_opts.gunzip) {
415 if(cmdline_opts.bunzip2) {
426 if(cmdline_opts.gzip) {
432 if(cmdline_opts.bzip2) {
438 if(cmdline_opts.help) {
439 std::cout << cmdline_opts;
456 if(cmdline_opts.screenshot || cmdline_opts.render_image) {
464 if(cmdline_opts.version) {
[all …]
/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/stdlib/test_utils/
H A Dtest_helpers.py64 def config_model_with_cmdline_opts( top, cmdline_opts, duts ): argument
66 test_verilog = cmdline_opts[ 'test_verilog' ]
67 dump_vcd = cmdline_opts[ 'dump_vcd' ]
68 dump_vtb = cmdline_opts[ 'dump_vtb' ]
70 if 'on_demand_vcd_portname' in cmdline_opts:
71 on_demand_vcd_portname = cmdline_opts['on_demand_vcd_portname']
147 def run_test( self, cmdline_opts=None ): argument
149 cmdline_opts = cmdline_opts or {'dump_vcd': False, 'test_verilog': False, 'dump_vtb': ''}
177cmdline_opts = cmdline_opts or {'dump_vcd': False, 'test_verilog': False, 'max_cycles': None, 'dum…
179 max_cycles = cmdline_opts['max_cycles'] or 10000
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dbatch-exit-status.exp23 proc _test_exit_status {expect_status cmdline_opts} { argument
27 if {[gdb_spawn_with_cmdline_opts $cmdline_opts] != 0} {
46 proc test_exit_status {expect_status cmdline_opts prefix} {
48 set prefix $cmdline_opts
52 _test_exit_status $expect_status $cmdline_opts
H A Dlibsegfault.exp33 proc gdb_spawn_with_ld_preload {lib cmdline_opts} { argument
44 gdb_spawn_with_cmdline_opts $cmdline_opts
/dports/databases/galera/galera-release_25.3.35/garb/
H A Dgarb_config.cpp71 po::options_description cmdline_opts; in Config() local
72 cmdline_opts.add(config).add(cfg_opt).add(other); in Config()
80 options(cmdline_opts).positional(p).run(), vm); in Config()
86 << cmdline_opts << std::endl; in Config()
/dports/databases/galera26/galera-release_26.4.10/garb/
H A Dgarb_config.cpp71 po::options_description cmdline_opts; in Config() local
72 cmdline_opts.add(config).add(cfg_opt).add(other); in Config()
80 options(cmdline_opts).positional(p).run(), vm); in Config()
86 << cmdline_opts << std::endl; in Config()
/dports/games/wesnoth/wesnoth-1.14.17/src/game_initialization/
H A Dmultiplayer.cpp702 …_commandline(const config& game_config, saved_game& state, const commandline_options& cmdline_opts) in start_local_game_commandline() argument
728 if(cmdline_opts.multiplayer_ignore_map_settings) { in start_local_game_commandline()
741 if(cmdline_opts.multiplayer_era) { in start_local_game_commandline()
742 parameters.mp_era = *cmdline_opts.multiplayer_era; in start_local_game_commandline()
753 if(cmdline_opts.multiplayer_scenario) { in start_local_game_commandline()
754 parameters.name = *cmdline_opts.multiplayer_scenario; in start_local_game_commandline()
787 connect_engine->start_game_commandline(cmdline_opts, game_config); in start_local_game_commandline()
790 if(resources::recorder && cmdline_opts.multiplayer_label) { in start_local_game_commandline()
791 std::string label = *cmdline_opts.multiplayer_label; in start_local_game_commandline()
795 unsigned int repeat = (cmdline_opts.multiplayer_repeat) ? *cmdline_opts.multiplayer_repeat : 1; in start_local_game_commandline()
H A Dconnect_engine.cpp506 if(cmdline_opts.multiplayer_side) { in start_game_commandline()
507 for(const mp_option& option : *cmdline_opts.multiplayer_side) { in start_game_commandline()
523 if(cmdline_opts.multiplayer_controller) { in start_game_commandline()
539 if(cmdline_opts.multiplayer_algorithm) { in start_game_commandline()
540 for(const mp_option& option : *cmdline_opts.multiplayer_algorithm) { in start_game_commandline()
559 if(cmdline_opts.multiplayer_turns) { in start_game_commandline()
560 DBG_MP << "\tsetting turns: " << *cmdline_opts.multiplayer_turns << in start_game_commandline()
562 scenario()["turns"] = *cmdline_opts.multiplayer_turns; in start_game_commandline()
566 if(cmdline_opts.multiplayer_ai_config) { in start_game_commandline()
582 if(cmdline_opts.multiplayer_ignore_map_settings) { in start_game_commandline()
[all …]
/dports/deskutils/parcellite/parcellite-1.2.1/src/
H A Dutils.h27 struct cmdline_opts { struct
42 struct cmdline_opts *parse_options(int argc, char* argv[]); argument
/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/stdlib/mem/test/
H A DMagicMemoryCL_test.py247 def test_1port( test_params, cmdline_opts ): argument
261 def test_2port( test_params, cmdline_opts ): argument
272 def test_20port( test_params, cmdline_opts ): argument
285 def test_read_write_mem( cmdline_opts ): argument
/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/stdlib/delays/test/
H A DDelayPipeCL_test.py85 def test_delay_pipe_deq( test_params, cmdline_opts ): argument
104 def test_delay_pipe_send( test_params, cmdline_opts ): argument
/dports/cad/py-pymtl/pymtl3-3.1.6/pytest_plugin/
H A Dpytest_pymtl3.py39 def cmdline_opts( request ): function
47 request.cls.cmdline_opts = opts
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/AST/
H A Dgen_ast_dump_json_test.py91 cmdline_opts=args.opts, do_update=args.update,
95 def process_file(source_file, clang_binary, cmdline_filters, cmdline_opts, argument
142 options = cmdline_opts.split()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/AST/
H A Dgen_ast_dump_json_test.py93 cmdline_opts=args.opts, do_update=args.update,
97 def process_file(source_file, clang_binary, cmdline_filters, cmdline_opts, argument
144 options = cmdline_opts.split()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/AST/
H A Dgen_ast_dump_json_test.py93 cmdline_opts=args.opts, do_update=args.update,
97 def process_file(source_file, clang_binary, cmdline_filters, cmdline_opts, argument
144 options = cmdline_opts.split()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/AST/
H A Dgen_ast_dump_json_test.py93 cmdline_opts=args.opts, do_update=args.update,
97 def process_file(source_file, clang_binary, cmdline_filters, cmdline_opts, argument
144 options = cmdline_opts.split()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/AST/
H A Dgen_ast_dump_json_test.py93 cmdline_opts=args.opts, do_update=args.update,
97 def process_file(source_file, clang_binary, cmdline_filters, cmdline_opts, argument
144 options = cmdline_opts.split()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/AST/
H A Dgen_ast_dump_json_test.py93 cmdline_opts=args.opts, do_update=args.update,
97 def process_file(source_file, clang_binary, cmdline_filters, cmdline_opts, argument
144 options = cmdline_opts.split()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/AST/
H A Dgen_ast_dump_json_test.py93 cmdline_opts=args.opts, do_update=args.update,
97 def process_file(source_file, clang_binary, cmdline_filters, cmdline_opts, argument
144 options = cmdline_opts.split()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/AST/
H A Dgen_ast_dump_json_test.py93 cmdline_opts=args.opts, do_update=args.update,
97 def process_file(source_file, clang_binary, cmdline_filters, cmdline_opts, argument
144 options = cmdline_opts.split()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/AST/
H A Dgen_ast_dump_json_test.py93 cmdline_opts=args.opts, do_update=args.update,
97 def process_file(source_file, clang_binary, cmdline_filters, cmdline_opts, argument
144 options = cmdline_opts.split()

123