Searched refs:shell (Results 1 - 25 of 40) sorted by relevance

12

/frameworks/base/libs/hwui/tests/scripts/
H A Dprep_volantis.sh19 adb shell stop mpdecision
20 adb shell stop perfd
21 adb shell stop
22 for pid in $( adb shell ps | awk '{ if ( $9 == "surfaceflinger" ) { print $2 } }' ); do
23 adb shell kill $pid
25 adb shell setprop debug.egl.traceGpuCompletion 1
26 adb shell daemonize surfaceflinger
28 adb shell setprop service.bootanim.exit 1
39 adb shell "echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"
40 adb shell "ech
[all...]
/frameworks/webview/chromium/tools/
H A Dwebview_command_line21 adb shell "cat $CMD_LINE_FILE 2>/dev/null" | cut -d" " -f "2-"
25 adb shell rm $CMD_LINE_FILE >/dev/null
29 adb shell "echo 'webview $*' > $CMD_LINE_FILE"
30 adb shell chmod 0664 $CMD_LINE_FILE
/frameworks/base/tests/backup/
H A Dtest_backup.sh22 b_pkgs=$(a shell dumpsys backup | \
28 a shell bmgr wipe "$pkg"
41 #a shell bmgr transport com.google.android.backup/.BackupTransportService
44 a shell \
61 a shell bmgr backup com.android.backuptest
64 a shell bmgr run
H A Dtest_restore.sh25 data=$(a shell cat /data/data/com.android.backuptest/$1)
40 data=$(a shell "ls $@ 2> /dev/null >/dev/null && echo -n exists")
53 a shell "ls -l /data/data/com.android.backuptest/files"
54 a shell "rm /data/data/com.android.backuptest/files/*"
56 a shell "ls -l /data/data/com.android.backuptest/shared_prefs"
57 a shell "rm /data/data/com.android.backuptest/shared_prefs/*"
59 a shell "ls -l /data/data/com.android.backuptest/files"
60 a shell "ls -l /data/data/com.android.backuptest/shared_prefs"
69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')
73 a shell bmg
[all...]
/frameworks/av/services/audioflinger/tests/
H A Drun_all_unit_tests.sh11 #adb shell /system/bin/resampler_tests
12 adb shell /data/nativetest/resampler_tests/resampler_tests
H A Dmixer_to_wav_tests.sh65 adb shell test-mixer $1 -s 48000 \
74 adb shell test-mixer $1 -s 48000 \
85 adb shell test-mixer $1 -c 5 -s 9307 \
94 adb shell test-mixer $1 -s 32000 \
103 adb shell test-mixer $1 -s 32000 \
112 adb shell test-mixer $1 -s 32000 \
120 adb shell test-mixer $1 -s 44100 \
/frameworks/base/packages/Keyguard/scripts/
H A Dcopy_profile_icons.sh3 for user in `adb $* shell ls /data/system/users | grep -v xml`
6 adb shell mkdir /data/user/${user}/users
7 for photo in `adb $* shell ls /data/system/users | grep -v xml`
10 adb shell mkdir /data/user/${user}/users/${photo}
/frameworks/base/tests/HierarchyViewerTest/
H A Drun_tests.sh4 adb shell am instrument -w com.android.test.hierarchyviewer/android.test.InstrumentationTestRunner
/frameworks/base/packages/Shell/src/com/android/shell/
H A DRemoteBugreportReceiver.java17 package com.android.shell;
19 import static com.android.shell.BugreportProgressService.EXTRA_BUGREPORT;
20 import static com.android.shell.BugreportProgressService.INTENT_REMOTE_BUGREPORT_FINISHED;
21 import static com.android.shell.BugreportProgressService.getFileExtra;
22 import static com.android.shell.BugreportProgressService.getUri;
23 import static com.android.shell.BugreportReceiver.cleanupOldFiles;
H A DBugreportReceiver.java17 package com.android.shell;
19 import static com.android.shell.BugreportProgressService.EXTRA_BUGREPORT;
20 import static com.android.shell.BugreportProgressService.EXTRA_ORIGINAL_INTENT;
21 import static com.android.shell.BugreportProgressService.INTENT_BUGREPORT_FINISHED;
22 import static com.android.shell.BugreportProgressService.getFileExtra;
23 import static com.android.shell.BugreportProgressService.dumpIntent;
H A DBugreportWarningActivity.java17 package com.android.shell;
19 import static com.android.shell.BugreportPrefs.STATE_HIDE;
20 import static com.android.shell.BugreportPrefs.STATE_SHOW;
21 import static com.android.shell.BugreportPrefs.STATE_UNKNOWN;
22 import static com.android.shell.BugreportPrefs.getWarningState;
23 import static com.android.shell.BugreportPrefs.setWarningState;
H A DBugreportPrefs.java17 package com.android.shell;
/frameworks/native/cmds/atrace/
H A Datrace.rc8 # Allow the shell group to enable (some) kernel tracing.
9 chown root shell /sys/kernel/debug/tracing/trace_clock
10 chown root shell /sys/kernel/debug/tracing/buffer_size_kb
11 chown root shell /sys/kernel/debug/tracing/options/overwrite
12 chown root shell /sys/kernel/debug/tracing/options/print-tgid
13 chown root shell /sys/kernel/debug/tracing/events/sched/sched_switch/enable
14 chown root shell /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable
15 chown root shell /sys/kernel/debug/tracing/events/sched/sched_blocked_reason/enable
16 chown root shell /sys/kernel/debug/tracing/events/sched/sched_cpu_hotplug/enable
17 chown root shell /sy
[all...]
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUtilitiesTest.java16 package com.android.shell;
20 import static com.android.shell.BugreportProgressService.isValid;
H A DBugreportReceiverTest.java17 package com.android.shell;
21 import static com.android.shell.ActionSendMultipleConsumerActivity.UI_NAME;
22 import static com.android.shell.BugreportPrefs.PREFS_BUGREPORT;
23 import static com.android.shell.BugreportPrefs.STATE_HIDE;
24 import static com.android.shell.BugreportPrefs.STATE_SHOW;
25 import static com.android.shell.BugreportPrefs.STATE_UNKNOWN;
26 import static com.android.shell.BugreportPrefs.getWarningState;
27 import static com.android.shell.BugreportPrefs.setWarningState;
28 import static com.android.shell.BugreportProgressService.EXTRA_BUGREPORT;
29 import static com.android.shell
[all...]
H A DActionSendMultipleConsumerActivity.java17 package com.android.shell;
37 "com.android.shell.tests.CUSTOM_ACTION_SEND_MULTIPLE";
63 * {com.android.shell.tests/com.android.shell.SendMultipleActivity}:
65 * {com.android.shell.tests/com.android.shell.SendMultipleActivity} did not call finish()
/frameworks/opt/telephony/tools/
H A Dtdi40 adb shell am broadcast -a com.android.internal.telephony.$the_DC.action_fail_bringup $counter $fail_cause $suggested_retry_time
/frameworks/base/core/tests/systemproperties/
H A Drun_core_systemproperties_test.sh24 adb shell am instrument -w -e class android.os.SystemPropertiesTest com.android.frameworks.coretests.systemproperties/android.test.InstrumentationTestRunner
/frameworks/opt/net/wifi/tests/wifitests/
H A Dcoverage.sh34 # NOTE Don't actually run the command above since this shell doesn't inherit functions from the
43 adb shell rm -f $REMOTE_COVERAGE_OUTPUT_FILE
47 adb shell am instrument -e coverage true -w 'com.android.server.wifi.test/android.support.test.runner.AndroidJUnitRunner'
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
H A DAndroid.mk26 ifneq ($(shell grep -c 'off64_t offset' $(base)/drm/libdrmframework/plugins/common/include/IDrmEngine.h), 0)
/frameworks/base/services/core/java/com/android/server/
H A DAppOpsService.java1818 static int onShellCommand(Shell shell, String cmd) { argument
1820 return shell.handleDefaultCommands(cmd);
1822 PrintWriter pw = shell.getOutPrintWriter();
1823 PrintWriter err = shell.getErrPrintWriter();
1827 int res = shell.parseUserPackageOp(true, err);
1831 String modeStr = shell.getNextArg();
1837 final int mode = shell.strModeToMode(modeStr, err);
1842 shell.mInterface.setMode(shell.op, shell
[all...]
/frameworks/base/tools/preload2/
H A DAndroid.mk22 # Copy the preload-tool shell script to the host's bin directory.
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/frameworks/data-binding/compiler/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/frameworks/data-binding/developmentPlugins/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell

Completed in 671 milliseconds

12