Home
last modified time | relevance | path

Searched defs:adb (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py337 def __init__(self, adb, name="android-status", cat=gdb.COMMAND_OBSCURE, verbose=False): argument
427 def __init__ (self, adb, name="start-android-app", cat=gdb.COMMAND_RUNNING, verbose=False): argument
581 def __init__(self, adb, name="run-android-app", cat=gdb.COMMAND_RUNNING, verbose=False): argument
591 def __init__(self, adb, name="attach-android-app", cat=gdb.COMMAND_RUNNING, verbose=False): argument
658 def __init__(self, adb, name="load-android-app", cat=gdb.COMMAND_RUNNING, verbose=False): argument
728 def __init__(self, adb, name="set-android-device", cat=gdb.COMMAND_RUNNING, verbose=False): argument
749 def initOnce(adb): argument
760 adb = ADB(verbose=be_verbose) variable
/frameworks/base/tools/velocityplot/
Dvelocityplot.py280 adb = subprocess.Popen(['adb', 'logcat', '-s', '-v', 'time', 'Input:*', 'VelocityTracker:*'], variable
/frameworks/base/tools/orientationplot/
Dorientationplot.py448 adb = subprocess.Popen(['adb', 'logcat', '-s', '-v', 'time', 'WindowOrientationListener:V'], variable
/frameworks/base/core/jni/android/graphics/
DBitmapRegionDecoder.cpp218 SkAutoTDelete<SkBitmap> adb; in nativeDecodeRegion() local
DBitmapFactory.cpp281 SkAutoTDelete<SkBitmap> adb(outputBitmap == NULL ? new SkBitmap : NULL); in doDecode() local
/frameworks/base/core/tests/overlaytests/
Dtestrunner.py33 adb = 'adb' variable