Searched refs:bitmap2 (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/drd/ |
D | drd_bitmap.h | 333 struct bitmap2 struct 341 static void bm2_clear(struct bitmap2* const bm2); argument 343 struct bitmap2* bm2_insert(struct bitmap* const bm, const UWord a1); 380 struct bitmap2** bm2) in bm_cache_lookup() 459 struct bitmap2* const bm2) in bm_update_cache() 502 const struct bitmap2* bm2_lookup(struct bitmap* const bm, const UWord a1) in bm2_lookup() 504 struct bitmap2* bm2; in bm2_lookup() 526 struct bitmap2* 529 struct bitmap2* bm2; in bm2_lookup_exclusive() 545 void bm2_clear(struct bitmap2* const bm2) in bm2_clear() [all …]
|
D | drd_bitmap.c | 39 static void bm2_merge(struct bitmap2* const bm2l, 40 const struct bitmap2* const bm2r); 41 static void bm2_print(const struct bitmap2* const bm2); 59 VG_(free), 512, sizeof(struct bitmap2)); in DRD_() 153 struct bitmap2* bm2; in DRD_() 250 struct bitmap2* bm2; in DRD_() 345 struct bitmap2* bm2; in DRD_() 375 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_() 428 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_() 483 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_() [all …]
|
D | pub_drd_bitmap.h | 63 struct bitmap2* bm2;
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | BitmapTest.java | 85 Bitmap bitmap2 = Robolectric.newInstanceOf(Bitmap.class); in shouldReceiveDescriptionWhenDrawingToCanvas() local 86 shadowOf(bitmap2).appendDescription("Bitmap Two"); in shouldReceiveDescriptionWhenDrawingToCanvas() 89 canvas.drawBitmap(bitmap2, 0, 0, null); in shouldReceiveDescriptionWhenDrawingToCanvas() 99 Bitmap bitmap2 = Robolectric.newInstanceOf(Bitmap.class); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint() local 100 shadowOf(bitmap2).appendDescription("Bitmap Two"); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint() 103 canvas.drawBitmap(bitmap2, new Matrix(), null); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint() 113 Bitmap bitmap2 = Robolectric.newInstanceOf(Bitmap.class); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect() local 114 shadowOf(bitmap2).appendDescription("Bitmap Two"); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect() 119 canvas.drawBitmap(bitmap2, new Matrix(), paint); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect()
|