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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/libs/hwui/tests/scripts/
prep_volantis.sh 19 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"
prep_marlfish.sh 7 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...]
prep_ryu.sh 3 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"
prep_taieye.sh 1 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...]
prep_buller.sh 3 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...]
stopruntime.sh 19 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
prep_fugu.sh 8 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...]
  /external/syslinux/gpxe/src/include/gpxe/
shell.h 6 * Minimal command shell
12 extern void shell ( void );
  /external/valgrind/none/tests/scripts/
shell_nonexec.stderr.exp 1 valgrind: ./shell.vgtest: Permission denied
  /build/kati/testcase/
shell_stderr.mk 1 FOO=$(shell echo SHOULD_NOT_BE_AFTER_ECHO 1>&2)
hash_in_var.mk 1 $(shell mkdir -p tmp)
2 file = $(shell echo tmp/test\#.ext)
shell_var.mk 1 $(info $(SHELL))
3 override SHELL:=/bin/echo
5 $(info $(shell foo))
8 override SHELL=$(echo)
10 $(info $(shell bar))
  /external/jacoco/org.jacoco.build/
publish.sh 10 ssh $USERNAME,eclemma@shell.sourceforge.net create
11 ssh $USERNAME,eclemma@shell.sourceforge.net '/home/project-web/eclemma/scripts/publish-jacoco-snapshot.sh'
  /external/toolchain-utils/go/android/
target_sh 12 adb_${target} shell "$*; echo -n \$? > ${exitcode}" | sed -e 's:\r$::' -u
13 exit $(adb_${target} shell "cat ${exitcode}")
  /tools/test/connectivity/tools/lab/metrics/
metric.py 18 from utils import shell
25 _shell: a shell.ShellCommand object
28 def __init__(self, shell=shell.ShellCommand(job)):
29 self._shell = shell
  /frameworks/base/tests/backup/
test_backup.sh 22 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
  /frameworks/opt/net/lowpan/tests/
commandtest.sh 23 adb shell killall wpantund 2> /dev/null
26 echo "+ adb shell wpantund -I wpan5 -s 'system:ot-ncp\ 1' -o Config:Daemon:ExternalNetifManagement 1 &"
27 adb shell wpantund -I wpan5 -s 'system:ot-ncp\ 1' -o Config:Daemon:ExternalNetifManagement 1 &
36 echo "+ adb shell lowpanctl -I wpan5 status"
37 adb shell lowpanctl -I wpan5 status || die
38 echo "+ adb shell lowpanctl -I wpan5 form blahnet"
39 adb shell lowpanctl -I wpan5 form blahnet || die
40 echo "+ adb shell lowpanctl -I wpan5 status"
41 adb shell lowpanctl -I wpan5 status || die
42 echo "+ adb shell ifconfig wpan5
    [all...]
  /system/extras/tests/ext4/
android_emmc_perf_tests.sh 22 if ! adb shell true >/dev/null 2>&1
27 HARDWARE=`adb shell getprop ro.hardware | tr -d "\r"`
87 adb shell stop
88 adb shell stop sdcard
89 adb shell stop ril-daemon
90 adb shell stop media
91 adb shell stop drm
92 adb shell stop keystore
93 adb shell stop tf_daemon
94 adb shell stop bluetooth
    [all...]
  /test/vts/script/
start-agent.sh 2 adb shell chmod 755 /data/local/tmp/32/vts_shell_driver32
3 adb shell chmod 755 /data/local/tmp/64/vts_shell_driver64
4 adb shell killall vts_hal_driver32 > /dev/null 2&>1
5 adb shell killall vts_hal_driver64 > /dev/null 2&>1
6 adb shell killall vts_shell_driver32 > /dev/null 2&>1
7 adb shell killall vts_shell_driver64 > /dev/null 2&>1
8 adb shell rm -f /data/local/tmp/vts_driver_*
9 adb shell rm -f /data/local/tmp/vts_agent_callback*
10 adb shell LD_LIBRARY_PATH=/data/local/tmp/64 \
18 # adb shell LD_LIBRARY_PATH=/data/local/tmp nohup /data/local/tmp/vts_hal_agen
    [all...]
  /frameworks/av/media/libaudioprocessing/tests/
run_all_unit_tests.sh 11 adb shell /data/nativetest/resampler_tests/resampler_tests
12 adb shell /data/nativetest64/resampler_tests/resampler_tests
  /development/tools/logblame/
app_switch_test 25 adb shell wm dismiss-keyguard
29 airplane_mode_was_on=$(adb shell settings get global airplane_mode_on)
31 adb shell settings put global airplane_mode_on 1 > /dev/null
32 adb shell am broadcast -a android.intent.action.AIRPLANE_MODE > /dev/null
45 adb shell am start -a android.intent.action.MAIN $intent
50 adb shell input keyevent 26
51 adb shell input keyevent 26
52 adb shell wm dismiss-keyguard
65 adb shell settings put global airplane_mode_on 0 > /dev/null
66 adb shell am broadcast -a android.intent.action.AIRPLANE_MODE > /dev/nul
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
test_io.py 52 shell = MockShell()
53 f = PseudoOutputFile(shell, 'stdout', 'utf-8')
66 shell = MockShell()
67 f = PseudoOutputFile(shell, 'stdout', 'utf-8')
75 shell = MockShell()
76 f = PseudoOutputFile(shell, 'stdout', 'utf-8')
78 self.assertEqual(shell.written, [('test', 'stdout')])
79 shell.reset()
81 self.assertEqual(shell.written, [('t\xe8st', 'stdout')])
82 shell.reset(
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
shell_commands_lib.py 17 Shell command library.
27 """Set the battery level via ADB shell
31 self.dut.adb.shell("dumpsys battery set level {}".format(level))
34 """Disable BLE scanning via ADB shell"""
35 self.dut.adb.shell("settings put global ble_scan_always_enabled 0")
38 """Enable BLE scanning via ADB shell"""
39 self.dut.adb.shell("settings put global ble_scan_always_enabled 1")
42 """Consume a CPU core on the Android device via ADB shell"""
43 self.dut.adb.shell("echo $$ > /dev/cpuset/top-app/tasks")
44 self.dut.adb.shell("cat /dev/urandom > /dev/null &"
    [all...]
  /art/tools/
setup-buildbot-device.sh 29 adb shell date
32 device_seconds_since_epoch=$(adb shell date -u +%s)
44 adb shell killall -9 /system/bin/logd
49 adb shell date -u @$host_seconds_since_epoch
53 adb shell setenforce 0
54 adb shell getenforce
57 adb shell ifconfig lo up
58 adb shell ifconfig
61 adb shell getprop
64 adb shell uptim
    [all...]
  /external/v8/tools/testrunner/objects/
peer.py 47 def AddTests(self, shell):
48 """Adds tests from |shell| to this peer.
50 Stops when self.needed_work reaches zero, or when all of shell's tests
53 if shell.shell not in self.shells:
54 self.shells.add(shell.shell)
55 while len(shell.tests) > 0 and self.needed_work > 0:
56 t = shell.tests.pop()
59 shell.total_duration -= t.duratio
    [all...]

Completed in 729 milliseconds

1 2 3 4 5 6 7 8 91011>>