HomeSort by relevance Sort by last modified time
    Searched refs:adb (Results 1 - 25 of 680) 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...]
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 "$@"
  /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
  /system/connectivity/wifilogd/
runtests.sh 33 adb root
34 adb wait-for-device
35 adb remount
36 adb sync
38 adb shell /data/nativetest/wifilogd_unit_test/wifilogd_unit_test
39 adb shell /data/nativetest64/wifilogd_unit_test/wifilogd_unit_test
  /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)
44 adb shell date -u @$host_seconds_since_epoch
48 adb shell setenforce 0
49 adb shell getenforce
52 adb shell ifconfig lo up
53 adb shell ifconfig
56 adb shell getpro
    [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"
  /frameworks/webview/chromium/tools/
webview_command_line 21 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
  /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/connectivity/wificond/
runtests.sh 34 adb root
35 adb wait-for-device
36 adb remount
37 adb sync
39 adb shell /data/nativetest/wificond_unit_test/wificond_unit_test
40 adb shell /data/nativetest64/wificond_unit_test/wificond_unit_test
42 adb shell /data/nativetest/libwifi-system_tests/libwifi-system_tests
43 adb shell /data/nativetest64/libwifi-system_tests/libwifi-system_tests
47 #adb shell /data/nativetest/wificond_integration_test/wificond_integration_test
48 #adb shell /data/nativetest64/wificond_integration_test/wificond_integration_tes
    [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 /system/bin
24 adb shell /system/bin/primitives_tests
  /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 fuzzer32 > /dev/null 2&>1
5 adb shell killall fuzzer64 > /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 /data/local/tmp/64/vts_hal_agent64 /data/local/tmp/32/fuzzer32 /data/local/tmp/64/fuzzer64 /data/local/tmp/spec /data/local/tmp/32/vts_shell_driver32 /data/local/tmp/64/vts_shell_driver64
12 # adb shell LD_LIBRARY_PATH=/data/local/tmp nohup /data/local/tmp/vts_hal_agen
    [all...]
  /development/tools/logblame/
app_switch_test 25 adb shell wm dismiss-keyguard
26 adb logcat -P ""
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
57 # Kill adb to disconnect logca
    [all...]
  /prebuilts/go/darwin-x86/misc/arm/
a 27 # adb does not correctly return the exit value of the executed program. use this
30 rsize=$(adb shell "ls -l $rloc"|tr -s ' '|cut -d' ' -f4)
34 echo >/tmp/adb.retval '#!/system/bin/sh
37 adb push /tmp/adb.retval $rloc >/dev/null 2>&1
38 adb shell chmod 755 $rloc
43 adb forward tcp:$2 tcp:$2
45 adb push $3 /data/local/tmp/$3 >/dev/null 2>&1
46 adb shell "$(exp GOARCH) $(exp GOTRACEBACK) $(exp GOGC) \
48 2>&1|tr -d '\r' |tee /tmp/adb.out|grep -v RETVA
    [all...]
  /prebuilts/go/linux-x86/misc/arm/
a 27 # adb does not correctly return the exit value of the executed program. use this
30 rsize=$(adb shell "ls -l $rloc"|tr -s ' '|cut -d' ' -f4)
34 echo >/tmp/adb.retval '#!/system/bin/sh
37 adb push /tmp/adb.retval $rloc >/dev/null 2>&1
38 adb shell chmod 755 $rloc
43 adb forward tcp:$2 tcp:$2
45 adb push $3 /data/local/tmp/$3 >/dev/null 2>&1
46 adb shell "$(exp GOARCH) $(exp GOTRACEBACK) $(exp GOGC) \
48 2>&1|tr -d '\r' |tee /tmp/adb.out|grep -v RETVA
    [all...]
  /frameworks/base/wifi/tests/
runtests.sh 19 adb root
20 adb wait-for-device
22 adb install -r -g "$OUT/data/app/FrameworksWifiApiTests/FrameworksWifiApiTests.apk"
24 adb shell am instrument -w "$@" 'android.net.wifi.test/android.support.test.runner.AndroidJUnitRunner'
  /libcore/tzdata/tools2/testing/
rebootAndGrabLogs.sh 8 adb reboot && adb wait-for-device
13 adb logcat > ${LOGCAT} 2>/dev/null &
25 adb shell dmesg > ${DMESG}

Completed in 934 milliseconds

1 2 3 4 5 6 7 8 91011>>