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

1 2 3

  /external/quake/
setupdevicesdcard.sh 25 adb shell mkdir /sdcard
26 adb shell mkdir /sdcard/data
27 adb shell mkdir /sdcard/data/quake
28 adb shell mkdir /sdcard/data/quake/id1
31 adb push $T/external/quake/quake/app/id1 /sdcard/data/quake/id1
setupdevice.sh 25 adb shell mkdir /data
26 adb shell mkdir /data/quake
27 adb shell mkdir /data/quake/id1
30 adb push $T/external/quake/quake/app/id1 /data/quake/id1
cleanupdevicesdcard.sh 43 adb shell rm /sdcard/data/quake/id1/glQuake/*
44 adb shell rm /sdcard/data/quake/id1/glQuake/.DS_Store
45 adb shell rmdir /sdcard/data/quake/glQuake
46 adb shell rm /sdcard/data/quake/id1/*
47 adb shell rm /sdcard/data/quake/id1/.DS_Store
48 adb shell rmdir /sdcard/data/quake/id1
49 adb shell rm /sdcard/data/quake/.DS_Store
50 adb shell rmdir /sdcard/data/quake
  /external/srec/config/en.us/
adb_pull_system_usr_srec_bothtags5.sh 5 adb pull $TESTDIR/config/en.us/out_SHIP_bothtags5.txt out_SHIP_bothtags5.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_bothtags5.res recog4_SHIP_bothtags5.res
8 adb pull $TESTDIR/config/en.us/linux_ship_a1__VCE_Pete_Gonzalez.raw linux_ship_a1__VCE_Pete_Gonzalez.raw
9 adb pull $TESTDIR/config/en.us/linux_ship_a2__VCE_Andrew_Evans.raw linux_ship_a2__VCE_Andrew_Evans.raw
10 adb pull $TESTDIR/config/en.us/linux_ship_a3__VCE_Peter_Wilson.raw linux_ship_a3__VCE_Peter_Wilson.raw
11 adb pull $TESTDIR/config/en.us/linux_ship_a4__VCE_Edgar_Young.raw linux_ship_a4__VCE_Edgar_Young.raw
12 adb pull $TESTDIR/config/en.us/linux_ship_a5__VCE_John_Martinez.raw linux_ship_a5__VCE_John_Martinez.raw
adb_pull_system_usr_srec_bothtags5_from_saved.sh 5 adb pull $TESTDIR/config/en.us/out_SHIP_bothtags5_from_saved.txt out_SHIP_bothtags5_from_saved.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_bothtags5_from_saved.res recog4_SHIP_bothtags5_from_saved.res
8 adb pull $TESTDIR/config/en.us/linux_ship_a1__VCE_Pete_Gonzalez_from_saved.raw linux_ship_a1__VCE_Pete_Gonzalez_from_saved.raw
9 adb pull $TESTDIR/config/en.us/linux_ship_a2__VCE_Andrew_Evans_from_saved.raw linux_ship_a2__VCE_Andrew_Evans_from_saved.raw
10 adb pull $TESTDIR/config/en.us/linux_ship_a3__VCE_Peter_Wilson_from_saved.raw linux_ship_a3__VCE_Peter_Wilson_from_saved.raw
11 adb pull $TESTDIR/config/en.us/linux_ship_a4__VCE_Edgar_Young_from_saved.raw linux_ship_a4__VCE_Edgar_Young_from_saved.raw
12 adb pull $TESTDIR/config/en.us/linux_ship_a5__VCE_John_Martinez_from_saved.raw linux_ship_a5__VCE_John_Martinez_from_saved.raw
14 adb pull $TESTDIR/config/en.us/bothtags5_saved.g2g bothtags5_saved.g2g
adb_pull_system_usr_srec_change_sample_rate2.sh 5 adb pull $TESTDIR/config/en.us/out_SHIP_change_sample_rate2.txt out_SHIP_change_sample_rate2.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_change_sample_rate2.res recog4_SHIP_change_sample_rate2.res
adb_pull_system_usr_srec_set_get_param.sh 5 adb pull $TESTDIR/config/en.us/out_SHIP_set_get_param.txt out_SHIP_set_get_param.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_set_get_param.res recog4_SHIP_set_get_param.res
adb_pull_system_usr_srec_liveaudio.sh 5 adb pull $TESTDIR/config/en.us/recog4_SHIP_liveaudio.res recog4_SHIP_liveaudio.res
  /development/host/windows/prebuilt/usb/
Android.mk 12 .PHONY : kill-adb
14 $(LOCAL_PATH)/AdbWinApi.dll : kill-adb
16 kill-adb:
17 @echo "Killing adb server so we can replace AdbWinApi.dll"
18 @adb kill-server || echo "adb appears to be missing"
  /dalvik/tools/
dexcheck 18 # works, on userdebug you will need to "adb root", or "su" followed by
22 files=`adb shell "cd /data/dalvik-cache; echo *" | sed -e s/.$//`
24 echo 'ERROR: commands must run as root on device (try "adb root" first?)'
37 errout=`adb shell "dexdump /data/dalvik-cache/$file > dev/null"`
get-hprof 17 # Grab an hprof file using adb. If an argument is specified, grab
24 FILE_BASE=`adb shell ls -l '/data/misc/heap-dump*.hprof' | tail -1 | \
35 adb pull "$FILE_BASE" "$OUT_FILE"
  /frameworks/base/tests/backup/
test_backup_common.sh 19 # run adb with options
20 function a { $DRY_RUN adb $ADB_OPTS "$@"; }
22 # restart adb as root and wait for it to come back again
27 echo -n "Restarting adb as root..."
  /frameworks/base/tests/CoreTests/
run_junit.sh 1 # runs unit tests over adb shell using dalvikvm. The value added is setting the classpath for you
6 # $ adb sync
9 adb shell exec dalvikvm -cp system/app/MoreTests.apk junit.textui.TestRunner $*
  /system/core/libacc/tests/
accarm 29 def adb(args): function
30 return runCmd(["adb"] + args)
34 adb(["remount"])
35 adb(["shell", "rm", "/system/bin/acc"])
36 adb(["shell", "mkdir", "/system/bin/accdata"])
37 adb(["shell", "mkdir", "/system/bin/accdata/data"])
40 adb(["push", file, remoteFileName])
43 adb(["sync"])
57 remoteCmdLine = ["adb", "shell", "/system/bin/acc"] + remoteArgs
  /external/openssl/android.testssl/
testssl.sh 30 reqcmd="adb shell /system/bin/openssl req"
31 x509cmd="adb shell /system/bin/openssl x509 $digest"
45 adb remount
46 adb shell rm -r $device
47 adb shell mkdir $device
51 adb push . $device
55 adb shell "echo \"string to make the random number generator think it has entropy\" >> $device/.rnd"
77 adb shell rm -r $device
  /external/openssl/patches/
testssl.sh 30 reqcmd="adb shell /system/bin/openssl req"
31 x509cmd="adb shell /system/bin/openssl x509 $digest"
45 adb remount
46 adb shell rm -r $device
47 adb shell mkdir $device
51 adb push . $device
55 adb shell "echo \"string to make the random number generator think it has entropy\" >> $device/.rnd"
77 adb shell rm -r $device
  /dalvik/tests/etc/
push-and-run-test-jar 108 adb push test.jar /data
109 adb push test-ex.jar /data
111 adb push test.jar /data >/dev/null 2>&1
112 adb push test-ex.jar /data >/dev/null 2>&1
126 adb shell cd /data \; dvz -classpath test.jar Main "$@"
128 adb shell cd /data \; dalvikvm $DEX_VERIFY $DEX_OPTIMIZE $DEX_DEBUG \
  /system/extras/tests/fstest/
mounts-test.sh 5 adb shell mount | grep -q /sdcard
14 adb shell mount | grep /sdcard | grep -q $i
24 adb shell ls /dev/*mem | grep -q $i
  /system/extras/tests/sdcard/
profile_sdcard.sh 19 adb shell cat /proc/version
22 adb shell cat /sys/kernel/debug/sched_features
40 adb shell sdcard_perf_test --test=write --procnb=${p} --size=1000 --chunk-size=100 --iterations=50 >/tmp/tmp-sdcard.txt
  /device/htc/dream/
extract-files.sh 20 adb pull /system/bin/akmd ../../../vendor/htc/$DEVICE/proprietary/akmd
22 adb pull /system/etc/01_qcomm_omx.cfg ../../../vendor/htc/$DEVICE/proprietary/01_qcomm_omx.cfg
23 adb pull /system/etc/AudioFilter.csv ../../../vendor/htc/$DEVICE/proprietary/AudioFilter.csv
24 adb pull /system/etc/AudioPara4.csv ../../../vendor/htc/$DEVICE/proprietary/AudioPara4.csv
25 adb pull /system/etc/AudioPreProcess.csv ../../../vendor/htc/$DEVICE/proprietary/AudioPreProcess.csv
26 adb pull /system/etc/firmware/brf6300.bin ../../../vendor/htc/$DEVICE/proprietary/brf6300.bin
27 adb pull /system/etc/wifi/Fw1251r1c.bin ../../../vendor/htc/$DEVICE/proprietary/Fw1251r1c.bin
28 adb pull /system/lib/egl/libGLES_qcom.so ../../../vendor/htc/$DEVICE/proprietary/libGLES_qcom.so
29 adb pull /system/lib/libaudioeq.so ../../../vendor/htc/$DEVICE/proprietary/libaudioeq.so
30 adb pull /system/lib/libcamera.so ../../../vendor/htc/$DEVICE/proprietary/libcamera.s
    [all...]
  /device/htc/sapphire/
extract-files.sh 20 adb pull /system/bin/akmd ../../../vendor/htc/$DEVICE/proprietary/akmd
22 adb pull /system/etc/01_qcomm_omx.cfg ../../../vendor/htc/$DEVICE/proprietary/01_qcomm_omx.cfg
23 adb pull /system/etc/AudioFilter.csv ../../../vendor/htc/$DEVICE/proprietary/AudioFilter.csv
24 adb pull /system/etc/AudioPara4.csv ../../../vendor/htc/$DEVICE/proprietary/AudioPara4.csv
25 adb pull /system/etc/AudioPreProcess.csv ../../../vendor/htc/$DEVICE/proprietary/AudioPreProcess.csv
26 adb pull /system/etc/firmware/brf6300.bin ../../../vendor/htc/$DEVICE/proprietary/brf6300.bin
27 adb pull /system/etc/wifi/Fw1251r1c.bin ../../../vendor/htc/$DEVICE/proprietary/Fw1251r1c.bin
28 adb pull /system/lib/egl/libGLES_qcom.so ../../../vendor/htc/$DEVICE/proprietary/libGLES_qcom.so
29 adb pull /system/lib/libaudioeq.so ../../../vendor/htc/$DEVICE/proprietary/libaudioeq.so
30 adb pull /system/lib/libcamera.so ../../../vendor/htc/$DEVICE/proprietary/libcamera.s
    [all...]
  /device/htc/passion/
extract-files.sh 20 adb pull /system/bin/akmd ../../../vendor/htc/$DEVICE/proprietary/akmd
22 adb pull /system/bin/mm-venc-omx-test ../../../vendor/htc/$DEVICE/proprietary/mm-venc-omx-test
24 adb pull /system/bin/parse_radio_log ../../../vendor/htc/$DEVICE/proprietary/parse_radio_log
26 adb pull /system/etc/01_qcomm_omx.cfg ../../../vendor/htc/$DEVICE/proprietary/01_qcomm_omx.cfg
27 adb pull /system/etc/AdieHWCodecSetting.csv ../../../vendor/htc/$DEVICE/proprietary/AdieHWCodecSetting.csv
28 adb pull /system/etc/AudioBTID.csv ../../../vendor/htc/$DEVICE/proprietary/AudioBTID.csv
29 adb pull /system/etc/firmware/bcm4329.hcd ../../../vendor/htc/$DEVICE/proprietary/bcm4329.hcd
30 adb pull /system/etc/firmware/default.acdb ../../../vendor/htc/$DEVICE/proprietary/default.acdb
31 adb pull /system/etc/firmware/default_att.acdb ../../../vendor/htc/$DEVICE/proprietary/default_att.acdb
32 adb pull /system/etc/firmware/default_france.acdb ../../../vendor/htc/$DEVICE/proprietary/default_fran (…)
    [all...]
  /system/core/
Android.mk 22 adb \
  /external/openssl/crypto/asn1/
tasn_utl.c 223 const ASN1_ADB *adb; local
232 adb = ASN1_ADB_ptr(tt->item);
235 sfld = offset2ptr(*pval, adb->offset);
240 if (!adb->null_tt)
242 return adb->null_tt;
262 for (atbl = adb->tbl, i = 0; i < adb->tblcount; i++, atbl++)
269 if (!adb->default_tt)
271 return adb->default_tt;
  /system/core/init/
grab-bootchart.sh 18 adb pull $LOGROOT/$f $TMPDIR/$f 2>&1 > /dev/null

Completed in 2644 milliseconds

1 2 3