Searched defs:b2 (Results 1 – 12 of 12) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | PorterDuffXfermodeTest.java | 39 Bitmap b2 = Bitmap.createBitmap(WIDTH, HEIGHT / 2, Config.ARGB_8888); in testPorterDuffXfermode() local
|
D | PorterDuffColorFilterTest.java | 36 Bitmap b2 = Bitmap.createBitmap(width, height / 2, Config.ARGB_8888); in testPorterDuffColorFilter() local
|
D | PixelXorXfermodeTest.java | 34 Bitmap b2 = Bitmap.createBitmap(width, height / 2, Config.ARGB_8888); in testPixelXorXfermode() local
|
/cts/libs/deviceutil/src/android/cts/util/ |
D | WidgetTestUtils.java | 41 public static void assertEquals(Bitmap b1, Bitmap b2) { in assertEquals()
|
/cts/tests/tests/app/src/android/app/cts/ |
D | TimePickerDialogTest.java | 135 Bundle b2 = timePickerDialog.onSaveInstanceState(); in testOnRestoreInstanceState() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | TypeTest.java | 195 Type.Builder b2 = new Type.Builder(mRS, Element.F32(mRS)); in testEquals() local
|
D | ScriptGroupTest.java | 389 ScriptGroup.Binding b2 = new ScriptGroup.Binding(s.getFieldID_a(), unbound); in testBuilder2GatherScatterAcrossKernelsViaGlobals() local 446 ScriptGroup.Binding b2 = new ScriptGroup.Binding(s.getFieldID_a(), unbound); in testBuilder2KernelOutputToGlobal() local
|
D | ComputeTest.java | 54 Byte2 b2 = new Byte2(); in testJavaVectorTypes() local
|
D | AllocationTest.java | 692 Type.Builder b2 = new Type.Builder(mRS, Element.I32(mRS)); in testCopyFromAllocation() local
|
/cts/tests/tests/net/src/android/net/cts/ |
D | UriTest.java | 117 Uri b2 = Uri.parse("foo:b"); in testCompareTo() local
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
D | SensorManagerStaticTest.java | 475 int b1, b2, b3; // AXIS_X/Y/Z w/ or w/o MINUS in testRemapCoordinateSystem() local 506 assertTrue(SensorManager.remapCoordinateSystem(mat9to16(R), b1, b2, Rout2)); in testRemapCoordinateSystem() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BundleTest.java | 70 final Bundle b2 = new Bundle(b1); in testBundle() local
|