Home
last modified time | relevance | path

Searched refs:TestCmd (Results 1 – 25 of 268) sorted by relevance

1234567891011

/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/build/gyp/test/errors/
H A Dgyptest-errors.py15 import TestCmd
26 match=TestCmd.match_re)
30 match=TestCmd.match_re_dotall)
35 match=TestCmd.match_re)
40 match=TestCmd.match_re_dotall)
44 match=TestCmd.match_re_dotall)
48 match=TestCmd.match_re_dotall)
66 match=TestCmd.match_re)
72 match=TestCmd.match_re_dotall)
78 match=TestCmd.match_re_dotall)
/dports/www/firefox/firefox-99.0/third_party/python/gyp/test/errors/
H A Dgyptest-errors.py15 import TestCmd
26 match=TestCmd.match_re)
30 match=TestCmd.match_re_dotall)
35 match=TestCmd.match_re)
40 match=TestCmd.match_re_dotall)
44 match=TestCmd.match_re_dotall)
48 match=TestCmd.match_re_dotall)
66 match=TestCmd.match_re)
72 match=TestCmd.match_re_dotall)
78 match=TestCmd.match_re_dotall)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/gyp/test/errors/
H A Dgyptest-errors.py15 import TestCmd
26 match=TestCmd.match_re)
30 match=TestCmd.match_re_dotall)
35 match=TestCmd.match_re)
40 match=TestCmd.match_re_dotall)
44 match=TestCmd.match_re_dotall)
48 match=TestCmd.match_re_dotall)
66 match=TestCmd.match_re)
72 match=TestCmd.match_re_dotall)
78 match=TestCmd.match_re_dotall)
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/tools/gyp/test/errors/
H A Dgyptest-errors.py15 import TestCmd
26 match=TestCmd.match_re)
30 match=TestCmd.match_re_dotall)
35 match=TestCmd.match_re)
40 match=TestCmd.match_re_dotall)
44 match=TestCmd.match_re_dotall)
48 match=TestCmd.match_re_dotall)
66 match=TestCmd.match_re)
72 match=TestCmd.match_re_dotall)
78 match=TestCmd.match_re_dotall)
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/tools/gyp/test/errors/
H A Dgyptest-errors.py15 import TestCmd
26 match=TestCmd.match_re)
30 match=TestCmd.match_re_dotall)
35 match=TestCmd.match_re)
40 match=TestCmd.match_re_dotall)
44 match=TestCmd.match_re_dotall)
48 match=TestCmd.match_re_dotall)
66 match=TestCmd.match_re)
72 match=TestCmd.match_re_dotall)
78 match=TestCmd.match_re_dotall)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/gyp/test/errors/
H A Dgyptest-errors.py15 import TestCmd
26 match=TestCmd.match_re)
30 match=TestCmd.match_re_dotall)
35 match=TestCmd.match_re)
40 match=TestCmd.match_re_dotall)
44 match=TestCmd.match_re_dotall)
48 match=TestCmd.match_re_dotall)
66 match=TestCmd.match_re)
72 match=TestCmd.match_re_dotall)
78 match=TestCmd.match_re_dotall)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/gyp/test/errors/
H A Dgyptest-errors.py15 import TestCmd
26 match=TestCmd.match_re)
30 match=TestCmd.match_re_dotall)
35 match=TestCmd.match_re)
40 match=TestCmd.match_re_dotall)
44 match=TestCmd.match_re_dotall)
48 match=TestCmd.match_re_dotall)
66 match=TestCmd.match_re)
72 match=TestCmd.match_re_dotall)
78 match=TestCmd.match_re_dotall)
/dports/devel/py-gyp/gyp-20200512/test/errors/
H A Dgyptest-errors.py15 import TestCmd
26 match=TestCmd.match_re)
30 match=TestCmd.match_re_dotall)
35 match=TestCmd.match_re)
40 match=TestCmd.match_re_dotall)
44 match=TestCmd.match_re_dotall)
48 match=TestCmd.match_re_dotall)
66 match=TestCmd.match_re)
72 match=TestCmd.match_re_dotall)
78 match=TestCmd.match_re_dotall)
/dports/science/hdf/hdf-4.2.15/mfhdf/dumper/
H A Dtesthdp.sh.in172 TestCmd=list
174 if [ "$except" != $TestCmd -a \( -z "$only" -o "$only" = $TestCmd \) ]
192 TestCmd=dumpsds
194 if [ "$except" != $TestCmd -a \( -z "$only" -o "$only" = $TestCmd \) ]
265 TestCmd=dumprig
267 if [ "$except" != $TestCmd -a \( -z "$only" -o "$only" = $TestCmd \) ]
281 TestCmd=dumpvd
283 if [ "$except" != $TestCmd -a \( -z "$only" -o "$only" = $TestCmd \) ]
317 TestCmd=dumpvg
319 if [ "$except" != $TestCmd -a \( -z "$only" -o "$only" = $TestCmd \) ]
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/internal/cmdtest/
H A Dtest_cmd.go40 return &TestCmd{T: t, Data: data}
43 type TestCmd struct { struct
105 func (tt *TestCmd) Expect(tplsource string) { argument
122 func (tt *TestCmd) Output() []byte { argument
184 func (tt *TestCmd) ExpectExit() { argument
198 func (tt *TestCmd) WaitExit() { argument
202 func (tt *TestCmd) Interrupt() { argument
208 func (tt *TestCmd) ExitStatus() int { argument
223 func (tt *TestCmd) StderrText() string { argument
229 func (tt *TestCmd) CloseStdin() { argument
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/cli/util/
H A DCLITestData.java29 private ArrayList<TestCmd> testCommands = null;
30 private ArrayList<TestCmd> cleanupCommands = null;
42 static public class TestCmd { class in CLITestData
51 public TestCmd(String str, CommandType type) { in TestCmd() method in CLITestData.TestCmd
83 public ArrayList<TestCmd> getTestCommands() { in getTestCommands()
90 public void setTestCommands(ArrayList<TestCmd> testCommands) { in setTestCommands()
125 public ArrayList<TestCmd> getCleanupCommands() { in getCleanupCommands()
132 public void setCleanupCommands(ArrayList<TestCmd> cleanupCommands) { in setCleanupCommands()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/internal/cmdtest/
H A Dtest_cmd.go38 return &TestCmd{T: t, Data: data}
41 type TestCmd struct { struct
81 func (tt *TestCmd) InputLine(s string) string { argument
98 func (tt *TestCmd) Expect(tplsource string) { argument
170 func (tt *TestCmd) ExpectExit() { argument
184 func (tt *TestCmd) WaitExit() { argument
188 func (tt *TestCmd) Interrupt() { argument
195 func (tt *TestCmd) StderrText() string { argument
201 func (tt *TestCmd) CloseStdin() { argument
205 func (tt *TestCmd) Kill() { argument
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/cli/
H A DTestCLI.java35 import org.apache.hadoop.cli.util.CLITestData.TestCmd;
36 import org.apache.hadoop.cli.util.CLITestData.TestCmd.CommandType;
197 ArrayList<TestCmd> testCommands = td.getTestCommands(); in displayResults()
198 for (TestCmd cmd : testCommands) { in displayResults()
205 for (TestCmd cmd : cleanupCommands) { in displayResults()
344 for (TestCmd cmd : testCommands) { in testAll()
373 for (TestCmd cmd : cleanupCommands) { in testAll()
389 ArrayList<TestCmd> testCommands = null;
390 ArrayList<TestCmd> cleanupCommands = null;
405 testCommands = new ArrayList<TestCmd>(); in startElement()
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/test/
H A Dtestnavigation.pas456 TestCmd;
459 TestCmd;
474 TestCmd;
477 TestCmd;
482 TestCmd;
485 TestCmd;
488 TestCmd;
491 TestCmd;
503 TestCmd;
506 TestCmd;
[all …]
/dports/editors/lazarus/lazarus/components/synedit/test/
H A Dtestnavigation.pas456 TestCmd;
459 TestCmd;
474 TestCmd;
477 TestCmd;
482 TestCmd;
485 TestCmd;
488 TestCmd;
491 TestCmd;
503 TestCmd;
506 TestCmd;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/test/
H A Dtestnavigation.pas456 TestCmd;
459 TestCmd;
474 TestCmd;
477 TestCmd;
482 TestCmd;
485 TestCmd;
488 TestCmd;
491 TestCmd;
503 TestCmd;
506 TestCmd;
[all …]
/dports/editors/lazarus-qt5/lazarus/components/synedit/test/
H A Dtestnavigation.pas456 TestCmd;
459 TestCmd;
474 TestCmd;
477 TestCmd;
482 TestCmd;
485 TestCmd;
488 TestCmd;
491 TestCmd;
503 TestCmd;
506 TestCmd;
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/gyp/test/msvs/buildevents/
H A Dgyptest-ninja-warnings.py12 import TestCmd
22 match=TestCmd.match_re_dotall)
27 match=TestCmd.match_re_dotall)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/gyp/test/msvs/buildevents/
H A Dgyptest-ninja-warnings.py12 import TestCmd
22 match=TestCmd.match_re_dotall)
27 match=TestCmd.match_re_dotall)
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/tools/gyp/test/msvs/buildevents/
H A Dgyptest-ninja-warnings.py12 import TestCmd
22 match=TestCmd.match_re_dotall)
27 match=TestCmd.match_re_dotall)
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/build/gyp/test/msvs/buildevents/
H A Dgyptest-ninja-warnings.py12 import TestCmd
22 match=TestCmd.match_re_dotall)
27 match=TestCmd.match_re_dotall)
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/tools/gyp/test/msvs/buildevents/
H A Dgyptest-ninja-warnings.py12 import TestCmd
22 match=TestCmd.match_re_dotall)
27 match=TestCmd.match_re_dotall)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/gyp/test/msvs/buildevents/
H A Dgyptest-ninja-warnings.py12 import TestCmd
22 match=TestCmd.match_re_dotall)
27 match=TestCmd.match_re_dotall)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/gyp/test/msvs/buildevents/
H A Dgyptest-ninja-warnings.py12 import TestCmd
22 match=TestCmd.match_re_dotall)
27 match=TestCmd.match_re_dotall)
/dports/devel/py-gyp/gyp-20200512/test/msvs/buildevents/
H A Dgyptest-ninja-warnings.py12 import TestCmd
22 match=TestCmd.match_re_dotall)
27 match=TestCmd.match_re_dotall)

1234567891011