HomeSort by relevance Sort by last modified time
    Searched defs:runCommand (Results 1 - 25 of 28) sorted by null

1 2

  /external/icu/icu4c/source/tools/
icu-file-utf8-check.py 33 def runCommand(cmd):
87 output = runCommand("git ls-files ");
  /external/cldr/tools/scripts/
cldr-svnprops-check.py 140 def runCommand(cmd):
210 output = runCommand("svn ls -R ");
225 actual_propval = runCommand("svn propget --strict " + propname + " '" + f + "'")
  /external/llvm/utils/crosstool/ARM/
build-install-linux.sh 74 runCommand() {
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/swiftshader/third_party/LLVM/utils/crosstool/ARM/
build-install-linux.sh 74 runCommand() {
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/swiftshader/third_party/llvm-7.0/llvm/utils/crosstool/ARM/
build-install-linux.sh 74 runCommand() {
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}
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
AppOpsUtils.java 47 return runCommand("appops reset " + packageName);
73 return runCommand(command);
126 return runCommand("appops get " + packageName + " " + opStr);
129 private static String runCommand(String command) throws IOException {
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
AppOpsUtils.java 48 return runCommand("appops reset " + packageName);
74 return runCommand(command);
127 return runCommand("appops get " + packageName + " " + opStr);
130 private static String runCommand(String command) throws IOException {
  /cts/hostsidetests/dumpsys/apps/ProcStatsTestApp/src/com/android/server/cts/procstats/
ProcStatsTest.java 50 runCommand("dumpsys procstats --stop-pretend-screen", "^$");
72 runCommand("dumpsys procstats --pretend-screen-off", "^$");
85 runCommand("dumpsys meminfo " + HELPER_PACKAGE,
87 runCommand("dumpsys meminfo " + HELPER_PACKAGE + ":proc2",
121 private void runCommand(String command, String expectedOutputRegex) {
  /cts/tests/tests/net/src/android/net/cts/
NetworkWatchlistTest.java 87 runCommand("rm " + TMP_CONFIG_PATH);
144 private static String runCommand(String command) throws IOException {
156 final String cmdResult = runCommand(
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerNegativeTest.java 119 private String runCommand(String command) throws IOException, InterruptedException {
144 MoreAsserts.assertNotContainsRegex("Success", runCommand("cmd shortcut clear-shortcuts " +
  /cts/hostsidetests/net/src/com/android/cts/net/
HostsideNetworkTestCase.java 98 final String result = runCommand(command);
169 final String output = runCommand("dumpsys package " + packageName);
179 protected String runCommand(String command) throws DeviceNotAvailableException {
  /cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
LegacyNotificationManager20Test.java 158 runCommand(command, instrumentation);
171 runCommand(command, instrumentation);
180 runCommand(command, instrumentation);
188 private void runCommand(String command, Instrumentation instrumentation) throws IOException {
  /cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
ConditionProviderServiceTest.java 287 runCommand(command, instrumentation);
295 private void runCommand(String command, Instrumentation instrumentation) throws IOException {
LegacyNotificationManagerTest.java 361 runCommand(command, instrumentation);
374 runCommand(command, instrumentation);
383 runCommand(command, instrumentation);
391 private void runCommand(String command, Instrumentation instrumentation) throws IOException {
  /external/emma/core/java12/com/vladium/emma/
runCommand.java 7 * $Id: runCommand.java,v 1.1.1.1.2.1 2004/07/16 23:32:03 vlad_r Exp $
28 final class runCommand extends Command
272 protected runCommand (final String usageToolName, final String [] args)
  /external/python/cpython2/Mac/BuildScript/
build-installer.py 495 def runCommand(commandline):
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")
839 # runCommand("make test")
    [all...]
  /external/python/cpython3/Mac/BuildScript/
build-installer.py 499 def runCommand(commandline):
617 runCommand('sphinx-build --version')
826 runCommand(" ".join(["perl", "Configure"]
828 runCommand("make depend")
829 runCommand("make all")
830 runCommand("make install_sw DESTDIR=%s"%shellQuote(archbase))
831 # runCommand("make test")
    [all...]
  /cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
AppBindingHostTest.java 77 runCommand("am wait-for-broadcast-idle");
81 private String runCommand(String command) throws Exception {
82 return runCommand(command, "", true);
85 private String runCommand(String command, String expectedOutputPattern) throws Exception {
86 return runCommand(command, expectedOutputPattern, true);
91 return runCommand(command, expectedOutputPattern, false);
94 private String runCommand(String command, String expectedOutputPattern,
117 final String[] output = runCommand(command).split("\\n");
151 runCommand("settings put global " + APP_BINDING_SETTING + " '" + settings + "'");
155 String output = runCommand("dumpsys phone")
    [all...]
  /cts/tests/app/src/android/app/cts/
TileServiceTest.java 180 runCommand(command);
184 runCommand(" cmd statusbar click-tile " + componentName);
187 private void runCommand(String command) throws IOException {
257 runCommand(" cmd statusbar " + (expand ? "expand-settings" : "collapse"));
NotificationManagerTest.java 493 runCommand(command, instrumentation);
507 runCommand(command, instrumentation);
516 runCommand(command, instrumentation);
524 private void runCommand(String command, Instrumentation instrumentation) throws IOException {
    [all...]
  /cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
NotificationAssistantServiceTest.java 497 runCommand(command, instrumentation);
526 private void runCommand(String command, Instrumentation instrumentation) throws IOException {
  /cts/tests/camera/src/android/hardware/camera2/cts/
CameraManagerTest.java     [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 97 static int runCommand(const char* command, UBool specialHandling=FALSE);
511 static int runCommand(const char* command, UBool specialHandling) {
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 562 milliseconds

1 2