/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | BitmapFactoryTest.java | 22 …Bitmap bitmap = BitmapFactory.decodeResource(Robolectric.application.getResources(), R.drawable.an… in decodeResource_shouldSetDescription() local 31 …Bitmap bitmap = BitmapFactory.decodeResource(Robolectric.application.getResources(), R.drawable.an… in decodeResourceWithOpts_shouldSetDescription() local 41 Bitmap bitmap = BitmapFactory.decodeFile("/some/file.jpg"); in decodeFile_shouldSetDescription() local 50 Bitmap bitmap = BitmapFactory.decodeStream(inputStream); in decodeStream_shouldSetDescription() local 60 …Bitmap bitmap = BitmapFactory.decodeResource(Robolectric.application.getResources(), R.drawable.an… in decodeResource_shouldGetWidthAndHeightFromHints() local 71 …Bitmap bitmap = BitmapFactory.decodeResource(Robolectric.application.getResources(), R.drawable.an… in decodeResourceWithOpts_shouldGetWidthAndHeightFromHints() local 83 …Bitmap bitmap = BitmapFactory.decodeResource(Robolectric.application.getResources(), R.drawable.an… in decodeResource_canTakeOptions() local 91 Bitmap bitmap = BitmapFactory.decodeFile("/some/file.jpg"); in decodeFile_shouldGetWidthAndHeightFromHints() local 111 …Bitmap bitmap = MediaStore.Images.Media.getBitmap(Robolectric.application.getContentResolver(), Ur… in decodeUri_shouldGetWidthAndHeightFromHints() local 122 Bitmap bitmap = BitmapFactory.decodeStream(inputStream); in decodeStream_shouldGetWidthAndHeightFromHints() local
|
D | BitmapTest.java | 34 Bitmap bitmap = Bitmap.createBitmap(100, 200, Config.ARGB_8888); in shouldCreateActiveBitmap() local 40 Bitmap bitmap = Bitmap.createBitmap(100, 200, Config.ARGB_8888); in shouldCreateBitmapWithCorrectConfig() local 55 Bitmap bitmap = Bitmap.createBitmap(100, 200, Config.ARGB_8888); in shouldRecycleBitmap() local 126 Bitmap bitmap = Robolectric.newInstanceOf(Bitmap.class); in visualize_shouldReturnDescription() local 135 Bitmap bitmap = Robolectric.newInstanceOf(Bitmap.class); in shouldCopyBitmap() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | bitops.h | 378 _INLINE_ int ext2fs_mark_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_mark_block_bitmap() 385 _INLINE_ int ext2fs_unmark_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_unmark_block_bitmap() 392 _INLINE_ int ext2fs_test_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_test_block_bitmap() 399 _INLINE_ int ext2fs_mark_inode_bitmap(ext2fs_inode_bitmap bitmap, in ext2fs_mark_inode_bitmap() 406 _INLINE_ int ext2fs_unmark_inode_bitmap(ext2fs_inode_bitmap bitmap, in ext2fs_unmark_inode_bitmap() 413 _INLINE_ int ext2fs_test_inode_bitmap(ext2fs_inode_bitmap bitmap, in ext2fs_test_inode_bitmap() 420 _INLINE_ void ext2fs_fast_mark_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_fast_mark_block_bitmap() 426 _INLINE_ void ext2fs_fast_unmark_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_fast_unmark_block_bitmap() 432 _INLINE_ int ext2fs_fast_test_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_fast_test_block_bitmap() 439 _INLINE_ void ext2fs_fast_mark_inode_bitmap(ext2fs_inode_bitmap bitmap, in ext2fs_fast_mark_inode_bitmap() [all …]
|
D | blkmap64_ba.c | 42 static errcode_t ba_alloc_private_data (ext2fs_generic_bitmap bitmap) in ba_alloc_private_data() 71 ext2fs_generic_bitmap bitmap) in ba_new_bmap() 88 static void ba_free_bmap(ext2fs_generic_bitmap bitmap) in ba_free_bmap() 164 static int ba_mark_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) in ba_mark_bmap() 172 static int ba_unmark_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) in ba_unmark_bmap() 180 static int ba_test_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) in ba_test_bmap() 188 static void ba_mark_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 arg, in ba_mark_bmap_extent() 199 static void ba_unmark_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 arg, in ba_unmark_bmap_extent() 210 static int ba_test_clear_bmap_extent(ext2fs_generic_bitmap bitmap, in ba_test_clear_bmap_extent() 284 static errcode_t ba_set_bmap_range(ext2fs_generic_bitmap bitmap, in ba_set_bmap_range() [all …]
|
D | gen_bitmap.c | 36 char * bitmap; member 55 void ext2fs_warn_bitmap2(ext2fs_generic_bitmap bitmap, in ext2fs_warn_bitmap2() 67 static errcode_t check_magic(ext2fs_generic_bitmap bitmap) in check_magic() 81 ext2fs_generic_bitmap bitmap; in ext2fs_make_generic_bitmap() local 153 void ext2fs_free_generic_bitmap(ext2fs_inode_bitmap bitmap) in ext2fs_free_generic_bitmap() 170 int ext2fs_test_generic_bitmap(ext2fs_generic_bitmap bitmap, in ext2fs_test_generic_bitmap() 192 int ext2fs_mark_generic_bitmap(ext2fs_generic_bitmap bitmap, in ext2fs_mark_generic_bitmap() 214 int ext2fs_unmark_generic_bitmap(ext2fs_generic_bitmap bitmap, in ext2fs_unmark_generic_bitmap() 236 __u32 ext2fs_get_generic_bitmap_start(ext2fs_generic_bitmap bitmap) in ext2fs_get_generic_bitmap_start() 253 __u32 ext2fs_get_generic_bitmap_end(ext2fs_generic_bitmap bitmap) in ext2fs_get_generic_bitmap_end() [all …]
|
D | gen_bitmap64.c | 70 static void warn_bitmap(ext2fs_generic_bitmap bitmap, in warn_bitmap() 95 ext2fs_generic_bitmap bitmap; in ext2fs_alloc_generic_bmap() local 177 static void ext2fs_print_bmap_statistics(ext2fs_generic_bitmap bitmap) in ext2fs_print_bmap_statistics() 361 errcode_t ext2fs_fudge_generic_bmap_end(ext2fs_generic_bitmap bitmap, in ext2fs_fudge_generic_bmap_end() 390 __u64 ext2fs_get_generic_bmap_start(ext2fs_generic_bitmap bitmap) in ext2fs_get_generic_bmap_start() 404 __u64 ext2fs_get_generic_bmap_end(ext2fs_generic_bitmap bitmap) in ext2fs_get_generic_bmap_end() 418 void ext2fs_clear_generic_bmap(ext2fs_generic_bitmap bitmap) in ext2fs_clear_generic_bmap() 426 int ext2fs_mark_generic_bmap(ext2fs_generic_bitmap bitmap, in ext2fs_mark_generic_bmap() 463 int ext2fs_unmark_generic_bmap(ext2fs_generic_bitmap bitmap, in ext2fs_unmark_generic_bmap() 493 int ext2fs_test_generic_bmap(ext2fs_generic_bitmap bitmap, in ext2fs_test_generic_bmap() [all …]
|
D | blkmap64_rb.c | 172 static errcode_t rb_alloc_private_data (ext2fs_generic_bitmap bitmap) in rb_alloc_private_data() 196 ext2fs_generic_bitmap bitmap) in rb_new_bmap() 220 static void rb_free_bmap(ext2fs_generic_bitmap bitmap) in rb_free_bmap() 569 static int rb_mark_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) in rb_mark_bmap() 579 static int rb_unmark_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) in rb_unmark_bmap() 594 static int rb_test_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) in rb_test_bmap() 604 static void rb_mark_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 arg, in rb_mark_bmap_extent() 615 static void rb_unmark_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 arg, in rb_unmark_bmap_extent() 627 static int rb_test_clear_bmap_extent(ext2fs_generic_bitmap bitmap, in rb_test_clear_bmap_extent() 683 static errcode_t rb_set_bmap_range(ext2fs_generic_bitmap bitmap, in rb_set_bmap_range() [all …]
|
D | bitmaps.c | 32 void ext2fs_free_inode_bitmap(ext2fs_inode_bitmap bitmap) in ext2fs_free_inode_bitmap() 37 void ext2fs_free_block_bitmap(ext2fs_block_bitmap bitmap) in ext2fs_free_block_bitmap() 154 int ext2fs_get_bitmap_granularity(ext2fs_block_bitmap bitmap) in ext2fs_get_bitmap_granularity() 164 errcode_t ext2fs_fudge_inode_bitmap_end(ext2fs_inode_bitmap bitmap, in ext2fs_fudge_inode_bitmap_end() 178 errcode_t ext2fs_fudge_block_bitmap_end(ext2fs_block_bitmap bitmap, in ext2fs_fudge_block_bitmap_end() 187 errcode_t ext2fs_fudge_block_bitmap_end2(ext2fs_block_bitmap bitmap, in ext2fs_fudge_block_bitmap_end2() 195 void ext2fs_clear_inode_bitmap(ext2fs_inode_bitmap bitmap) in ext2fs_clear_inode_bitmap() 200 void ext2fs_clear_block_bitmap(ext2fs_block_bitmap bitmap) in ext2fs_clear_block_bitmap()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
D | LruBitmapPool.java | 64 public synchronized boolean put(Bitmap bitmap) { in put() 180 void add(Bitmap bitmap); in add() 181 void remove(Bitmap bitmap); in remove() 190 public void add(Bitmap bitmap) { in add() 199 public void remove(Bitmap bitmap) { in remove() 209 public void add(Bitmap bitmap) { in add() 214 public void remove(Bitmap bitmap) { in remove()
|
D | LruPoolStrategy.java | 6 void put(Bitmap bitmap); in put() 9 String logBitmap(Bitmap bitmap); in logBitmap() 11 int getSize(Bitmap bitmap); in getSize()
|
D | AttributeStrategy.java | 14 public void put(Bitmap bitmap) { in put() 33 public String logBitmap(Bitmap bitmap) { in logBitmap() 43 public int getSize(Bitmap bitmap) { in getSize() 52 private static String getBitmapString(Bitmap bitmap) { in getBitmapString()
|
D | SizeStrategy.java | 23 public void put(Bitmap bitmap) { in put() 74 public String logBitmap(Bitmap bitmap) { in logBitmap() 85 public int getSize(Bitmap bitmap) { in getSize() 114 private static String getBitmapString(Bitmap bitmap) { in getBitmapString()
|
/external/skia/gm/ |
D | bitmappremul.cpp | 25 static void init_bitmap(SkColorType ct, SkBitmap* bitmap) { in init_bitmap() 32 SkBitmap bitmap; in make_argb8888_gradient() local 49 SkBitmap bitmap; in make_argb4444_gradient() local 66 SkBitmap bitmap; in make_argb8888_stripes() local 85 SkBitmap bitmap; in make_argb4444_stripes() local
|
D | bitmaprect.cpp | 16 static void make_bitmap(SkBitmap* bitmap) { in make_bitmap() 61 SkBitmap bitmap; in onDraw() local 91 static void make_3x3_bitmap(SkBitmap* bitmap) { in make_3x3_bitmap() 139 SkBitmap bitmap; in onDraw() local 153 static void make_big_bitmap(SkBitmap* bitmap) { in make_big_bitmap()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | BitmapResource.java | 13 private final Bitmap bitmap; field in BitmapResource 23 public static BitmapResource obtain(Bitmap bitmap, BitmapPool bitmapPool) { in obtain() 31 public BitmapResource(Bitmap bitmap, BitmapPool bitmapPool) { in BitmapResource()
|
/external/jemalloc/test/unit/ |
D | bitmap.c | 26 bitmap_t *bitmap = malloc(sizeof(bitmap_t) * in TEST_BEGIN() local 49 bitmap_t *bitmap = malloc(sizeof(bitmap_t) * in TEST_BEGIN() local 72 bitmap_t *bitmap = malloc(sizeof(bitmap_t) * in TEST_BEGIN() local 101 bitmap_t *bitmap = malloc(sizeof(bitmap_t) * in TEST_BEGIN() local
|
/external/valgrind/drd/ |
D | pub_drd_bitmap.h | 69 struct bitmap struct 80 struct bitmap* DRD_(bm_new)(void); argument
|
/external/skia/tools/ |
D | chrome_fuzz.cpp | 29 static void run_test_case(const SkString& testdata, const SkBitmap& bitmap, in run_test_case() 57 static bool read_and_run_test_case(const char* filename, const SkBitmap& bitmap, in read_and_run_test_case() 70 SkBitmap bitmap; in main() local
|
/external/skia/src/effects/ |
D | SkBitmapSource.cpp | 15 SkBitmapSource::SkBitmapSource(const SkBitmap& bitmap) in SkBitmapSource() 24 SkBitmapSource::SkBitmapSource(const SkBitmap& bitmap, in SkBitmapSource() 44 SkBitmap bitmap; in CreateProc() local
|
/external/skia/tests/ |
D | BitmapHasherTest.cpp | 18 static void CreateTestBitmap(SkBitmap* bitmap, int width, int height, in CreateTestBitmap() 26 SkBitmap bitmap; in DEF_TEST() local
|
/external/jemalloc/include/jemalloc/internal/ |
D | bitmap.h | 114 bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo) in bitmap_full() 123 bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) in bitmap_get() 135 bitmap_set(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) in bitmap_set() 169 bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo) in bitmap_sfu() 191 bitmap_unset(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) in bitmap_unset()
|
/external/openssh/ |
D | bitmap.c | 30 struct bitmap { struct 36 struct bitmap * argument
|
/external/skia/src/utils/ |
D | SkBitmapHasher.cpp | 33 /*static*/ bool SkBitmapHasher::ComputeDigestInternal(const SkBitmap& bitmap, uint64_t *result) { in ComputeDigestInternal() 52 /*static*/ bool SkBitmapHasher::ComputeDigest(const SkBitmap& bitmap, uint64_t *result) { in ComputeDigest()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowBitmapDrawable.java | 20 private Bitmap bitmap; field in ShadowBitmapDrawable 29 public void __constructor__(Bitmap bitmap) { in __constructor__() 33 public void __constructor__(Resources resources, Bitmap bitmap) { in __constructor__()
|
/external/skia/samplecode/ |
D | SampleWritePixels.cpp | 19 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap() 47 SkBitmap bitmap; in onDrawContent() local
|