HomeSort by relevance Sort by last modified time
    Searched full:shellcommand (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
scriptbase.py 3 from boto.utils import ShellCommand, get_ts
31 self.last_command = ShellCommand(command, cwd=cwd)
  /frameworks/native/services/surfaceflinger/
GpuService.h 36 virtual status_t shellCommand(int in, int out, int err,
51 virtual status_t shellCommand(int in, int out, int err,
GpuService.cpp 48 return shellCommand(in, out, err, args);
67 status_t GpuService::shellCommand(int /*in*/, int out, int err,
70 ALOGV("GpuService::shellCommand");
  /frameworks/base/core/java/com/android/internal/os/
BaseCommand.java 20 import android.os.ShellCommand;
26 final protected ShellCommand mArgs = new ShellCommand() {
  /frameworks/base/services/core/java/com/android/server/pm/
OtaDexoptShellCommand.java 21 import android.os.ShellCommand;
25 class OtaDexoptShellCommand extends ShellCommand {
PackageManagerShellCommand.java 50 import android.os.ShellCommand;
77 class PackageManagerShellCommand extends ShellCommand {
844 public boolean handleOption(String opt, ShellCommand cmd) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/webkit/
WebViewUpdateServiceShellCommand.java 19 import android.os.ShellCommand;
24 class WebViewUpdateServiceShellCommand extends ShellCommand {
  /frameworks/base/services/core/java/com/android/server/job/
JobSchedulerShellCommand.java 24 import android.os.ShellCommand;
29 public class JobSchedulerShellCommand extends ShellCommand {
  /frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarShellCommand.java 19 import android.os.ShellCommand;
24 public class StatusBarShellCommand extends ShellCommand {
  /cts/tests/tests/security/src/android/security/cts/
DeviceIdleControllerTest.java 44 service.shellCommand(FileDescriptor.in, FileDescriptor.out, FileDescriptor.err,
  /frameworks/base/core/java/android/os/
ShellCommand.java 34 public abstract class ShellCommand {
35 static final String TAG = "ShellCommand";
283 * are executing. The easiest way to do this is to have the ShellCommand contain
Binder.java 367 shellCommand(in != null ? in.getFileDescriptor() : null,
466 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err,
472 * Handle a call to {@link #shellCommand}. The default implementation simply prints
476 * Consider using {@link ShellCommand} to help in the implementation.</p>
652 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err,
IBinder.java 226 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err,
  /frameworks/native/cmds/cmd/
cmd.cpp 93 IBinder::shellCommand(service, STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO, args,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/installers/ubuntu/
mysql.py 33 from boto.utils import ShellCommand
59 is_mysql_running_command = ShellCommand('mysqladmin ping') # exit status 0 if mysql is running
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerShellCommand.java 22 import android.os.ShellCommand;
28 class ActivityManagerShellCommand extends ShellCommand {
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerShellCommand.java 38 import android.os.ShellCommand;
41 class NetworkPolicyManagerShellCommand extends ShellCommand {
  /frameworks/native/libs/binder/
Binder.cpp 64 status_t IBinder::shellCommand(const sp<IBinder>& target, int in, int out, int err,
239 //return shellCommand(in, out, err, args, resultReceiver);
  /frameworks/native/include/binder/
IBinder.h 84 static status_t shellCommand(const sp<IBinder>& target, int in, int out, int err,
  /cts/tests/tests/os/src/android/os/cts/
MessengerTest.java 93 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err,
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 23 import android.os.ShellCommand;
643 class Shell extends ShellCommand {
    [all...]
AppOpsService.java 54 import android.os.ShellCommand;
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 76 import android.os.ShellCommand;
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
utils.py 537 class ShellCommand(object):
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 295 ServiceManager.getService(serviceName).shellCommand(
    [all...]

Completed in 1800 milliseconds

1 2