Home
last modified time | relevance | path

Searched refs:runCommand (Results 1 – 7 of 7) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
DantRun.bat21 if ""%1""=="""" goto runCommand
36 if ""%1""=="""" goto runCommand
39 if ""%1""=="""" goto runCommand
44 :runCommand label
/external/llvm/utils/crosstool/ARM/
Dbuild-install-linux.sh74 runCommand() { function
103 runCommand "Unpacking CodeSourcery in ${CODE_SOURCERY}" \
141 runCommand "Unpacking LLVM" tar jxf ${LLVM_PKG_PATH}/${LLVM_PKG}
169 runCommand "Unpacking LLVM-GCC" tar jxf ${LLVM_PKG_PATH}/${LLVMGCC_PKG}
/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp95 static int runCommand(const char* command, UBool specialHandling=FALSE);
503 static int runCommand(const char* command, UBool specialHandling) { in runCommand() function
1029 result = runCommand(cmd); in pkg_createSymLinks()
1052 result = runCommand(cmd); in pkg_createSymLinks()
1065 result = runCommand(cmd); in pkg_createSymLinks()
1094 result = runCommand(cmd); in pkg_createSymLinks()
1110 result = runCommand(cmd); in pkg_installLibrary()
1124 result = runCommand(cmd); in pkg_installLibrary()
1137 result = runCommand(cmd); in pkg_installLibrary()
1151 result = runCommand(cmd); in pkg_installLibrary()
[all …]
/external/icu/icu4c/source/tools/
Dicu-svnprops-check.py139 def runCommand(cmd): function
209 output = runCommand("svn ls -R ");
224 actual_propval = runCommand("svn propget --strict " + propname + " " + f)
/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp1092 void runCommand (const op::WriteData& cmd, int stepNdx, int& programFriendlyName);
1093 …void runCommand (const op::ReadData& cmd, int stepNdx, int& programFriendlyName, int…
1094 void runCommand (const op::Barrier&);
1095 …void runCommand (const op::ReadMultipleData& cmd, int stepNdx, int& programFriendlyN…
1096 …void runCommand (const op::WriteDataInterleaved& cmd, int stepNdx, int& programFrien…
1097 …void runCommand (const op::ReadDataInterleaved& cmd, int stepNdx, int& programFriend…
1098 …void runCommand (const op::ReadZeroData& cmd, int stepNdx, int& programFriendlyName,…
1344 …case InterCallOperations::Command::TYPE_WRITE: runCommand(m_cmds[step].u_cmd.write, step, pro… in iterate()
1345 …case InterCallOperations::Command::TYPE_READ: runCommand(m_cmds[step].u_cmd.read, step, prog… in iterate()
1346 …case InterCallOperations::Command::TYPE_BARRIER: runCommand(m_cmds[step].u_cmd.barrier); … in iterate()
[all …]
/external/emma/core/java12/com/vladium/emma/
DrunCommand.java28 final class runCommand extends Command class
272 protected runCommand (final String usageToolName, final String [] args) in runCommand() method in runCommand
DCommand.java43 tool = new runCommand (usageName, args); in create()