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

1 2 3

  /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]')
54 runCommand('adb shell lshal --init-vintf', 'Read HAL Info')
55 runCommand('adb shell cat /vendor/manifest.xml', 'Read vendor/manifest.xml')
  /system/netd/server/
CommandListener.h 56 int runCommand(SocketClient *c, int argc, char ** argv);
63 int runCommand(SocketClient *c, int argc, char ** argv);
70 int runCommand(SocketClient *c, int argc, char ** argv);
77 int runCommand(SocketClient *c, int argc, char ** argv);
84 int runCommand(SocketClient *c, int argc, char ** argv);
91 int runCommand(SocketClient *c, int argc, char ** argv);
98 int runCommand(SocketClient *c, int argc, char ** argv);
109 int runCommand(SocketClient *c, int argc, char ** argv);
116 int runCommand(SocketClient *c, int argc, char ** argv);
126 int runCommand(SocketClient *c, int argc, char ** argv)
    [all...]
DnsProxyListener.h 50 int runCommand(SocketClient *c, int argc, char** argv);
84 int runCommand(SocketClient *c, int argc, char** argv);
115 int runCommand(SocketClient *c, int argc, char** argv);
CommandListener.cpp 92 int runCommand(SocketClient *c, int argc, char **argv) {
94 return mWrappedCmd->runCommand(c, argc, argv);
129 int CommandListener::InterfaceCmd::runCommand(SocketClient *cli,
339 int CommandListener::ListTtysCmd::runCommand(SocketClient *cli,
356 int CommandListener::IpFwdCmd::runCommand(SocketClient *cli, int argc, char **argv) {
416 int CommandListener::TetherCmd::runCommand(SocketClient *cli,
519 int CommandListener::NatCmd::runCommand(SocketClient *cli,
559 int CommandListener::PppdCmd::runCommand(SocketClient *cli,
611 int CommandListener::ResolverCmd::runCommand(SocketClient *cli, int argc, char **margv) {
697 int CommandListener::BandwidthControlCmd::runCommand(SocketClient *cli, int argc, char **argv)
    [all...]
MDnsSdListener.h 109 int runCommand(SocketClient *c, int argc, char** argv);
  /system/core/libsysutils/include/sysutils/
FrameworkCommand.h 32 virtual int runCommand(SocketClient *c, int argc, char **argv) = 0;
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
AppOpsUtils.java 47 return runCommand("appops reset " + packageName);
73 return runCommand(command);
107 return runCommand("appops get " + packageName + " " + opStr);
110 private static String runCommand(String command) throws IOException {
  /system/core/libsysutils/src/
FrameworkCommand.cpp 30 int FrameworkCommand::runCommand(SocketClient *c UNUSED, int argc UNUSED,
  /system/core/logd/
CommandListener.h 46 int runCommand(SocketClient* c, int argc, char** argv);
57 int runCommand(SocketClient* c, int argc, char** argv); \
75 int runCommand(SocketClient* c, int argc, char** argv); \
89 int runCommand(SocketClient* c, int argc, char** argv); \
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...]
  /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/net/src/android/net/cts/
NetworkWatchlistTest.java 87 runCommand("rm " + SDCARD_CONFIG_PATH);
88 runCommand("rm " + TMP_CONFIG_PATH);
123 private static String runCommand(String command) throws IOException {
133 runCommand("cp " + SDCARD_CONFIG_PATH + " " + TMP_CONFIG_PATH);
135 final String cmdResult = runCommand(
  /external/icu/icu4c/source/tools/
icu-svnprops-check.py 84 def runCommand(cmd):
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/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/python/cpython2/Mac/BuildScript/
build-installer.py 549 def runCommand(commandline):
668 runCommand('hg --version')
669 runCommand('sphinx-build --version')
    [all...]
  /external/python/cpython3/Mac/BuildScript/
build-installer.py 521 def runCommand(commandline):
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)
862 # runCommand("make test")
    [all...]
  /cts/hostsidetests/net/src/com/android/cts/net/
HostsideRestrictBackgroundNetworkTests.java 292 final String output = runCommand("cmd netpolicy list restrict-background-whitelist ");
320 final String result = runCommand(command).trim();
331 runCommand("cmd netpolicy add restrict-background-whitelist " + uid);
339 runCommand("dumpsys deviceidle whitelist +" + packageName);
344 final String result = runCommand("cmd deviceidle enabled deep").trim();
HostsideNetworkTestCase.java 98 final String result = runCommand(command);
169 final String output = runCommand("dumpsys package " + packageName);
179 protected String runCommand(String command) throws DeviceNotAvailableException {
  /system/hardware/interfaces/net/netd/testutils/
VtsHalNetNetdTestUtils.cpp 47 static std::vector<std::string> runCommand(const std::string& command) {
70 return runCommand(command);
  /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...]
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/
TestInterface.java 94 void runCommand(int command) {
433 mLT.runCommand(mLT.TestPowerManagement);
437 mLT.runCommand(mLT.TestMemoryBandwidth);
441 mLT.runCommand(mLT.TestMemoryLatency);
445 mLT.runCommand(mLT.TestHeatSoak);
449 mLT.runCommand(mLT.TestGFlops);
  /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/tests/tests/notificationlegacy/src/android/app/notification/legacy/cts/
LegacyNotificationManagerTest.java 256 runCommand(command, instrumentation);
269 runCommand(command, instrumentation);
278 runCommand(command, instrumentation);
286 private void runCommand(String command, Instrumentation instrumentation) throws IOException {
  /system/netd/tests/
binder_test.cpp 151 static std::vector<std::string> runCommand(const std::string& command) {
175 return runCommand(command);
180 return runCommand(command);
    [all...]

Completed in 1321 milliseconds

1 2 3