HomeSort by relevance Sort by last modified time
    Searched refs:DEVICE_SERIAL (Results 1 - 16 of 16) sorted by null

  /external/skia/platform_tools/android/bin/
android_kill_skia 11 $ADB $DEVICE_SERIAL shell ps | grep skia | awk '{print $2}' | xargs -r $ADB $DEVICE_SERIAL shell kill
13 $ADB $DEVICE_SERIAL shell ps | grep skia | awk '{print $2}' | xargs $ADB $DEVICE_SERIAL shell kill
android_run_skia 30 $ADB $DEVICE_SERIAL logcat -c;
42 $ADB ${DEVICE_SERIAL} push ${CMD_FILENAME} /data/local/tmp
45 $ADB ${DEVICE_SERIAL} shell sh /data/local/tmp/${CMD_FILENAME}
47 if [ -z "$($ADB $DEVICE_SERIAL shell 'if [ -f $STATUS_FILENAME ]; then echo exists; fi')" ]; then
48 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
55 EXIT_CODE=`$ADB ${DEVICE_SERIAL} shell cat ${STATUS_FILENAME}`
56 $ADB ${DEVICE_SERIAL} shell rm -f ${STATUS_FILENAME} ${CMD_FILENAME}
60 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
69 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
android_gdb_app 16 $ADB $DEVICE_SERIAL forward "tcp:$PORT" "tcp:$PORT"
20 $ADB $DEVICE_SERIAL shell ps | grep gdbserver | awk '{print $2}' | xargs -r $ADB $DEVICE_SERIAL shell kill
22 $ADB $DEVICE_SERIAL shell ps | grep gdbserver | awk '{print $2}' | xargs $ADB $DEVICE_SERIAL shell kill
42 $ADB $DEVICE_SERIAL shell am start -n com.skia.sample_app/com.skia.SkiaSampleActivity
50 $ADB $DEVICE_SERIAL shell /data/local/tmp/gdbserver :$PORT --attach $PID &
adb_wait_for_device 43 STATS="$($ADB $DEVICE_SERIAL shell dumpsys batteryproperties)"
53 STATS="$($ADB $DEVICE_SERIAL shell dumpsys battery)"
69 while [ "$($ADB $DEVICE_SERIAL shell getprop sys.boot_completed | tr -d '\r')" != "1" ]; do
android_launch_app 30 $ADB ${DEVICE_SERIAL} shell "am start -S -n ${activity} --es cmdLineFlags \"${APP_ARGS[*]:1}\""
android_install_app 54 $ADB ${DEVICE_SERIAL} uninstall com.skia > /dev/null
71 $ADB ${DEVICE_SERIAL} install -r ${SCRIPT_DIR}/../apps/${APP_LC}/build/outputs/apk/${APP_LC}-${ANDROID_ARCH}-${apk_suffix}
android_setup.sh 25 DEVICE_SERIAL="-s $2"
184 ANDROID_MD5_SUPPORT=`$ADB $DEVICE_SERIAL shell ls -ld /system/bin/md5`
186 ANDROID_MD5=`$ADB $DEVICE_SERIAL shell md5 $ANDROID_DST`
188 ANDROID_MD5=`$ADB $DEVICE_SERIAL shell md5sum $ANDROID_DST`
198 $ADB $DEVICE_SERIAL pull $ANDROID_SRC $HOST_DST
202 $ADB $DEVICE_SERIAL pull $ANDROID_SRC $HOST_DST
216 ANDROID_LS=`$ADB $DEVICE_SERIAL shell ls -ld $ANDROID_DST`
224 ANDROID_LS=`$ADB $DEVICE_SERIAL shell ls -ld $ANDROID_DST`
227 ANDROID_MD5_SUPPORT=`$ADB $DEVICE_SERIAL shell ls -ld /system/bin/md5`
229 ANDROID_MD5=`$ADB $DEVICE_SERIAL shell md5 $ANDROID_DST
    [all...]
android_gdbserver 49 ANDROID_LS=`$ADB $DEVICE_SERIAL shell ls -ld ${SYSTEM_LIBRARY_PATH}/${library_file}`
  /external/chromium-trace/catapult/systrace/systrace/
util_unittest.py 11 DEVICE_SERIAL = 'AG8404EC0444AGC'
14 ADB_SHELL = ['adb', '-s', DEVICE_SERIAL, 'shell']
24 command = util.construct_adb_shell_command(LIST_TMP_ARGS, DEVICE_SERIAL)
28 command = util.construct_adb_shell_command(ATRACE_ARGS, DEVICE_SERIAL)
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
atrace_agent_unittest.py 17 DEVICE_SERIAL = 'AG8404EC0444AGC'
20 ADB_SHELL = ['adb', '-s', DEVICE_SERIAL, 'shell']
23 DEVICE_SERIAL] + CATEGORIES
29 SYSTRACE_BOOT_CMD = (['./run_systrace.py', '--boot', '-e', DEVICE_SERIAL] +
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 268 milliseconds