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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/libs/hwui/tests/scripts/
prep_ryu.sh 0 adb root
2 adb wait-for-device
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_volantis.sh 17 adb root
18 adb wait-for-device
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
    [all...]
prep_marlfish.sh 5 adb root
6 adb wait-for-device
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
    [all...]
prep_taieye.sh 1 nr=$(adb shell cat /proc/cpuinfo | grep processor | wc -l)
4 adb root
5 adb wait-for-device
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
    [all...]
stopruntime.sh 17 adb root
18 adb wait-for-device
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_buller.sh 3 nr=$(adb shell cat /proc/cpuinfo | grep processor | wc -l)
7 adb root
8 adb wait-for-device
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
    [all...]
prep_fugu.sh 6 adb root
7 adb wait-for-device
8 thermal=$(adb shell "getprop persist.service.thermal")
13 adb shell "setprop persist.service.thermal 0"
14 adb reboot
15 adb wait-for-device
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
    [all...]
  /external/toolchain-utils/go/android/
adb_shamu 3 # This wrapper runs adb with the serial number of the shamu device.
8 exec adb -s XXXXXXXX "$@"
adb_volantis 3 # This wrapper runs adb with the serial number of the volantis device.
8 exec adb -s YYYYYYYY "$@"
  /system/connectivity/wificond/
runtests.sh 34 adb wait-for-device
35 adb root
36 adb wait-for-device
38 # 'disable-verity' will appear in 'adb remount' output if
40 if adb remount | grep 'disable-verity'; then
41 adb disable-verity
42 adb reboot
43 adb wait-for-device
44 adb root
45 adb wait-for-devic
    [all...]
  /system/connectivity/wifilogd/
runtests.sh 33 adb wait-for-device
34 adb root
35 adb wait-for-device
37 # 'disable-verity' will appear in 'adb remount' output if
39 if adb remount | grep 'disable-verity'; then
40 adb disable-verity
41 adb reboot
42 adb wait-for-device
43 adb root
44 adb wait-for-devic
    [all...]
  /external/deqp/targets/android/
install.sh 24 adb $* uninstall com.drawelements.deqp
27 adb $* install -r dEQP.apk
  /frameworks/av/media/libaudioprocessing/tests/
run_all_unit_tests.sh 9 adb root && adb wait-for-device remount
11 adb shell /data/nativetest/resampler_tests/resampler_tests
12 adb shell /data/nativetest64/resampler_tests/resampler_tests
  /hardware/interfaces/wifi/1.2/default/tests/
runtests.sh 33 adb wait-for-device
34 adb root
35 adb wait-for-device
37 #'disable-verity' will appear in 'adb remount' output if
39 if adb remount | grep 'disable-verity'; then
40 adb disable-verity
41 adb reboot
42 adb wait-for-device
43 adb root
44 adb wait-for-devic
    [all...]
  /art/tools/
symbolize-buildbot-crashes.sh 20 adb logcat -d | sed 's,/data/local/tmp,,g' | development/scripts/stack
setup-buildbot-device.sh 22 adb root
23 adb wait-for-device
29 adb shell date
32 device_seconds_since_epoch=$(adb shell date -u +%s)
41 # Kill logd first, so that when we set the adb buffer size later in this file,
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 u
    [all...]
  /external/skia/bin/
droid 19 adb push $path //data/local/tmp/
20 adb push resources //data/local/tmp/
21 adb shell "chmod +x //data/local/tmp/$name"
22 adb shell "cd //data/local/tmp; ./$name $args"
  /external/skqp/bin/
droid 19 adb push $path //data/local/tmp/
20 adb push resources //data/local/tmp/
21 adb shell "chmod +x //data/local/tmp/$name"
22 adb shell "cd //data/local/tmp; ./$name $args"
  /system/core/libnativeloader/test/
runtest.sh 2 adb root
3 adb remount
4 adb sync
5 adb shell stop
6 adb shell start
8 adb logcat -c;
9 adb shell am start -n android.test.app.system/android.test.app.TestActivity
10 adb shell am start -n android.test.app.vendor/android.test.app.TestActivity
11 adb logcat | grep android.test.app
  /frameworks/opt/net/lowpan/tests/
commandtest.sh 17 adb wait-for-device || die
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 || di
    [all...]
  /system/media/audio_utils/tests/
build_and_run_all_unit_tests.sh 18 adb root && adb wait-for-device remount
22 adb push $OUT/system/lib/libaudioutils.so /system/lib
23 adb push $OUT/data/nativetest/primitives_tests/primitives_tests /system/bin
24 adb shell /system/bin/primitives_tests
27 adb push $OUT/data/nativetest/power_tests/power_tests /system/bin
28 adb shell /system/bin/power_tests
31 adb push $OUT/data/nativetest/channels_tests/channels_tests /system/bin
32 adb shell /system/bin/channels_tests
35 adb push $OUT/data/nativetest/string_tests/string_tests /system/bi
    [all...]
  /system/extras/tests/ext4/
android_emmc_perf_tests.sh 22 if ! adb shell true >/dev/null 2>&1
24 echo "No device detected over adb"
27 HARDWARE=`adb shell getprop ro.hardware | tr -d "\r"`
84 adb root
85 adb wait-for-device
86 adb push "$PERF" /dev
87 adb shell stop
88 adb shell stop sdcard
89 adb shell stop ril-daemon
90 adb shell stop medi
    [all...]
  /cts/tools/testng/
test-script 3 adb push $ANDROID_PRODUCT_OUT/system/framework/cts-testng.jar /data/local/tmp
4 adb shell "cd /data/local/tmp && dalvikvm -cp cts-testng.jar:ctslibcore/CtsLibcoreOjTestCases.apk com.android.cts.testng.SingleTestNGTestRunner org.openjdk.tests.java.util.stream.GroupByOpTest#testOps"
  /system/extras/simpleperf/scripts/
run_simpleperf_on_device.py 20 It saves the time downloading simpleperf and using `adb shell` directly.
28 adb = AdbHelper()
29 device_arch = adb.get_device_arch()
31 adb.check_run(['push', simpleperf_binary, '/data/local/tmp'])
32 adb.check_run(['shell', 'chmod', 'a+x', '/data/local/tmp/simpleperf'])
34 sys.exit(subprocess.call([adb.adb_path, 'shell', shell_cmd]))
  /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...]

Completed in 249 milliseconds

1 2 3 4 5 6 7 8 91011>>