Home
last modified time | relevance | path

Searched refs:expCmd (Results 1 – 14 of 14) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/cli/
H A DTestAclCLI.java65 String expCmd = cmd; in expandCommand() local
66 expCmd = expCmd.replaceAll("NAMENODE", namenode); in expandCommand()
67 expCmd = expCmd.replaceAll("USERNAME", username); in expandCommand()
68 expCmd = expCmd.replaceAll("#LF#", in expandCommand()
70 expCmd = super.expandCommand(expCmd); in expandCommand()
71 return expCmd; in expandCommand()
H A DTestXAttrCLI.java80 String expCmd = cmd; in expandCommand() local
81 expCmd = expCmd.replaceAll("NAMENODE", namenode); in expandCommand()
82 expCmd = expCmd.replaceAll("#LF#", in expandCommand()
84 expCmd = super.expandCommand(expCmd); in expandCommand()
85 return expCmd; in expandCommand()
H A DTestHDFSCLI.java90 String expCmd = cmd; in expandCommand() local
91 expCmd = expCmd.replaceAll("NAMENODE", namenode); in expandCommand()
92 expCmd = super.expandCommand(expCmd); in expandCommand()
93 return expCmd; in expandCommand()
H A DTestCryptoAdminCLI.java114 String expCmd = cmd; in expandCommand() local
115 expCmd = expCmd.replaceAll("NAMENODE", namenode); in expandCommand()
116 expCmd = expCmd.replaceAll("#LF#", in expandCommand()
118 expCmd = super.expandCommand(expCmd); in expandCommand()
119 return expCmd; in expandCommand()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/pkg/telnet/
H A Dfsm_test.go98 expCmd []*cmd member
106 expCmd: []*cmd{nil, nil, nil, nil, nil, nil, nil},
112 expCmd: []*cmd{nil, nil, nil, nil, nil, nil, nil, nil},
118 expCmd: []*cmd{nil, nil, nil, {[]byte{Ayt}, true}, nil, nil, {[]byte{Ao}, true}},
124 expCmd: []*cmd{nil, nil, nil, nil, nil, nil, {[]byte{Sb, 5, 12, Se}, true}},
166 exp := s.expCmd[i].cmdBuf
170 assert.Nil(t, s.expCmd[i])
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/cli/
H A DTestCLI.java169 String expCmd = cmd; in expandCommand() local
170 expCmd = expCmd.replaceAll("NAMENODE", namenode); in expandCommand()
171 expCmd = expCmd.replaceAll("JOBTRACKER", jobtracker); in expandCommand()
172 expCmd = expCmd.replaceAll("CLITEST_DATA", clitestDataDir); in expandCommand()
173 expCmd = expCmd.replaceAll("USERNAME", username); in expandCommand()
175 return expCmd; in expandCommand()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/cli/config/
H A Dconfig_test.go91 expCmd string
177 if cmd != tc.expCmd {
178 t.Fatalf("%d: expected command %q but got %q", i, tc.expCmd, cmd)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/cli/config/
H A Dconfig_test.go91 expCmd string
177 if cmd != tc.expCmd {
178 t.Fatalf("%d: expected command %q but got %q", i, tc.expCmd, cmd)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/cli/config/
H A Dconfig_test.go91 expCmd string
177 if cmd != tc.expCmd {
178 t.Fatalf("%d: expected command %q but got %q", i, tc.expCmd, cmd)
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/cli/
H A DCLITestHelper.java134 String expCmd = cmd; in expandCommand() local
135 expCmd = expCmd.replaceAll("CLITEST_DATA", clitestDataDir); in expandCommand()
136 expCmd = expCmd.replaceAll("USERNAME", username); in expandCommand()
138 return expCmd; in expandCommand()
/dports/games/libretro-hatari/hatari-561c07e/src/debug/
H A Ddebugui.c1026 char *expCmd, *psCmd = NULL; in DebugUI() local
1074 if (!(expCmd = DebugUI_EvaluateExpressions(psCmd))) in DebugUI()
1078 cmdret = DebugUI_ParseCommand(expCmd); in DebugUI()
1079 free(expCmd); in DebugUI()
/dports/emulators/hatari/hatari-2.2.1/src/debug/
H A Ddebugui.c1109 char *expCmd, *psCmd = NULL; in DebugUI() local
1166 if (!(expCmd = DebugUI_EvaluateExpressions(psCmd))) in DebugUI()
1170 cmdret = DebugUI_ParseCommand(expCmd); in DebugUI()
1171 free(expCmd); in DebugUI()
/dports/databases/grass7/grass-7.8.6/gui/wxpython/core/
H A Dutils.py885 expCmd = 'set'
887 expCmd = 'export'
890 fd.write('%s %s=%s\n' % (expCmd, key, value))
/dports/math/rpcalc/rpCalc/source/
H A Dcalccore.py226 def expCmd(self): member in CalcCore
353 return self.expCmd()