Searched refs:commandLine (Results 1 - 25 of 28) sorted by relevance

12

/external/deqp/framework/delibs/deutil/
H A DdeCommandLine.c39 deCommandLine* deCommandLine_parse (const char* commandLine) argument
56 DE_ASSERT(commandLine);
59 buf = (char*)deCalloc((int)strlen(commandLine)+1);
71 while (commandLine[pos] != 0)
73 char c = commandLine[pos++];
78 c = commandLine[pos++];
112 DE_ASSERT(commandLine[pos] == 0);
H A DdeProcess.h37 deBool deProcess_start (deProcess* process, const char* commandLine, const char* workingDirectory);
H A DdeProcess.c108 static void execProcess (const char* commandLine, const char* workingDirectory, int statusPipe) argument
110 deCommandLine* cmdLine = deCommandLine_parse(commandLine);
215 deBool deProcess_start (deProcess* process, const char* commandLine, const char* workingDirectory) argument
293 execProcess(commandLine, workingDirectory, statusPipe[1]);
625 deBool deProcess_start (deProcess* process, const char* commandLine, const char* workingDirectory) argument
699 if (!CreateProcess(DE_NULL, (LPTSTR)commandLine, DE_NULL, DE_NULL, TRUE /* inherit handles */, 0, DE_NULL, workingDirectory, &startInfo, &process->procInfo))
/external/deqp/framework/delibs/decpp/
H A DdeProcess.cpp43 void Process::start (const char* commandLine, const char* workingDirectory) argument
45 if (!deProcess_start(m_process, commandLine, workingDirectory))
H A DdeProcess.hpp47 void start (const char* commandLine, const char* workingDirectory);
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Dmain.java92 CommandLine commandLine;
95 commandLine = parser.parse(options, args);
108 String[] remainingArgs = commandLine.getArgs();
109 Option[] clOptions = commandLine.getOptions();
129 options.outputDirectory = commandLine.getOptionValue("o");
150 String[] values = commandLine.getOptionValues('r');
184 String bcp = commandLine.getOptionValue("c");
199 options.apiLevel = Integer.parseInt(commandLine.getOptionValue("a"));
202 options.jobs = Integer.parseInt(commandLine.getOptionValue("j"));
205 String rif = commandLine
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DDumpFields.java61 CommandLine commandLine;
64 commandLine = parser.parse(options, args);
70 String[] remainingArgs = commandLine.getArgs();
72 Option[] parsedOptions = commandLine.getOptions();
89 apiLevel = Integer.parseInt(commandLine.getOptionValue("a"));
H A DDumpVtables.java59 CommandLine commandLine;
62 commandLine = parser.parse(options, args);
68 String[] remainingArgs = commandLine.getArgs();
70 Option[] parsedOptions = commandLine.getOptions();
87 apiLevel = Integer.parseInt(commandLine.getOptionValue("a"));
/external/icu/icu4c/source/test/perf/perldriver/
H A DPerfFramework.pm123 my $commandLine;
125 $commandLine = "$program -i $ITERATIONS -p $NUMPASSES $locAndData @argsAndTest";
127 $commandLine = "$program -t $TIME -p $NUMPASSES $locAndData @argsAndTest";
129 #my $commandLine = "$program -i 5 -p $NUMPASSES $locAndData @argsAndTest";
130 my @res = measure1($commandLine);
/external/smali/smali/src/main/java/org/jf/smali/
H A Dmain.java100 CommandLine commandLine;
103 commandLine = parser.parse(options, args);
118 String[] remainingArgs = commandLine.getArgs();
120 Option[] options = commandLine.getOptions();
140 outputDexFile = commandLine.getOptionValue("o");
146 apiLevel = Integer.parseInt(commandLine.getOptionValue("a"));
149 jobs = Integer.parseInt(commandLine.getOptionValue("j"));
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Exec.java218 StringBuilder commandLine;
220 commandLine = new StringBuilder(args.get(0));
222 commandLine.append(" ");
223 commandLine.append(args.get(i));
225 System.out.println("Exec: " + commandLine.toString());
/external/smali/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/smali/dexlib2/
H A Dbuild.gradle85 commandLine 'ragel', '-J', '-o', file('src/main/java/org/jf/dexlib2/util/SyntheticAccessorFSM.java'),
/external/deqp/android/scripts/
H A Dcommon.py100 def execute (commandLine):
101 args = shlex.split(commandLine)
104 raise Exception("Failed to execute '%s', got %d" % (commandLine, retcode))
/external/deqp/execserver/
H A DxsWin32TestProcess.hpp139 void start (const char* commandLine, const char* workingDirectory);
H A DxsWin32TestProcess.cpp492 void Process::start (const char* commandLine, const char* workingDirectory) argument
541 if (!CreateProcess(DE_NULL, (LPTSTR)commandLine, DE_NULL, DE_NULL, TRUE /* inherit handles */, 0, DE_NULL, workingDirectory, &startInfo, &m_procInfo))
/external/deqp/framework/egl/
H A DegluUtil.hpp87 WindowParams::Visibility parseWindowVisibility (const tcu::CommandLine& commandLine);
H A DegluUtil.cpp374 WindowParams::Visibility parseWindowVisibility (const tcu::CommandLine& commandLine) argument
376 return getWindowVisibility(commandLine.getVisibility());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/deqp/scripts/
H A Dbuild_android_mustpass.py324 commandLine = getCommandLine(config))
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 954 milliseconds

12