Searched defs:adb (Results 1 – 6 of 6) sorted by relevance
/frameworks/compile/libbcc/gdb_plugin/ |
D | android-commands.py | 337 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/ |
D | velocityplot.py | 280 adb = subprocess.Popen(['adb', 'logcat', '-s', '-v', 'time', 'Input:*', 'VelocityTracker:*'], variable
|
/frameworks/base/tools/orientationplot/ |
D | orientationplot.py | 448 adb = subprocess.Popen(['adb', 'logcat', '-s', '-v', 'time', 'WindowOrientationListener:V'], variable
|
/frameworks/base/core/jni/android/graphics/ |
D | BitmapRegionDecoder.cpp | 218 SkAutoTDelete<SkBitmap> adb; in nativeDecodeRegion() local
|
D | BitmapFactory.cpp | 281 SkAutoTDelete<SkBitmap> adb(outputBitmap == NULL ? new SkBitmap : NULL); in doDecode() local
|
/frameworks/base/core/tests/overlaytests/ |
D | testrunner.py | 33 adb = 'adb' variable
|