Home
last modified time | relevance | path

Searched refs:argStrings (Results 1 – 18 of 18) sorted by relevance

/dports/devel/spark/spark-2.1.1/core/src/test/scala/org/apache/spark/deploy/history/
H A DHistoryServerArgumentsSuite.scala36 val argStrings = Array.empty[String] constant
37 val hsa = new HistoryServerArguments(conf, argStrings)
44 val argStrings = Array("--dir", "src/test/resources/spark-events1") constant
45 val hsa = new HistoryServerArguments(conf, argStrings)
50 val argStrings = Array("src/test/resources/spark-events2") constant
51 val hsa = new HistoryServerArguments(conf, argStrings)
61 val argStrings = Array("--properties-file", outFile.getAbsolutePath) constant
62 val hsa = new HistoryServerArguments(conf, argStrings)
/dports/games/libretro-stella2014/stella2014-libretro-64f9364/stella/src/debugger/
H A DDebuggerParser.cxx66 argStrings.clear(); in ~DebuggerParser()
306 argStrings.clear(); in showWatches()
310 argStrings.push_back(watches[i]); in showWatches()
333 argStrings.clear(); in getArgs()
384 argStrings.push_back(curArg); in getArgs()
386 argCount = argStrings.size(); in getArgs()
965 FilesystemNode file(argStrings[0]); in executeExec()
999 debugger.addFunction(argStrings[0], argStrings[1], YaccParser::getResult()); in executeFunction()
1000 commandResult << "Added function " << argStrings[0] << " -> " << argStrings[1]; in executeFunction()
1394 if(saveScriptFile(argStrings[0])) in executeSave()
[all …]
H A DDebuggerParser.hxx122 StringList argStrings; member in DebuggerParser
/dports/net-mgmt/yaf/yaf-2.11.0/src/applabel/
H A DpayloadScanner.c154 char **argStrings[]);
466 char **argStrings; in ycInitializeScanRules() local
507 argStrings; in ycInitializeScanRules()
514 free(argStrings); in ycInitializeScanRules()
532 free(argStrings); in ycInitializeScanRules()
550 " \"%s\"\n", argStrings[1], argStrings[0]); in ycInitializeScanRules()
554 free (argStrings); in ycInitializeScanRules()
644 g_debug("\"%s\" ", (*argStrings)[loop]); in ycInitializeScanRules()
1040 char **argStrings[]) in ycChunkString() argument
1096 (*argStrings)[loop] = in ycChunkString()
[all …]
/dports/emulators/stella/stella-6.6/src/debugger/
H A DDebuggerParser.cxx313 argStrings.clear(); in showWatches()
340 argStrings.clear(); in getArgs()
369 argStrings.push_back(curArg); in getArgs()
391 argStrings.push_back(curArg); in getArgs()
879 string condition = argStrings[0]; in executeBreakIf()
1308 string file = argStrings[0]; in executeExec()
1316 execPrefix = argStrings[1]; in executeExec()
1366 debugger.addFunction(argStrings[0], argStrings[1], YaccParser::getResult()); in executeFunction()
1367 commandResult << "added function " << argStrings[0] << " -> " << argStrings[1]; in executeFunction()
1933 if(argStrings[0] == "?") in executeSave()
[all …]
H A DDebuggerParser.hxx132 StringList argStrings; member in DebuggerParser
/dports/sysutils/istio/istio-1.6.7/pkg/test/shell/
H A Dshell.go40 var argStrings []string
42 argStrings = p[1:]
44 return ExecuteArgs(nil, combinedOutput, parts[0], argStrings...)
/dports/lang/elm/compiler-0.19.1/terminal/impl/
H A DTerminal.hs40 argStrings <- Env.getArgs
41 case argStrings of
66 argStrings <- Env.getArgs
67 case argStrings of
101 _maybeAutoComplete argStrings getSuggestions =
102 if length argStrings /= 3 then
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/java/src/test/com/apple/foundationdb/test/
H A DAbstractTester.java78 public void run(String[] argStrings) { in run() argument
79 args = TesterArgs.parseArgs(argStrings); in run()
/dports/sysutils/py-pywatchman/watchman-4.9.0/
H A DChildProcess.cpp268 std::vector<std::string> argStrings;
270 argStrings.reserve(args.size());
274 argStrings.emplace_back(str.data(), str.size());
275 argv.emplace_back(&argStrings.back()[0]);
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/deploy/history/
H A DHistoryServer.scala268 def main(argStrings: Array[String]): Unit = {
270 new HistoryServerArguments(conf, argStrings)
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DtkMacOSXTest.c285 static const char *const argStrings[] = { in InjectKeyEventObjCmd() local
313 if (Tcl_GetIndexFromObjStruct(interp, objv[i], argStrings, in InjectKeyEventObjCmd()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DtkMacOSXTest.c285 static const char *const argStrings[] = { in InjectKeyEventObjCmd() local
313 if (Tcl_GetIndexFromObjStruct(interp, objv[i], argStrings, in InjectKeyEventObjCmd()
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/deploy/worker/
H A DWorker.scala692 def main(argStrings: Array[String]) {
695 val args = new WorkerArguments(argStrings, conf)
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/
H A DParser.java739 String argStrings[] = argsList.toArray(new String[argsList.size()]); in getApplication() local
741 return new ApplicationDesc(main, argStrings); in getApplication()
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/deploy/master/
H A DMaster.scala1026 def main(argStrings: Array[String]) {
1029 val args = new MasterArguments(argStrings, conf)
/dports/devel/spark/spark-2.1.1/yarn/src/main/scala/org/apache/spark/deploy/yarn/
H A DClient.scala1211 def main(argStrings: Array[String]) {
1225 val args = new ClientArguments(argStrings)
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DAnalytics.hs2297 let argStrings = map (\x -> (fromMaybe "" $ getLiteralString x, x)) args function
2298 let candidates = getPotentialCommands name argStrings