/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 495 def runCommand(commandline): function 614 runCommand('sphinx-build --version') 831 runCommand( 834 runCommand(" ".join(["perl", "Configure"] 836 runCommand("make depend") 837 runCommand("make all") 838 runCommand("make install_sw") 894 runCommand("lipo -create -output " + 959 runCommand('patch -p%s < %s'%(recipe.get('patchlevel', 1), 971 runCommand('bunzip2 -fk %s' % shellQuote(fn)) [all …]
|
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 543 def runCommand(commandline): function 878 runCommand(" ".join(["perl", "Configure"] 880 runCommand("make depend") 881 runCommand("make all") 882 runCommand("make install_sw DESTDIR=%s"%shellQuote(archbase)) 938 runCommand("lipo -create -output " + 1003 runCommand('patch -p%s < %s'%(recipe.get('patchlevel', 1), 1015 runCommand('bunzip2 -fk %s' % shellQuote(fn)) 1017 runCommand('sh %s' % shellQuote(fn)) 1069 runCommand(' '.join(configure_args) + ' 2>&1') [all …]
|
/external/llvm-project/llvm/utils/crosstool/ARM/ |
D | build-install-linux.sh | 74 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/ |
D | build-install-linux.sh | 74 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/ |
D | pkgdata.cpp | 100 static int runCommand(const char* command, UBool specialHandling=FALSE); 520 static int runCommand(const char* command, UBool specialHandling) { in runCommand() function 1062 result = runCommand(cmd); in pkg_createSymLinks() 1085 result = runCommand(cmd); in pkg_createSymLinks() 1098 result = runCommand(cmd); in pkg_createSymLinks() 1127 result = runCommand(cmd); in pkg_createSymLinks() 1146 result = runCommand(cmd); in pkg_installLibrary() 1160 result = runCommand(cmd); in pkg_installLibrary() 1173 result = runCommand(cmd); in pkg_installLibrary() 1187 result = runCommand(cmd); in pkg_installLibrary() [all …]
|
/external/cldr/tools/scripts/ |
D | cldr-svnprops-check.py | 140 def runCommand(cmd): function 210 output = runCommand("svn ls -R "); 225 actual_propval = runCommand("svn propget --strict " + propname + " '" + f + "'")
|
/external/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/ |
D | MainActivity.java | 44 runCommand(); in onCreate() 47 private void runCommand(){ in runCommand() method in MainActivity 156 runCommand(); in onRequestPermissionsResult()
|
/external/connectedappssdk/testing/sdk/src/main/java/com/google/android/enterprise/connectedapps/testing/ |
D | InstrumentedTestUtilities.java | 265 try (ParcelFileDescriptor p = runCommand(command); in runCommandWithOutput() 277 private static ParcelFileDescriptor runCommand(String command) { in runCommand() method in InstrumentedTestUtilities
|
/external/deqp/modules/gles31/functional/ |
D | es31fSynchronizationTests.cpp | 1115 void runCommand (const op::WriteData& cmd, int stepNdx, int& programFriendlyName); 1116 …void runCommand (const op::ReadData& cmd, int stepNdx, int& programFriendlyName, int… 1117 void runCommand (const op::Barrier&); 1118 …void runCommand (const op::ReadMultipleData& cmd, int stepNdx, int& programFriendlyN… 1119 …void runCommand (const op::WriteDataInterleaved& cmd, int stepNdx, int& programFrien… 1120 …void runCommand (const op::ReadDataInterleaved& cmd, int stepNdx, int& programFriend… 1121 …void runCommand (const op::ReadZeroData& cmd, int stepNdx, int& programFriendlyName,… 1367 …case InterCallOperations::Command::TYPE_WRITE: runCommand(m_cmds[step].u_cmd.write, step, pro… in iterate() 1368 …case InterCallOperations::Command::TYPE_READ: runCommand(m_cmds[step].u_cmd.read, step, prog… in iterate() 1369 …case InterCallOperations::Command::TYPE_BARRIER: runCommand(m_cmds[step].u_cmd.barrier); … in iterate() [all …]
|
/external/emma/core/java12/com/vladium/emma/ |
D | runCommand.java | 28 final class runCommand extends Command class 272 protected runCommand (final String usageToolName, final String [] args) in runCommand() method in runCommand
|
D | Command.java | 43 tool = new runCommand (usageName, args); in create()
|
/external/connectedappssdk/tests/instrumented/src/main/java/com/google/android/enterprise/connectedapps/instrumented/utils/ |
D | InstrumentedTestUtilities.java | 372 ParcelFileDescriptor p = runCommand(command); in runCommandWithOutput() 383 private static ParcelFileDescriptor runCommand(String command) { in runCommand() method in InstrumentedTestUtilities
|
/external/llvm-project/clang-tools-extra/clangd/index/dex/dexp/ |
D | Dexp.cpp | 339 bool runCommand(std::string Request, const SymbolIndex &Index) { in runCommand() function 394 return runCommand(ExecCommand, *Index) ? 0 : 1; in main() 398 runCommand(std::move(*Request), *Index); in main()
|