Home
last modified time | relevance | path

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

/third_party/python/Mac/BuildScript/
H A Dbuild-installer.py511 def runCommand(commandline): function
856 runCommand(" ".join(["perl", "Configure"]
858 runCommand("make depend")
859 runCommand("make all")
860 runCommand("make install_sw DESTDIR=%s"%shellQuote(archbase))
861 # runCommand("make test")
916 runCommand("lipo -create -output " +
981 runCommand('patch -p%s < %s'%(recipe.get('patchlevel', 1),
993 runCommand('bunzip2 -fk %s' % shellQuote(fn))
995 runCommand('s
[all...]
/third_party/icu/tools/scripts/
H A Dicu-file-utf8-check.py47 def runCommand(cmd): function
110 output, rc = runCommand(cmd)
130 output, rc = runCommand("grep -rPIl \"\\r\" " + f)
/third_party/node/deps/icu-small/source/tools/pkgdata/
H A Dpkgdata.cpp100 static int runCommand(const char* command, UBool specialHandling=false);
520 static int runCommand(const char* command, UBool specialHandling) { in runCommand() function
1065 result = runCommand(cmd); in pkg_createSymLinks()
1088 result = runCommand(cmd); in pkg_createSymLinks()
1101 result = runCommand(cmd); in pkg_createSymLinks()
1130 result = runCommand(cmd); in pkg_createSymLinks()
1149 result = runCommand(cmd); in pkg_installLibrary()
1163 result = runCommand(cmd); in pkg_installLibrary()
1176 result = runCommand(cmd); in pkg_installLibrary()
1190 result = runCommand(cm in pkg_installLibrary()
[all...]
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp100 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(cm in pkg_installLibrary()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
H A Dpkgdata.cpp100 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(cm in pkg_installLibrary()
[all...]
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
H A DMainActivity.java44 runCommand(); in onCreate()
47 private void runCommand(){ in runCommand() method in MainActivity
156 runCommand(); in onRequestPermissionsResult()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp1115 void runCommand (const op::WriteData& cmd, int stepNdx, int& programFriendlyName);
1116 void runCommand (const op::ReadData& cmd, int stepNdx, int& programFriendlyName, int& resultStorageFriendlyName);
1117 void runCommand (const op::Barrier&);
1118 void runCommand (const op::ReadMultipleData& cmd, int stepNdx, int& programFriendlyName, int& resultStorageFriendlyName);
1119 void runCommand (const op::WriteDataInterleaved& cmd, int stepNdx, int& programFriendlyName);
1120 void runCommand (const op::ReadDataInterleaved& cmd, int stepNdx, int& programFriendlyName, int& resultStorageFriendlyName);
1121 void runCommand (const op::ReadZeroData& cmd, int stepNdx, int& programFriendlyName, int& resultStorageFriendlyName);
1367 case InterCallOperations::Command::TYPE_WRITE: runCommand(m_cmds[step].u_cmd.write, step, programFriendlyName); break;
1368 case InterCallOperations::Command::TYPE_READ: runCommand(m_cmds[step].u_cmd.read, step, programFriendlyName, resultStorageFriendlyName); break;
1369 case InterCallOperations::Command::TYPE_BARRIER: runCommand(m_cmd
[all...]

Completed in 10 milliseconds