Home
last modified time | relevance | path

Searched refs:cmd1 (Results 1 – 25 of 1996) sorted by relevance

12345678910>>...80

/dports/databases/p5-ResourcePool-Resource-DBI/ResourcePool-Resource-DBI-1.0101/t/
H A D50Command_Execute.t22 ok ($cmd1); # worked ;)
23 ok (! defined ($cmd1->getSQL()));
24 ok (! defined ($cmd1->_getBindArgs()));
29 ok ($cmd1); # worked ;)
30 ok (! defined ($cmd1->getSQL()));
36 ok ($cmd1); # worked ;)
43 ok ($cmd1); # worked ;)
47 ok ($cmd1->_getOptPrepareCached());
53 ok ($cmd1); # worked ;)
64 ok ($cmd1); # worked ;)
[all …]
H A D51Command_Select.t21 my $cmd1 = ResourcePool::Command::DBI::Select->new();
22 ok ($cmd1); # worked ;)
23 ok (! defined ($cmd1->getSQL()));
24 ok (! defined ($cmd1->_getBindArgs()));
25 ok (defined ($cmd1->_getOptions())); # there should be a default options set
26 ok (! $cmd1->_getOptPrepareCached()); # default for prepare_cached is OFF
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/commands/
H A DCommandEnablementTest.java101 private Command cmd1; field in CommandEnablementTest
335 assertFalse(cmd1.isHandled()); in testEnablementForNormalHandlers()
336 assertFalse(cmd1.isEnabled()); in testEnablementForNormalHandlers()
339 assertTrue(cmd1.isHandled()); in testEnablementForNormalHandlers()
340 assertTrue(cmd1.isEnabled()); in testEnablementForNormalHandlers()
347 assertTrue(cmd1.isHandled()); in testEnablementForNormalHandlers()
348 assertTrue(cmd1.isEnabled()); in testEnablementForNormalHandlers()
663 cmd1.setEnabled(snapshot); in testEnablementForLocalContext()
668 cmd1.setEnabled(snapshot); in testEnablementForLocalContext()
674 cmd1.setEnabled(snapshot); in testEnablementForLocalContext()
[all …]
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/tests/
H A DCommandsTester.cpp81 delete cmd1; in testCalendarAddCmd()
152 delete cmd1; in testCalendarRemoveCmd()
178 delete cmd1; in testCalendarMoveCmd()
200 delete cmd1; in testCalendarModifyNameCmd()
224 delete cmd1; in testCalendarModifyParentCmd()
245 delete cmd1; in testCalendarModifyTimeZoneCmd()
291 delete cmd1; in testCalendarRemoveDayCmd()
358 delete cmd1; in testCalendarModifyStateCmd()
392 delete cmd1; in testCalendarModifyTimeIntervalCmd()
443 delete cmd1; in testCalendarRemoveTimeIntervalCmd()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/erc32/
H A Dfunc.c360 lim = VAL(cmd1);
392 clen = strlen(cmd1);
406 i = VAL(cmd1) - 1;
420 batch(sregs, cmd1);
437 daddr = VAL(cmd1);
454 errper = VAL(cmd1);
467 len = VAL(cmd1);
511 daddr = VAL(cmd1);
521 (strncmp(cmd1, "reset", strlen(cmd1)) == 0)) {
533 disp_reg(sregs, cmd1);
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/erc32/
H A Dfunc.c360 lim = VAL(cmd1);
392 clen = strlen(cmd1);
406 i = VAL(cmd1) - 1;
420 batch(sregs, cmd1);
437 daddr = VAL(cmd1);
454 errper = VAL(cmd1);
467 len = VAL(cmd1);
511 daddr = VAL(cmd1);
521 (strncmp(cmd1, "reset", strlen(cmd1)) == 0)) {
533 disp_reg(sregs, cmd1);
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/erc32/
H A Dfunc.c360 lim = VAL(cmd1);
392 clen = strlen(cmd1);
406 i = VAL(cmd1) - 1;
420 batch(sregs, cmd1);
437 daddr = VAL(cmd1);
454 errper = VAL(cmd1);
467 len = VAL(cmd1);
511 daddr = VAL(cmd1);
521 (strncmp(cmd1, "reset", strlen(cmd1)) == 0)) {
533 disp_reg(sregs, cmd1);
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/erc32/
H A Dfunc.c360 lim = VAL(cmd1);
392 clen = strlen(cmd1);
406 i = VAL(cmd1) - 1;
420 batch(sregs, cmd1);
437 daddr = VAL(cmd1);
454 errper = VAL(cmd1);
467 len = VAL(cmd1);
511 daddr = VAL(cmd1);
521 (strncmp(cmd1, "reset", strlen(cmd1)) == 0)) {
533 disp_reg(sregs, cmd1);
[all …]
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/smira/commander/
H A DREADME.md41 $ my-cmd cmd1
42 my-cmd-cmd1: hello from cmd1 (quiet=true)
44 $ my-cmd cmd1 -q
45 my-cmd-cmd1: hello from cmd1 (quiet=true)
47 $ my-cmd cmd1 -q=0
48 my-cmd-cmd1: hello from cmd1 (quiet=false)
53 $ my-cmd subcmd1 cmd1
54 my-cmd-subcmd1-cmd1: hello from subcmd1-cmd1 (quiet=true)
60 my-cmd-subcmd2-cmd1: hello from subcmd2-cmd1 (quiet=true)
72 cmd1 runs cmd1 and exits
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frscript/
H A DxdpDP.tcl32 set xdp(cmd1) $cmd1
43 if {$cmd1 == "rg" || ($cmd1 == "repeat" && $cmd2 == "graph")} {
60 if {$cmd1 == "save"} {
135 if {$cmd1 == "let"} {
148 if {$cmd1 == $c || $cmd12 == $c} {
155 if {$cmd1 == "reset"} {
170 if {$cmd1 == $c || $cmd12 == $c} {
188 if {$cmd1 == "fit" || $cmd1 =="prefit"} {set slow 1}
217 if {$cmd1 == "replot" || ($cmd1 == "." && $cmd2 == "")} {raise .graph}
271 if {$cmd1 == "list" || $cmd1 == "help"} {exp_match_max 80000}
[all …]
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen11/codec/hal/
H A Dcodechal_huc_cmd_initializer_g11.cpp66 HucInputCmd1G11 cmd1; in ConstructHevcHucCmd1ConstData() local
97 cmd1.Intra32X32ModeMask = 507; in ConstructHevcHucCmd1ConstData()
118 cmd1.ROIStreamInEnabled = 1; in ConstructHevcHucCmd1ConstData()
122 cmd1.FwdPocNumForRefId0inL0 = 0x01; in ConstructHevcHucCmd1ConstData()
123 cmd1.FwdPocNumForRefId0inL1 = 0xff; in ConstructHevcHucCmd1ConstData()
124 cmd1.FwdPocNumForRefId1inL0 = 0x02; in ConstructHevcHucCmd1ConstData()
125 cmd1.FwdPocNumForRefId1inL1 = 0xfe; in ConstructHevcHucCmd1ConstData()
126 cmd1.FwdPocNumForRefId2inL0 = 0x03; in ConstructHevcHucCmd1ConstData()
127 cmd1.FwdPocNumForRefId2inL1 = 0xfd; in ConstructHevcHucCmd1ConstData()
128 cmd1.FwdPocNumForRefId3inL0 = 0x04; in ConstructHevcHucCmd1ConstData()
[all …]
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/gen11/codec/hal/
H A Dcodechal_huc_cmd_initializer_g11.cpp66 HucInputCmd1G11 cmd1; in ConstructHevcHucCmd1ConstData() local
97 cmd1.Intra32X32ModeMask = 507; in ConstructHevcHucCmd1ConstData()
116 cmd1.FwdPocNumForRefId0inL0 = 0x01; in ConstructHevcHucCmd1ConstData()
117 cmd1.FwdPocNumForRefId0inL1 = 0xff; in ConstructHevcHucCmd1ConstData()
118 cmd1.FwdPocNumForRefId1inL0 = 0x02; in ConstructHevcHucCmd1ConstData()
119 cmd1.FwdPocNumForRefId1inL1 = 0xfe; in ConstructHevcHucCmd1ConstData()
120 cmd1.FwdPocNumForRefId2inL0 = 0x03; in ConstructHevcHucCmd1ConstData()
121 cmd1.FwdPocNumForRefId2inL1 = 0xfd; in ConstructHevcHucCmd1ConstData()
122 cmd1.FwdPocNumForRefId3inL0 = 0x04; in ConstructHevcHucCmd1ConstData()
123 cmd1.FwdPocNumForRefId3inL1 = 0xfc; in ConstructHevcHucCmd1ConstData()
[all …]
/dports/comms/wsjtz/wsjtx/lib/
H A Dtest_q65.f903 character*84 cmd1,cmd2,line variable
79 cmd1(35:35)=csubmode
80 write(cmd1(37:40),'(i4)') nf0
81 write(cmd1(41:45),'(f5.0)') fDop
82 write(cmd1(46:50),'(f5.2)') dt
83 write(cmd1(51:56),'(i6)') nint(f1)
84 write(cmd1(57:59),'(i3)') nstp
85 write(cmd1(60:63),'(i4)') ntrperiod
86 write(cmd1(64:68),'(i5)') nfiles
115 write(cmd1(72:76),'(f5.1)') snr1
[all …]
H A Dtest_qra64.f903 character*71 cmd1,cmd2,line variable
48 cmd1='qra64sim "K1ABC W9XYZ EN37 " A 1 0.2 0.00 100 F -20 > junk0'
52 write(cmd1(10:33),'(a)') '"'//msg//'"'
53 cmd1(35:35)=csubmode
54 write(cmd1(40:43),'(f4.1)') fDop
55 write(cmd1(44:48),'(f5.2)') dt
56 write(cmd1(49:53),'(i5)') nfiles
77 write(cmd1(57:59),'(i3)') nsnr
78 call system(cmd1)
/dports/www/grails/grails-1.3.6/src/test/org/codehaus/groovy/grails/web/servlet/mvc/
H A DCommandObjectActionMethodsTests.groovy20 def twoCommandAction = { SampleCommand cmd1, SecondCommand cmd2 ->
21 [cmd1:cmd1, cmd2:cmd2]
57 def cmd1 = ga.getClassLoader().loadClass("SampleCommand").newInstance()
61 cmd1.first = "one"
62 cmd1.second = "two"
64 def model = ctrl.defaultRenderWithCmd(cmd1)
69 model = ctrl.defaultRenderWithCmd(cmd1)
75 model = ctrl.twoCommandAction(cmd1,cmd2)
77 assertEquals "one", model.cmd1.first
78 assertEquals "two", model.cmd1.second
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/codec/hal/
H A Dcodechal_huc_cmd_initializer.cpp224 HucInputCmd1 cmd1; in ConstructHevcHucCmd1ConstData() local
225 MOS_ZeroMemory(&cmd1, sizeof(HucInputCmd1)); in ConstructHevcHucCmd1ConstData()
257 cmd1.FwdPocNumForRefId0inL0 = 0x01; in ConstructHevcHucCmd1ConstData()
258 cmd1.FwdPocNumForRefId0inL1 = 0xff; in ConstructHevcHucCmd1ConstData()
259 cmd1.FwdPocNumForRefId1inL0 = 0x02; in ConstructHevcHucCmd1ConstData()
260 cmd1.FwdPocNumForRefId1inL1 = 0xfe; in ConstructHevcHucCmd1ConstData()
261 cmd1.FwdPocNumForRefId2inL0 = 0x03; in ConstructHevcHucCmd1ConstData()
262 cmd1.FwdPocNumForRefId2inL1 = 0xfd; in ConstructHevcHucCmd1ConstData()
263 cmd1.FwdPocNumForRefId3inL0 = 0x04; in ConstructHevcHucCmd1ConstData()
264 cmd1.FwdPocNumForRefId3inL1 = 0xfc; in ConstructHevcHucCmd1ConstData()
[all …]
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/codec/hal/
H A Dcodechal_huc_cmd_initializer.cpp222 HucInputCmd1 cmd1; in ConstructHevcHucCmd1ConstData() local
223 MOS_ZeroMemory(&cmd1, sizeof(HucInputCmd1)); in ConstructHevcHucCmd1ConstData()
255 cmd1.FwdPocNumForRefId0inL0 = 0x01; in ConstructHevcHucCmd1ConstData()
256 cmd1.FwdPocNumForRefId0inL1 = 0xff; in ConstructHevcHucCmd1ConstData()
257 cmd1.FwdPocNumForRefId1inL0 = 0x02; in ConstructHevcHucCmd1ConstData()
258 cmd1.FwdPocNumForRefId1inL1 = 0xfe; in ConstructHevcHucCmd1ConstData()
259 cmd1.FwdPocNumForRefId2inL0 = 0x03; in ConstructHevcHucCmd1ConstData()
260 cmd1.FwdPocNumForRefId2inL1 = 0xfd; in ConstructHevcHucCmd1ConstData()
261 cmd1.FwdPocNumForRefId3inL0 = 0x04; in ConstructHevcHucCmd1ConstData()
262 cmd1.FwdPocNumForRefId3inL1 = 0xfc; in ConstructHevcHucCmd1ConstData()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/flake/tests/
H A DTestControlPointMoveCommand.cpp41 cmd1.redo(); in redoUndoControlPoint1()
70 cmd1.undo(); in redoUndoControlPoint1()
91 cmd1.redo(); in redoUndoControlPoint1Smooth()
104 cmd1.undo(); in redoUndoControlPoint1Smooth()
125 cmd1.redo(); in redoUndoControlPoint1Symmetric()
138 cmd1.undo(); in redoUndoControlPoint1Symmetric()
157 cmd1.redo(); in redoUndoControlPoint2()
186 cmd1.undo(); in redoUndoControlPoint2()
207 cmd1.redo(); in redoUndoControlPoint2Smooth()
220 cmd1.undo(); in redoUndoControlPoint2Smooth()
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/flake/tests/
H A DTestControlPointMoveCommand.cpp41 cmd1.redo(); in redoUndoControlPoint1()
70 cmd1.undo(); in redoUndoControlPoint1()
91 cmd1.redo(); in redoUndoControlPoint1Smooth()
104 cmd1.undo(); in redoUndoControlPoint1Smooth()
125 cmd1.redo(); in redoUndoControlPoint1Symmetric()
138 cmd1.undo(); in redoUndoControlPoint1Symmetric()
157 cmd1.redo(); in redoUndoControlPoint2()
186 cmd1.undo(); in redoUndoControlPoint2()
207 cmd1.redo(); in redoUndoControlPoint2Smooth()
220 cmd1.undo(); in redoUndoControlPoint2Smooth()
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/testing/
H A Dbm-tester103 local session window cmd1 cmd2
106 cmd1="${1}"; shift
116 if [ -n "${cmd1}" ]
118 tmux respawn-pane -k -t "${session}:${window}.0" "${cmd1}"
119 tmux select-pane -t "${session}:${window}.0" -T "${cmd1}"
132 local command command_list target window cmd1 cmd2 n
173 cmd1="${command#*:}"
174 cmd1="${cmd1%%:*}"
176 [ X"${cmd1}" = X"${cmd2}" ] && cmd2=''
187 cmd1="$(printf '%s' "${cmd1}" | tr ',' ' ')"
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/testing/
H A Dbm-tester103 local session window cmd1 cmd2
106 cmd1="${1}"; shift
116 if [ -n "${cmd1}" ]
118 tmux respawn-pane -k -t "${session}:${window}.0" "${cmd1}"
119 tmux select-pane -t "${session}:${window}.0" -T "${cmd1}"
132 local command command_list target window cmd1 cmd2 n
173 cmd1="${command#*:}"
174 cmd1="${cmd1%%:*}"
176 [ X"${cmd1}" = X"${cmd2}" ] && cmd2=''
187 cmd1="$(printf '%s' "${cmd1}" | tr ',' ' ')"
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/testing/
H A Dbm-tester103 local session window cmd1 cmd2
106 cmd1="${1}"; shift
116 if [ -n "${cmd1}" ]
118 tmux respawn-pane -k -t "${session}:${window}.0" "${cmd1}"
119 tmux select-pane -t "${session}:${window}.0" -T "${cmd1}"
132 local command command_list target window cmd1 cmd2 n
173 cmd1="${command#*:}"
174 cmd1="${cmd1%%:*}"
176 [ X"${cmd1}" = X"${cmd2}" ] && cmd2=''
187 cmd1="$(printf '%s' "${cmd1}" | tr ',' ' ')"
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/testing/
H A Dbm-tester103 local session window cmd1 cmd2
106 cmd1="${1}"; shift
116 if [ -n "${cmd1}" ]
118 tmux respawn-pane -k -t "${session}:${window}.0" "${cmd1}"
119 tmux select-pane -t "${session}:${window}.0" -T "${cmd1}"
132 local command command_list target window cmd1 cmd2 n
173 cmd1="${command#*:}"
174 cmd1="${cmd1%%:*}"
176 [ X"${cmd1}" = X"${cmd2}" ] && cmd2=''
187 cmd1="$(printf '%s' "${cmd1}" | tr ',' ' ')"
[all …]
/dports/net-mgmt/centreon-clib/centreon-clib-21.04.4/test/misc/
H A Dcommand_line_copy.cc34 static bool compare(command_line const& cmd1, command_line const& cmd2) { in compare() argument
35 if (cmd1.get_argc() != cmd2.get_argc()) in compare()
37 char** argv1(cmd1.get_argv()); in compare()
39 for (int i(0), end(cmd1.get_argc()); i < end; ++i) in compare()
42 if (argv1[cmd1.get_argc()] != argv2[cmd2.get_argc()]) in compare()
57 command_line cmd1(ref); in main() local
58 if (!compare(ref, cmd1)) in main()
/dports/print/ghostscript8-x11/ghostscript-8.71/toolbin/localcluster/
H A Dbuild.pl307 my $cmd1="";
342 $cmd1.="$niceCommand $gsBin";
344 $cmd1.="$niceCommand $pclBin";
346 $cmd1.="$niceCommand $xpsBin";
348 $cmd1.="$niceCommand $svgBin";
352 $cmd1.=" -sOutputFile=$outputFilename";
353 $cmd1.=" -sDEVICE=pdfwrite";
354 $cmd1.=" -r".$a[2];
357 $cmd1.=" -dNOPAUSE -dBATCH"; # -Z:
366 $cmd1.=" $inputFilename";
[all …]

12345678910>>...80