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

1 2

  /test/vts/script/
diagnose.py 24 def runCommand(cmd, description):
46 runCommand('pip --version', 'Pip version')
49 runCommand('virtualenv --version', 'Virtualenv version')
52 runCommand('adb shell getprop ro.build.fingerprint', 'Target device info [ro.build.fingerprint]')
  /system/core/libsysutils/src/
FrameworkCommand.cpp 30 int FrameworkCommand::runCommand(SocketClient *c UNUSED, int argc UNUSED,
  /external/icu/icu4c/source/tools/
icu-svnprops-check.py 142 def runCommand(cmd):
212 output = runCommand("svn ls -R ");
227 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}
  /cts/hostsidetests/dumpsys/apps/ProcStatsTestApp/src/com/android/server/cts/procstats/
ProcStatsTest.java 51 runCommand("dumpsys procstats --stop-pretend-screen", "^$");
73 runCommand("dumpsys procstats --pretend-screen-off", "^$");
86 runCommand("dumpsys meminfo " + HELPER_PACKAGE,
88 runCommand("dumpsys meminfo " + HELPER_PACKAGE + ":proc2",
122 private void runCommand(String command, String expectedOutputRegex) {
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerNegativeTest.java 116 private String runCommand(String command) throws IOException, InterruptedException {
141 MoreAsserts.assertNotContainsRegex("Success", runCommand("cmd shortcut clear-shortcuts " +
  /system/core/logd/
CommandListener.cpp 60 int CommandListener::ShutdownCmd::runCommand(SocketClient* /*cli*/,
79 int CommandListener::ClearCmd::runCommand(SocketClient* cli, int argc,
106 int CommandListener::GetBufSizeCmd::runCommand(SocketClient* cli, int argc,
131 int CommandListener::SetBufSizeCmd::runCommand(SocketClient* cli, int argc,
164 int CommandListener::GetBufSizeUsedCmd::runCommand(SocketClient* cli, int argc,
199 int CommandListener::GetStatisticsCmd::runCommand(SocketClient* cli, int argc,
240 int CommandListener::GetPruneListCmd::runCommand(SocketClient* cli,
251 int CommandListener::SetPruneListCmd::runCommand(SocketClient* cli, int argc,
283 int CommandListener::GetEventTagCmd::runCommand(SocketClient* cli, int argc,
332 int CommandListener::ReinitCmd::runCommand(SocketClient* cli, int /*argc*/
    [all...]
  /system/vold/
CryptCommandListener.cpp 174 int CryptCommandListener::CryptfsCmd::runCommand(SocketClient *cli,
CommandListener.cpp 115 int CommandListener::DumpCmd::runCommand(SocketClient *cli,
144 int CommandListener::VolumeCmd::runCommand(SocketClient *cli,
289 int CommandListener::StorageCmd::runCommand(SocketClient *cli,
394 int CommandListener::AsecCmd::runCommand(SocketClient *cli,
536 int CommandListener::ObbCmd::runCommand(SocketClient *cli,
599 int CommandListener::FstrimCmd::runCommand(SocketClient *cli,
786 int CommandListener::AppFuseCmd::runCommand(SocketClient *cli, int argc, char **argv) {
  /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 {
  /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 549 def runCommand(commandline):
668 runCommand('hg --version')
669 runCommand('sphinx-build --version')
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/monkey/
MonkeyBase.java 107 public void runCommand(final ITestDevice device, final String command, long timeout)
349 commandHelper.runCommand(mTestDevice, command, getMonkeyTimeoutMs());
  /external/r8/src/main/java/com/android/tools/r8/bisect/
Bisect.java 128 return runCommand(output);
139 private Result runCommand(Path output) throws IOException {
  /system/netd/server/
DnsProxyListener.cpp 326 int DnsProxyListener::GetAddrInfoCmd::runCommand(SocketClient *cli,
403 int DnsProxyListener::GetHostByNameCmd::runCommand(SocketClient *cli,
539 int DnsProxyListener::GetHostByAddrCmd::runCommand(SocketClient *cli,
MDnsSdListener.cpp 406 int MDnsSdListener::Handler::runCommand(SocketClient *cli,
CommandListener.cpp 90 int runCommand(SocketClient *c, int argc, char **argv) {
92 return mWrappedCmd->runCommand(c, argc, argv);
127 int CommandListener::InterfaceCmd::runCommand(SocketClient *cli,
356 int CommandListener::ListTtysCmd::runCommand(SocketClient *cli,
373 int CommandListener::IpFwdCmd::runCommand(SocketClient *cli, int argc, char **argv) {
433 int CommandListener::TetherCmd::runCommand(SocketClient *cli,
536 int CommandListener::NatCmd::runCommand(SocketClient *cli,
576 int CommandListener::PppdCmd::runCommand(SocketClient *cli,
628 int CommandListener::ResolverCmd::runCommand(SocketClient *cli, int argc, char **margv) {
714 int CommandListener::BandwidthControlCmd::runCommand(SocketClient *cli, int argc, char **argv)
    [all...]
  /system/netd/tests/
binder_test.cpp 125 static std::vector<std::string> runCommand(const std::string& command) {
149 return runCommand(command);
154 return runCommand(command);
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 97 static int runCommand(const char* command, UBool specialHandling=FALSE);
505 static int runCommand(const char* command, UBool specialHandling) {
    [all...]
  /frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
ShortcutManagerTestUtils.java 163 public static List<String> runCommand(Instrumentation instrumentation, String command) {
164 return runCommand(instrumentation, command, null);
166 public static List<String> runCommand(Instrumentation instrumentation, String command,
183 runCommand(instrumentation, command, result -> result.size() == 0);
188 return runCommand(instrumentation, "cmd shortcut " + command, resultAsserter);
211 runCommand(instrumentation, "cmd package set-home-activity --user "
256 runCommand(instrumentation,
263 runCommand(instrumentation, "appops set " + packageName + " " + op + " " + mode);
271 for (String s : runCommand(instrumentation, "dumpsys shortcut")) {
277 return new JSONObject(concatResult(runCommand(instrumentation, "dumpsys shortcut -c")))
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 510 milliseconds

1 2