Searched refs:adb (Results 1 - 16 of 16) sorted by relevance

/frameworks/webview/chromium/tools/
H A Dwebview_command_line21 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
/frameworks/native/opengl/libs/GLES_trace/
H A Ddev.make10 adb root
11 adb remount
12 adb shell stop
13 adb sync
14 adb shell start
/frameworks/base/packages/Keyguard/scripts/
H A Dcopy_profile_icons.sh3 for user in `adb $* shell ls /data/system/users | grep -v xml`
6 adb shell mkdir /data/user/${user}/users
7 for photo in `adb $* shell ls /data/system/users | grep -v xml`
10 adb shell mkdir /data/user/${user}/users/${photo}
11 adb pull /data/system/users/${photo}/photo.png
12 adb push photo.png /data/user/${user}/users/${photo}
/frameworks/base/core/tests/overlaytests/
H A Druntests.sh3 adb="adb"
5 adb="adb $*" # for setting -e, -d or -s <serial>
36 $adb wait-for-device logcat -c
37 $adb wait-for-device logcat | grep -m 1 -e 'PowerManagerService.*bootCompleted' >/dev/null
51 local t=$($adb shell ls -l $dirname | tr -d '\r' | grep -e "${basename}$" | grep -oe '^.')
62 $adb shell mkdir "$path"
74 $adb shell rm /vendor/overlay/framework/framework-res.apk
75 $adb shel
[all...]
/frameworks/base/tests/backup/
H A Dtest_backup_common.sh19 # 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/
H A Drun_junit.sh1 # 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 $*
H A Drun_core_test.sh3 adb shell exec dalvikvm -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=3001 \
/frameworks/opt/telephony/tools/
H A Dtdi40 adb shell am broadcast -a com.android.internal.telephony.$the_DC.action_fail_bringup $counter $fail_cause $suggested_retry_time
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py99 Uses subprocess to invoke adb.
113 'out', 'host', 'linux-x86', 'bin', 'adb')
152 raise gdb.GdbError("Error starting background adb " + str(largs))
154 raise gdb.GdbError("Unknown error starting background adb " + str(largs))
166 raise gdb.GdbError("Error starting adb " + str(largs))
168 raise gdb.GdbError("Unknown error starting adb " + str(largs))
273 # adb getprop [property]
284 # adb push
288 # adb forward <source> <destination>
297 # adb pul
760 adb = ADB(verbose=be_verbose) variable
[all...]
/frameworks/base/core/tests/inputmethodtests/
H A Drun_core_inputmethod_test.sh19 COMMAND="adb install -r $TESTAPP"
24 adb shell am instrument -w -e class android.os.InputMethodTest com.android.frameworks.coretests.inputmethod/android.test.InstrumentationTestRunner
/frameworks/base/core/tests/systemproperties/
H A Drun_core_systemproperties_test.sh19 COMMAND="adb install -r $TESTAPP"
24 adb shell am instrument -w -e class android.os.SystemPropertiesTest com.android.frameworks.coretests.systemproperties/android.test.InstrumentationTestRunner
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp218 SkTScopedPtr<SkBitmap> adb; local
226 adb.reset(bitmap);
249 adb.release();
H A DBitmapFactory.cpp285 SkAutoTDelete<SkBitmap> adb(outputBitmap == NULL ? new SkBitmap : NULL);
286 if (outputBitmap == NULL) outputBitmap = adb.get();
454 adb.detach();
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py277 # Start adb.
278 print "Starting adb logcat.\n"
280 adb = subprocess.Popen(['adb', 'logcat', '-s', '-v', 'time', 'Input:*', 'VelocityTracker:*'], variable
282 adbout = NonBlockingStream(adb.stdout)
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py445 # Start adb.
446 print "Starting adb logcat.\n"
448 adb = subprocess.Popen(['adb', 'logcat', '-s', '-v', 'time', 'WindowOrientationListener:V'], variable
450 adbout = NonBlockingStream(adb.stdout)
/frameworks/base/docs/html/tools/
H A Dtools_toc.cs170 <li><a href="<?cs var:toroot ?>tools/help/adb.html">adb</a></li>

Completed in 439 milliseconds