Home
last modified time | relevance | path

Searched refs:adb (Results 1 – 24 of 24) sorted by relevance

/system/extras/tests/ext4/
Dandroid_emmc_perf_tests.sh22 if ! adb shell true >/dev/null 2>&1
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 media
91 adb shell stop drm
[all …]
/system/core/adb/tests/
Dtest_adb.py126 def make_random_device_files(adb, in_dir, num_files, rand_size=True): argument
141 adb.shell("dd if=/dev/urandom of={} bs={} count=1".format(full_path,
143 dev_md5, _ = adb.shell("md5sum {}".format(full_path)).split()
224 adb = AdbWrapper()
225 out = adb.shell("cat /proc/uptime")
245 adb = AdbWrapper()
246 adb.root()
247 adb.wait()
248 self.assertEqual("root", adb.shell("id -un").strip())
251 adb = AdbWrapper()
[all …]
/system/media/audio_utils/tests/
Dbuild_and_run_all_unit_tests.sh18 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
/system/core/rootdir/
Dinit.usb.configfs.rc9 on property:sys.usb.config=adb && property:sys.usb.configfs=1
12 on property:sys.usb.ffs.ready=1 && property:sys.usb.config=adb && property:sys.usb.configfs=1
13 write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "adb"
17 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f1
30 on property:sys.usb.config=mtp,adb && property:sys.usb.configfs=1
33 on property:sys.usb.ffs.ready=1 && property:sys.usb.config=mtp,adb && property:sys.usb.configfs=1
39 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2
52 on property:sys.usb.config=ptp,adb && property:sys.usb.configfs=1
55 on property:sys.usb.ffs.ready=1 && property:sys.usb.config=ptp,adb && property:sys.usb.configfs=1
61 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2
[all …]
Dinit.usb.rc22 # adb only USB configuration
25 on property:sys.usb.config=adb && property:sys.usb.configfs=0
43 # USB accessory configuration, with adb
44 on property:sys.usb.config=accessory,adb && property:sys.usb.configfs=0
62 # audio accessory configuration, with adb
63 on property:sys.usb.config=audio_source,adb && property:sys.usb.configfs=0
81 # USB and audio accessory configuration, with adb
82 on property:sys.usb.config=accessory,audio_source,adb && property:sys.usb.configfs=0
Dueventd.rc33 /dev/android_adb 0660 adb adb
34 /dev/android_adb_enable 0660 adb adb
Dinit.rc309 mkdir /data/misc/adb 02750 system shell
369 mkdir /data/adb 0700 root root
/system/extras/tests/sdcard/
Dprofile_sdcard.sh19 adb shell cat /proc/version
22 adb shell cat /sys/kernel/debug/sched_features
40adb shell sdcard_perf_test --test=write --procnb=${p} --size=1000 --chunk-size=100 --iterations=50…
DREADME17 adb remount
18 adb push $ANDROID_PRODUCT_OUT/system/bin/sdcard_perf_test /system/bin/sdcard_perf_test
19 adb shell mount -t debugfs none /sys/kernel/debug
37 adb shell sdcard_perf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100
46adb shell sdcard_perf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100 -…
/system/extras/tests/mmc_tracepoints/
DREADME4 adb shell echo 1 >/d/tracing/events/mmc/enable
5 adb shell echo 1 >/d/tracing/tracing_on
9 adb pull /d/tracing/trace
13 adb shell echo 0 >/d/tracing/tracing_enabled
/system/extras/tests/workloads/
Dcapture.sh7 adb devices -l 2>&1 >/dev/null
21 devInfo=$(adb devices -l | grep -v ^List | head -1)
56 stdbuf -o0 adb shell getevent -t |
Ddefs.sh82 adb devices -l 2>&1 >/dev/null
85 devInfo=$(adb devices -l | grep -v ^List | head -1)
87 devInfo=$(adb devices -l | grep $deviceName)
/system/bt/test/
Drun_unit_tests.sh26 adb push {$ANDROID_PRODUCT_OUT,}/data/nativetest/$name/$name
28 adb shell data/nativetest/$name/$name
/system/extras/tests/bionic/libc/
Drun-test.sh27 ADB_CMD=adb
43 --adb=*)
164 set_adb_cmd_log $TMPDIR/adb.log.txt
/system/core/adb/
DSERVICES.TXT124 Used to implement 'adb forward --no-rebind <local> <remote>'
128 This is used to implement 'adb forward --remove <local>'
132 This is used to implement 'adb forward --remove-all'.
147 Used to implement 'adb forward --list'.
162 Note that this is the non-interactive version of "adb shell"
167 this to implement "adb shell", but will also cook the input before
173 an "adb sync" or "adb push" request.
240 This starts the file synchronisation service, used to implement "adb push"
241 and "adb pull". Since this service is pretty complex, it will be detailed
245 This implements the 'adb reverse' feature, i.e. the ability to reverse
DOVERVIEW.TXT10 - implement various control commands (e.g. "adb shell", "adb pull", etc..)
48 The 'adb' command-line program is used to run adb commands from a shell
55 Currently, a single 'adb' binary is used for both the server and client.
65 communicate with a device at all. A typical example is "adb devices"
DSYNC.TXT11 differ from the regular adb protocol. The connection stays in sync mode until
23 implicitly exited after each sync request, and normal adb communication
60 adb push disk_image /some_block_device
DAndroid.mk31 adb.cpp \
182 LOCAL_MODULE := adb
Dprotocol.txt260 side to request access to a service in the host adb daemon or in the
/system/core/init/
Dgrab-bootchart.sh17 adb "${@}" pull $LOGROOT/$f $TMPDIR/$f 2>&1 > /dev/null
Dreadme.txt290 set the partition.<mount_point>.verified properties used by adb remount
329 adb shell 'echo $TIMEOUT > /data/bootchart/start'
335 adb shell 'echo 1 > /data/bootchart/stop'
369 adb reboot bootloader
/system/bt/doc/
Dbtsnoop_net.md13 $ adb forward tcp:8872 tcp:8872
/system/security/keystore/
Dtest-keystore53 run adb shell su $user keystore_cli "$@"
57 run adb shell ls -al /data/misc/keystore
/system/bt/test/bluedroidtest/
DREADME.txt25 $ adb shell