Home
last modified time | relevance | path

Searched refs:command_d (Results 1 – 5 of 5) sorted by relevance

/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/cmake/binary-info/
H A Dget_compiler_version.py19 command_d = {} variable
22 command_d['mpif90'] = 'mpif90 --version'
23 command_d['gfortran'] = 'gfortran --version'
24 command_d['gfortran.exe'] = 'gfortran.exe --version'
25 command_d['gfortran44'] = 'gfortran44 --version'
26 command_d['f95'] = 'f95 --version'
27 command_d['ifort'] = 'ifort --version'
28 command_d['pgf90'] = 'pgf90 -V'
38 command_d['pgcc'] = 'pgcc -V'
49 command_d['pgCC'] = 'pgCC -V'
[all …]
/dports/net/rtpproxy/rtpproxy-2.1.1/regress/
H A Dtest03.py139 def issue_command_d(self, command_d): argument
140 self.rtppc.send_command(command_d, self.rtpp_reply_d, command_d)
142 def rtpp_reply_d(self, rval, command_d): argument
145 (str(rval), command_d))
/dports/devel/p5-MooseX-App/MooseX-App-1.42/t/
H A D02_meta.t15 is(join(',',sort keys %{$commands}),'command_a,command_b,command_c1,command_d','Commands found');
28 cmp_deeply($meta->command_candidates('COmmand'),['command_a','command_b','command_c1','command_d'],…
H A D06_env.t44 MooseX::App::ParsedArgv->new(argv => [qw(command_d --global 1)]);
H A D01_basic.t44 command_d Command A!