Searched defs:adb (Results 1 - 4 of 4) sorted by relevance

/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/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/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp217 SkAutoTDelete<SkBitmap> adb; local
225 adb.reset(bitmap);
248 adb.detach();
/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...]

Completed in 151 milliseconds