Searched defs:adb (Results 1 – 6 of 6) sorted by relevance
/frameworks/compile/libbcc/tests/ |
D | bccarm | 29 def adb(args): function
|
D | test.py | 80 def adb(args): function
|
/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 | 418 adb = subprocess.Popen(['adb', 'logcat', '-s', '-v', 'time', 'WindowOrientationListener:V'], variable
|
/frameworks/base/core/jni/android/graphics/ |
D | BitmapRegionDecoder.cpp | 207 SkAutoTDelete<SkBitmap> adb(bitmap); in nativeDecodeRegion() local
|
D | BitmapFactory.cpp | 171 SkAutoTDelete<SkBitmap> adb(bitmap, (javaBitmap == NULL)); in doDecode() local
|