Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py549 def runCommand(commandline): function
668 runCommand('hg --version')
669 runCommand('sphinx-build --version')
883 runCommand(" ".join(["perl", "Configure"]
885 runCommand("make depend OSX_SDK=%s" % SDKPATH)
886 runCommand("make all OSX_SDK=%s" % SDKPATH)
887 runCommand("make install_sw OSX_SDK=%s" % SDKPATH)
943 runCommand("lipo -create -output " +
1008 runCommand('patch -p%s < %s'%(recipe.get('patchlevel', 1),
1020 runCommand('bunzip2 -fk %s' % shellQuote(fn))
[all …]
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py521 def runCommand(commandline): function
640 runCommand('git --version')
641 runCommand('sphinx-build --version')
857 runCommand(" ".join(["perl", "Configure"]
859 runCommand("make depend OSX_SDK=%s" % SDKPATH)
860 runCommand("make all OSX_SDK=%s" % SDKPATH)
861 runCommand("make install_sw OSX_SDK=%s" % SDKPATH)
917 runCommand("lipo -create -output " +
982 runCommand('patch -p%s < %s'%(recipe.get('patchlevel', 1),
994 runCommand('bunzip2 -fk %s' % shellQuote(fn))
[all …]
/external/icu/icu4c/source/tools/
Dicu-svnprops-check.py84 def runCommand(cmd): function
93 svn_auto_props = runCommand("svn propget svn:auto-props http://source.icu-project.org/repos/icu")
157 output = runCommand("svn ls -R ");
172 actual_propval = runCommand("svn propget --strict " + propname + " " + f)
/external/swiftshader/third_party/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/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.cpp97 static int runCommand(const char* command, UBool specialHandling=FALSE);
511 static int runCommand(const char* command, UBool specialHandling) { in runCommand() function
1037 result = runCommand(cmd); in pkg_createSymLinks()
1060 result = runCommand(cmd); in pkg_createSymLinks()
1073 result = runCommand(cmd); in pkg_createSymLinks()
1102 result = runCommand(cmd); in pkg_createSymLinks()
1118 result = runCommand(cmd); in pkg_installLibrary()
1132 result = runCommand(cmd); in pkg_installLibrary()
1145 result = runCommand(cmd); in pkg_installLibrary()
1159 result = runCommand(cmd); in pkg_installLibrary()
[all …]
/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp1108 void runCommand (const op::WriteData& cmd, int stepNdx, int& programFriendlyName);
1109 …void runCommand (const op::ReadData& cmd, int stepNdx, int& programFriendlyName, int…
1110 void runCommand (const op::Barrier&);
1111 …void runCommand (const op::ReadMultipleData& cmd, int stepNdx, int& programFriendlyN…
1112 …void runCommand (const op::WriteDataInterleaved& cmd, int stepNdx, int& programFrien…
1113 …void runCommand (const op::ReadDataInterleaved& cmd, int stepNdx, int& programFriend…
1114 …void runCommand (const op::ReadZeroData& cmd, int stepNdx, int& programFriendlyName,…
1361 …case InterCallOperations::Command::TYPE_WRITE: runCommand(m_cmds[step].u_cmd.write, step, pro… in iterate()
1362 …case InterCallOperations::Command::TYPE_READ: runCommand(m_cmds[step].u_cmd.read, step, prog… in iterate()
1363 …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()