Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/frameworks/base/libs/hwui/tests/scripts/
Dprep_taieye.sh1 nr=$(adb shell cat /proc/cpuinfo | grep processor | wc -l)
6 adb shell stop vendor.perfd
7 adb shell stop thermal-engine
15 adb shell "echo userspace > $cpubase/cpu${cpu}/cpufreq/scaling_governor"
16 adb shell "echo 1 > $cpubase/cpu${cpu}/online"
17 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq"
18 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_freq"
24 adb shell "echo 0 > $cpubase/cpu${cpu}/online"
29 adb shell "echo 0 > /sys/class/kgsl/kgsl-3d0/bus_split"
30 adb shell "echo 1 > /sys/class/kgsl/kgsl-3d0/force_clk_on"
[all …]
Dprep_buller.sh3 nr=$(adb shell cat /proc/cpuinfo | grep processor | wc -l)
9 adb shell stop thermal-engine
10 adb shell stop perfd
22 adb shell "echo 1 > $cpubase/cpu${cpu}/online"
23 adb shell "echo userspace > $cpubase/cpu${cpu}/$gov"
24 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq"
25 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_freq"
26 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_setspeed"
32 adb shell "echo 0 > $cpubase/cpu${cpu}/online"
37 adb shell "echo 0 > /sys/class/kgsl/kgsl-3d0/bus_split"
[all …]
Dprep_marlfish.sh7 adb shell stop thermal-engine
8 adb shell stop perfd
23 adb shell "echo userspace > $cpubase/cpu2/cpufreq/scaling_governor"
25 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq"
26 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_freq"
31 adb shell "echo 0 > /sys/class/kgsl/kgsl-3d0/bus_split"
32 adb shell "echo 1 > /sys/class/kgsl/kgsl-3d0/force_clk_on"
33 adb shell "echo 10000 > /sys/class/kgsl/kgsl-3d0/idle_timer"
36 adb shell "echo 13763 > /sys/class/devfreq/soc:qcom,gpubw/min_freq" &> /dev/null
40 adb shell "echo performance > /sys/class/kgsl/kgsl-3d0/devfreq/governor"
[all …]
Dprep_fugu.sh8 thermal=$(adb shell "getprop persist.service.thermal")
13 adb shell "setprop persist.service.thermal 0"
16 thermal=$(adb shell "getprop persist.service.thermal")
25 adb shell stop perfprod
36 adb shell "echo 1 > $cpubase/cpu${cpu}/online" &> /dev/null
37 adb shell "echo userspace > $cpubase/cpu${cpu}/$gov"
38 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq"
39 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_freq"
40 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_setspeed"
46 adb shell "echo performance > /sys/class/devfreq/dfrgx/governor"
[all …]
Dprep_volantis.sh19 adb shell stop perfd
20 adb shell stop thermal-engine
31 adb shell "echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"
32 adb shell "echo $S > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq"
33 adb shell "echo $S > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq"
34 adb shell "echo $S > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed"
37 adb shell "echo 0 > /sys/devices/system/cpu/cpuquiet/tegra_cpuquiet/enable"
45 adb shell "echo 1 > /d/clock/override.gbus/state"
46 adb shell "echo $S > /d/clock/override.gbus/rate"
Dprep_ryu.sh3 adb shell stop thermal-engine
4 adb shell stop perfd
10 adb shell "echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"
11 adb shell "echo $S > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq"
12 adb shell "echo $S > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq"
31 adb shell "echo 04 > /sys/devices/57000000.gpu/pstate"
Dstopruntime.sh19 adb shell stop
21 for pid in $( adb shell ps | awk '{ if ( $9 == "surfaceflinger" ) { print $2 } }' ); do
22 adb shell kill $pid
24 adb shell setprop debug.egl.traceGpuCompletion 1
25 adb shell setprop debug.sf.nobootanimation 1
27 adb shell daemonize surfaceflinger
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DWMShellModule.java26 import com.android.wm.shell.ShellTaskOrganizer;
27 import com.android.wm.shell.WindowManagerShellWrapper;
28 import com.android.wm.shell.apppairs.AppPairsController;
29 import com.android.wm.shell.common.DisplayController;
30 import com.android.wm.shell.common.DisplayImeController;
31 import com.android.wm.shell.common.FloatingContentCoordinator;
32 import com.android.wm.shell.common.ShellExecutor;
33 import com.android.wm.shell.common.SyncTransactionQueue;
34 import com.android.wm.shell.common.SystemWindows;
35 import com.android.wm.shell.common.TaskStackListenerImpl;
[all …]
DTvPipModule.java23 import com.android.wm.shell.ShellTaskOrganizer;
24 import com.android.wm.shell.WindowManagerShellWrapper;
25 import com.android.wm.shell.common.DisplayController;
26 import com.android.wm.shell.common.ShellExecutor;
27 import com.android.wm.shell.common.SyncTransactionQueue;
28 import com.android.wm.shell.common.SystemWindows;
29 import com.android.wm.shell.common.TaskStackListenerImpl;
30 import com.android.wm.shell.common.annotations.ShellMainThread;
31 import com.android.wm.shell.legacysplitscreen.LegacySplitScreenController;
32 import com.android.wm.shell.pip.Pip;
[all …]
DWMShellBaseModule.java31 import com.android.wm.shell.FullscreenTaskListener;
32 import com.android.wm.shell.RootTaskDisplayAreaOrganizer;
33 import com.android.wm.shell.ShellCommandHandler;
34 import com.android.wm.shell.ShellCommandHandlerImpl;
35 import com.android.wm.shell.ShellInit;
36 import com.android.wm.shell.ShellInitImpl;
37 import com.android.wm.shell.ShellTaskOrganizer;
38 import com.android.wm.shell.TaskViewFactory;
39 import com.android.wm.shell.TaskViewFactoryController;
40 import com.android.wm.shell.WindowManagerShellWrapper;
[all …]
DTvWMShellModule.java25 import com.android.wm.shell.ShellTaskOrganizer;
26 import com.android.wm.shell.common.DisplayController;
27 import com.android.wm.shell.common.DisplayImeController;
28 import com.android.wm.shell.common.ShellExecutor;
29 import com.android.wm.shell.common.SyncTransactionQueue;
30 import com.android.wm.shell.common.SystemWindows;
31 import com.android.wm.shell.common.TaskStackListenerImpl;
32 import com.android.wm.shell.common.TransactionPool;
33 import com.android.wm.shell.common.annotations.ChoreographerSfVsync;
34 import com.android.wm.shell.common.annotations.ShellMainThread;
[all …]
/frameworks/base/tests/backup/
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 bmgr restore "$restore_set"
[all …]
/frameworks/rs/perf-test-scripts/
Dset-cpu-freq13 [ `adb shell "[ -f $1 ] && echo 1 || echo 0" | tr -d '\r'` -eq 1 ]
17 echo `adb shell cat $1 | tr -d '\r'`
24 adb shell "echo -n $2 > $1"
42 echo Device: `adb shell getprop ro.product.model`
46 cores=`adb shell ls /sys/devices/system/cpu/ | grep cpu[0-9].* | tr -d '\r'`
49 adb shell setprop debug.rs.default-CPU-driver 1
56 adb shell stop $service
65 adb shell "echo -n 1 > $DIR/$core/online"
72 … frequencies=(`adb shell cat $DIR/$core/cpufreq/stats/time_in_state | cut -f1 -d " " | tr -d '\r'`)
86 adb shell "echo -n $freq > $DIR/$core/cpufreq/scaling_min_freq"
[all …]
/frameworks/base/startop/scripts/iorap/
Dcommon25 adb shell start iorapd
32 adb shell stop iorapd
44 adb shell setprop iorapd.perfetto.enable true
52 adb shell setprop iorapd.perfetto.enable false
65 adb shell setprop iorapd.readahead.enable true
77 adb shell setprop iorapd.readahead.enable false
113 adb shell "[[ -f '$remote_path' ]] && rm -f '$remote_path' || exit 0"
124 if ! adb shell "[[ -f '$compiled_path' ]]"; then
148 if ! adb shell "[[ -f '$input_path' ]]"; then
161 adb shell "mkdir -p \"$(dirname "$remote_inodes")\"" || return 1
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DWMComponent.java25 import com.android.wm.shell.ShellCommandHandler;
26 import com.android.wm.shell.ShellInit;
27 import com.android.wm.shell.TaskViewFactory;
28 import com.android.wm.shell.apppairs.AppPairs;
29 import com.android.wm.shell.bubbles.Bubbles;
30 import com.android.wm.shell.hidedisplaycutout.HideDisplayCutout;
31 import com.android.wm.shell.legacysplitscreen.LegacySplitScreen;
32 import com.android.wm.shell.onehanded.OneHanded;
33 import com.android.wm.shell.pip.Pip;
34 import com.android.wm.shell.splitscreen.SplitScreen;
[all …]
DSysUIComponent.java29 import com.android.wm.shell.ShellCommandHandler;
30 import com.android.wm.shell.TaskViewFactory;
31 import com.android.wm.shell.apppairs.AppPairs;
32 import com.android.wm.shell.bubbles.Bubbles;
33 import com.android.wm.shell.hidedisplaycutout.HideDisplayCutout;
34 import com.android.wm.shell.legacysplitscreen.LegacySplitScreen;
35 import com.android.wm.shell.onehanded.OneHanded;
36 import com.android.wm.shell.pip.Pip;
37 import com.android.wm.shell.splitscreen.SplitScreen;
38 import com.android.wm.shell.startingsurface.StartingSurface;
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DTestableBubbleController.java25 import com.android.wm.shell.ShellTaskOrganizer;
26 import com.android.wm.shell.WindowManagerShellWrapper;
27 import com.android.wm.shell.bubbles.BubbleController;
28 import com.android.wm.shell.bubbles.BubbleData;
29 import com.android.wm.shell.bubbles.BubbleDataRepository;
30 import com.android.wm.shell.bubbles.BubbleLogger;
31 import com.android.wm.shell.bubbles.BubblePositioner;
32 import com.android.wm.shell.common.DisplayController;
33 import com.android.wm.shell.common.FloatingContentCoordinator;
34 import com.android.wm.shell.common.ShellExecutor;
[all …]
/frameworks/av/services/mediatranscoding/tests/
Dbuild_and_run_all_unit_tests.sh29 adb shell setprop debug.transcoding.simulated_transcoder true
30 adb shell kill -9 `pid media.transcoding`
32 adb shell /data/nativetest/mediatranscodingservice_simulated_tests/mediatranscodingservice_simulate…
35 adb shell setprop debug.transcoding.simulated_transcoder false
36 adb shell kill -9 `pid media.transcoding`
38 adb shell /data/nativetest/mediatranscodingservice_real_tests/mediatranscodingservice_real_tests
41 adb shell kill -9 `pid media.transcoding`
43 adb shell /data/nativetest/mediatranscodingservice_resource_tests/mediatranscodingservice_resource_…
46 adb shell setprop debug.transcoding.simulated_transcoder \"\"
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
DShellInitImpl.java17 package com.android.wm.shell;
19 import static com.android.wm.shell.ShellTaskOrganizer.TASK_LISTENER_TYPE_FULLSCREEN;
21 import com.android.wm.shell.apppairs.AppPairsController;
22 import com.android.wm.shell.bubbles.BubbleController;
23 import com.android.wm.shell.common.DisplayImeController;
24 import com.android.wm.shell.common.ShellExecutor;
25 import com.android.wm.shell.common.annotations.ExternalThread;
26 import com.android.wm.shell.draganddrop.DragAndDropController;
27 import com.android.wm.shell.legacysplitscreen.LegacySplitScreenController;
28 import com.android.wm.shell.pip.phone.PipTouchHandler;
[all …]
/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DFontManagerShellCommand.java289 private void writeCommandResult(ShellCommand shell, SystemFontException e) { in writeCommandResult() argument
291 PrintWriter pw = shell.getErrPrintWriter(); in writeCommandResult()
297 Slog.e(TAG, "Command failed: " + Arrays.toString(shell.getAllArgs()), e); in writeCommandResult()
300 private int dump(ShellCommand shell) { in dump() argument
303 if (!DumpUtils.checkDumpPermission(ctx, TAG, shell.getErrPrintWriter())) { in dump()
307 new IndentingPrintWriter(shell.getOutPrintWriter(), " "); in dump()
308 String nextArg = shell.getNextArg(); in dump()
325 private int update(ShellCommand shell) throws SystemFontException { in update() argument
326 String fontPath = shell.getNextArg(); in update()
332 String signaturePath = shell.getNextArg(); in update()
[all …]
/frameworks/av/media/libmediatranscoding/transcoder/tests/
Dbuild_and_run_all_unit_tests.sh34 adb shell ASAN_OPTIONS=detect_container_overflow=0 /data/nativetest64/MediaSampleReaderNDKTests/Med…
37 adb shell ASAN_OPTIONS=detect_container_overflow=0 /data/nativetest64/MediaSampleQueueTests/MediaSa…
40 adb shell ASAN_OPTIONS=detect_container_overflow=0 /data/nativetest64/MediaTrackTranscoderTests/Med…
43 adb shell ASAN_OPTIONS=detect_container_overflow=0 /data/nativetest64/VideoTrackTranscoderTests/Vid…
46 adb shell ASAN_OPTIONS=detect_container_overflow=0 /data/nativetest64/PassthroughTrackTranscoderTes…
49 adb shell ASAN_OPTIONS=detect_container_overflow=0 /data/nativetest64/MediaSampleWriterTests/MediaS…
52 adb shell ASAN_OPTIONS=detect_container_overflow=0 /data/nativetest64/MediaTranscoderTests/MediaTra…
/frameworks/native/libs/renderengine/skia/debug/
Drecord.sh18 adb shell setenforce 0
19 adb shell setprop debug.renderengine.backend "skiaglthreaded"
20 adb shell stop
21 adb shell start
26 adb shell getenforce
37 adb shell setprop debug.renderengine.capture_skia_ms $1
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
DStageCoordinatorTests.java17 package com.android.wm.shell.splitscreen;
21 import static com.android.wm.shell.common.split.SplitLayout.SPLIT_POSITION_BOTTOM_OR_RIGHT;
35 import com.android.wm.shell.RootTaskDisplayAreaOrganizer;
36 import com.android.wm.shell.ShellTaskOrganizer;
37 import com.android.wm.shell.ShellTestCase;
38 import com.android.wm.shell.TestRunningTaskInfoBuilder;
39 import com.android.wm.shell.common.DisplayImeController;
40 import com.android.wm.shell.common.SyncTransactionQueue;
41 import com.android.wm.shell.common.TransactionPool;
42 import com.android.wm.shell.transition.Transitions;
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipTransition.java17 package com.android.wm.shell.pip.tv;
30 import com.android.wm.shell.ShellTaskOrganizer;
31 import com.android.wm.shell.pip.PipAnimationController;
32 import com.android.wm.shell.pip.PipBoundsAlgorithm;
33 import com.android.wm.shell.pip.PipBoundsState;
34 import com.android.wm.shell.pip.PipMenuController;
35 import com.android.wm.shell.pip.PipTransitionController;
36 import com.android.wm.shell.transition.Transitions;
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/apppairs/
DTestAppPairsController.java17 package com.android.wm.shell.apppairs;
21 import com.android.wm.shell.ShellTaskOrganizer;
22 import com.android.wm.shell.common.DisplayController;
23 import com.android.wm.shell.common.DisplayImeController;
24 import com.android.wm.shell.common.ShellExecutor;
25 import com.android.wm.shell.common.SyncTransactionQueue;

12345678910>>...24