/external/chromium_org/third_party/WebKit/Source/core/css/ |
svg.css | 51 display: block
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderVideo.cpp | 255 if (const RenderBlock* block = rendererPlaceholder(this)) 256 return block->offsetLeft(); 262 if (const RenderBlock* block = rendererPlaceholder(this)) 263 return block->offsetTop(); 269 if (const RenderBlock* block = rendererPlaceholder(this)) 270 return block->offsetWidth(); 276 if (const RenderBlock* block = rendererPlaceholder(this)) 277 return block->offsetHeight();
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftsystem.h | 85 * Address of new memory block. 0~in case of failure. 99 * A function used to release a given block of memory. 105 * block :: 106 * The address of the target memory block. 111 void* block ); 120 * A function used to re-allocate a given block of memory. 127 * The block's current size in bytes. 130 * The block's requested new size. 132 * block :: 133 * The block's current address [all...] |
/external/chromium_org/ui/webui/resources/css/ |
butter_bar.css | 18 display: inline-block;
|
/external/clang/test/CodeGenCXX/ |
instantiate-blocks.cpp | 6 void (^block)(int); 23 T1 (^block)(char, T, T1, double) =
|
/external/clang/test/Sema/ |
block-args.c | 20 ^{return 2;}(arg); // expected-error {{too many arguments to block call}} 21 ^(void){return 3;}(1); // expected-error {{too many arguments to block call}} 22 ^(){return 4;}(arg); // expected-error {{too many arguments to block call}} 55 void (^block)(array_ty) = ^(array_ty arr) { }; 57 block(arr);
|
/external/e2fsprogs/lib/ext2fs/ |
tst_iscan.c | 38 static void test_read_blk(unsigned long block, int count, errcode_t err) 48 printf("%lu-%lu", block, block+count-1); 50 printf("%lu", block); 52 for (i=0; i < count; i++, block++) { 53 if (ext2fs_test_block_bitmap(touched_map, block)) { 54 printf("\nDuplicate block?!? --- %lu\n", block); 58 ext2fs_mark_block_bitmap(touched_map, block); 92 retval = ext2fs_allocate_block_bitmap(test_fs, "bad block map" [all...] |
/external/freetype/include/freetype/ |
ftsystem.h | 85 * Address of new memory block. 0~in case of failure. 99 * A function used to release a given block of memory. 105 * block :: 106 * The address of the target memory block. 111 void* block ); 120 * A function used to re-allocate a given block of memory. 127 * The block's current size in bytes. 130 * The block's requested new size. 132 * block :: 133 * The block's current address [all...] |
/external/kernel-headers/original/linux/mtd/ |
blktrans.h | 6 * Interface to Linux block layer for MTD 'translation layers'. 42 unsigned long block, char *buffer); 44 unsigned long block, char *buffer); 46 /* Block layer ioctls */
|
/external/libvpx/libvpx/vp8/common/ |
invtrans.h | 42 /* do 2nd order transform on the dc block */ 46 (&xd->block[24].dqcoeff[0], xd->qcoeff); 51 (&xd->block[24].dqcoeff[0], xd->qcoeff);
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
vp8_enc_stubs_sse2.c | 15 #include "vp8/encoder/block.h" 20 short *coeff_ptr = mb->block[0].coeff; 21 short *dcoef_ptr = mb->e_mbd.block[0].dqcoeff; 36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch)
|
/external/valgrind/main/memcheck/tests/ |
exitprog.stderr.exp | 3 Address 0x........ is 0 bytes after a block of size 1,000,000 alloc'd
|
fwrite.stderr.exp | 4 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
|
inline.stderr.exp | 4 Address 0x........ is 0 bytes after a block of size 40 alloc'd
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastcodemb.h | 32 Int(*DCT)(Int block[ ], Int coeff[ ], approxDCT *); 55 Int getBlockSAV(Int block[]); 60 Int AppVCA1_dct(Int block[], Int out[ ], approxDCT *function); 61 Int AppVCA2_dct(Int block[], Int out[ ], approxDCT *function); 62 Int AppVCA3_dct(Int block[], Int out[ ], approxDCT *function); 63 Int AppVCA4_dct(Int block[], Int out[ ], approxDCT *function); 64 Int AppVCA5_dct(Int block[], Int out[ ], approxDCT *function); 97 void BlockIDCTMotionComp(Int *block, UChar *bitmapcol, UChar bitmaprow,
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
blktrans.h | 43 unsigned long block, char *buffer); 45 unsigned long block, char *buffer);
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/ |
blktrans.h | 43 unsigned long block, char *buffer); 45 unsigned long block, char *buffer);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/ |
blktrans.h | 43 unsigned long block, char *buffer); 45 unsigned long block, char *buffer);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/ |
blktrans.h | 43 unsigned long block, char *buffer); 45 unsigned long block, char *buffer);
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/ |
blktrans.h | 43 unsigned long block, char *buffer); 45 unsigned long block, char *buffer);
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mtd/ |
blktrans.h | 43 unsigned long block, char *buffer); 45 unsigned long block, char *buffer);
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
blktrans.h | 43 unsigned long block, char *buffer); 45 unsigned long block, char *buffer);
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
blktrans.h | 43 unsigned long block, char *buffer); 45 unsigned long block, char *buffer);
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/mtd/ |
blktrans.h | 43 unsigned long block, char *buffer); 45 unsigned long block, char *buffer);
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/mtd/ |
blktrans.h | 43 unsigned long block, char *buffer); 45 unsigned long block, char *buffer);
|