/external/e2fsprogs/tests/f_ext_journal/ |
script | 1 FSCK_OPT="-fy -j journal.img" 2 SECOND_FSCK_OPT="-fy -j journal.img" 4 gunzip < $test_dir/journal.gz > journal.img 8 rm -f journal.img
|
/external/libvpx/vpx/src/ |
vpx_image.c | 16 static vpx_image_t *img_alloc_helper(vpx_image_t *img, 104 if (!img) 106 img = (vpx_image_t *)calloc(1, sizeof(vpx_image_t)); 108 if (!img) 111 img->self_allocd = 1; 115 memset(img, 0, sizeof(vpx_image_t)); 118 img->img_data = img_data; 122 img->img_data = malloc((fmt & VPX_IMG_FMT_PLANAR) ? h * w * bps / 8 : h * s); 123 img->img_data_owner = 1; 126 if (!img->img_data [all...] |
/bootable/diskinstaller/ |
installer.conf | 10 filename /data/boot.img 16 filename /data/system.img 23 filename /data/userdata.img
|
/external/dropbear/libtommath/logs/ |
index.html | 8 <center><img src=addsub.png></center> 12 <center><img src=mult.png></center> 16 <center><img src=expt.png></center> 20 <center><img src=invmod.png></center>
|
/external/e2fsprogs/tests/m_mkfs_overhead/ |
expect.1 | 1 ./test.img: Cannot create filesystem with requested number of inodes while setting up superblock 2 ./test.img: Attempt to read block from filesystem resulted in short read while opening filesystem 5 ../e2fsck/e2fsck: Attempt to read block from filesystem resulted in short read while trying to open ./test.img 9 ../misc/dumpe2fs: Attempt to read block from filesystem resulted in short read while trying to open ./test.img
|
/external/webkit/WebCore/manual-tests/resources/ |
containsAnimatedGif.html | 2 <img src="http://127.0.0.1:8000/misc/resources/animated-gif-with-offsets.gif" />
|
popup200x100.html | 6 <img src="200x100.png" width="200" height="100">
|
popup200x200.html | 6 <img src="200x200.png" width="200" height="200">
|
/external/e2fsprogs/tests/ |
README | 24 exception is the okgroup.img filesystem, which contains no errors, and 37 baddir.img Filesystem with a corrupted directory 38 badbblocks.img Filesystem with illegal blocks in the bad block inode. 39 badinode.img Filesystem with various different corrupted inode 41 badlkcnt.img Filesystem with deleted files with non-zero link count 42 badroot.img Filesystem with a file for a root directory 43 badtable.img Filesystem with blocks shared between the bitmaps and 45 bbfile.img Filesystem with files containing bad blocks 46 bitmaps.img Filesystem with corrupted inode and block bitmaps 47 dirlink.img Filesystem with a hard link to a director [all...] |
/external/webkit/WebKit/qt/tests/qwebpage/resources/ |
frame_a.html | 1 <a href="http://google.com" target="frame_b"><img src="" width=100 height=100 alt="Google"></a> 2 <a href="http://yahoo.com" target="frame_b"><img src="" width=100 height=100 alt="Yahoo"></a>
|
/external/webkit/WebKit/qt/tests/qwebview/resources/ |
frame_a.html | 1 <a href="http://google.com" target="frame_b"><img src="" width=100 height=100 alt="Google"></a> 2 <a href="http://yahoo.com" target="frame_b"><img src="" width=100 height=100 alt="Yahoo"></a>
|
/external/e2fsprogs/tests/r_inline_xattr/ |
expect | 2 debugfs -R ''stat file'' ./test.img 2>&1 | grep ''^Inode\|in inode body\|name = '' 7 resize2fs ./test.img 5M 8 Resizing the filesystem on ./test.img to 5120 (1k) blocks. 9 The filesystem on ./test.img is now 5120 blocks long. 12 debugfs -R ''stat file'' ./test.img 2>&1 | grep ''^Inode\|in inode body\|name = ''
|
/external/e2fsprogs/lib/blkid/ |
test_probe.in | 5 for i in $SRCDIR/tests/*.img.bz2 7 TESTS="$TESTS `basename $i .img.bz2`" 16 if test ! -f $SRCDIR/tests/$i.img.bz2 -a \ 22 bunzip2 < $SRCDIR/tests/$i.img.bz2 > /tmp/test.img.$$ 23 ./tst_probe /tmp/test.img.$$ > tests/$i.out 24 /bin/rm -f /tmp/test.img.$$ tests/$i.ok tests/$i.failed
|
/external/webkit/WebKit/qt/tests/hybridPixmap/ |
test.html | 4 img { display: block; border-style: groove} 12 var img = obj.toHTMLImageElement(); 15 document.body.appendChild(img); 40 myWidget.pixmapSlot(img); 49 myWidget.pixmap = img; 54 <img id="img1" /> 55 <img id="img2" />
|
/external/e2fsprogs/tests/m_no_opt/ |
expect.1 | 2 ./test.img: Attempt to read block from filesystem resulted in short read while opening filesystem 5 ../e2fsck/e2fsck: Attempt to read block from filesystem resulted in short read while trying to open ./test.img 9 ../misc/dumpe2fs: Attempt to read block from filesystem resulted in short read while trying to open ./test.img
|
/external/webkit/WebCore/manual-tests/wml/ |
a-img-element.wml | 5 <p>Test for A element including img element. </p> 7 <a href="StartTests.wml" title="Next Page"><img src="resources/smiley.png"/></a>
|
anchor-element.wml | 8 <go href="anchor-img-element.wml"/> 26 <p>This is an anchor contains img element, bound to prev task<br/> 29 <img src="resources/smiley.png"/>
|
/device/samsung/crespo/ |
releasetools.py | 21 bootloader_img = info.input_zip.read("RADIO/bootloader.img") 23 print "no bootloader.img in target_files; skipping install" 25 common.ZipWriteStr(info.output_zip, "bootloader.img", bootloader_img) 27 info.script.WriteRawImage("/bootloader", "bootloader.img") 30 radio_img = info.input_zip.read("RADIO/radio.img") 32 print "no radio.img in target_files; skipping install" 34 common.ZipWriteStr(info.output_zip, "radio.img", radio_img) 36 info.script.WriteRawImage("/radio", "radio.img") 40 target_radio_img = info.target_zip.read("RADIO/radio.img") 41 source_radio_img = info.source_zip.read("RADIO/radio.img") [all...] |
/development/simulator/app/ |
LoadableImage.cpp | 57 wxImage img(mName); 72 wxImage img(astr); 75 mWidth = img.GetWidth(); 76 mHeight = img.GetHeight(); 80 //delete img; 84 mpBitmap = new wxBitmap(img); 86 //delete img;
|
/external/libvpx/examples/ |
decode_to_md5.txt | 35 unsigned char *buf =img->planes[plane]; 37 for(y=0; y<img->d_h >> (plane?1:0); y++) { 38 MD5Update(&md5, buf, img->d_w >> (plane?1:0)); 39 buf += img->stride[plane]; 46 fprintf(outfile, " img-%dx%d-%04d.i420\n", img->d_w, img->d_h,
|
decoder_tmpl.txt | 42 while((img = vpx_codec_get_frame(&codec, &iter))) { 48 unsigned char *buf =img->planes[plane]; 50 for(y=0; y<img->d_h >> (plane?1:0); y++) { 51 fwrite(buf, 1, img->d_w >> (plane?1:0), outfile); 52 buf += img->stride[plane];
|
/external/proguard/docs/ |
testimonials.html | 29 <td class="shadow8"><img src="drop2.gif" width="8" height="100"></td></tr><tr> 30 <td class="shadow400"><img src="drop1.gif" width="400" height="8"></td> 31 <td class="shadow8"><img src="drop3.gif" width="8" height="8"></td> 41 <td class="shadow8"><img src="drop2.gif" width="8" height="100"></td></tr><tr> 42 <td class="shadow400"><img src="drop1.gif" width="400" height="8"></td> 43 <td class="shadow8"><img src="drop3.gif" width="8" height="8"></td> 53 <td class="shadow8"><img src="drop2.gif" width="8" height="100"></td></tr><tr> 54 <td class="shadow400"><img src="drop1.gif" width="400" height="8"></td> 55 <td class="shadow8"><img src="drop3.gif" width="8" height="8"></td> 65 <td class="shadow8"><img src="drop2.gif" width="8" height="100"></td></tr><tr [all...] |
/build/tools/releasetools/ |
img_from_target_files | 53 print "creating userdata.img..." 61 img = tempfile.NamedTemporaryFile() 66 user_dir, img.name, 76 build_command.append(img.name) 80 assert p.returncode == 0, "build userdata.img image failed" 82 common.CheckSize(img.name, "userdata.img", OPTIONS.info_dict) 83 output_zip.write(img.name, "userdata.img") 84 img.close( [all...] |
/frameworks/base/media/libstagefright/codecs/on2/dec/ |
VPXDecoder.cpp | 205 vpx_image_t *img = vpx_codec_get_frame((vpx_codec_ctx_t *)mCtx, &iter); local 207 if (img == NULL) { 214 CHECK_EQ(img->fmt, IMG_FMT_I420); 216 int32_t width = img->d_w; 217 int32_t height = img->d_h; 240 const uint8_t *srcLine = (const uint8_t *)img->planes[PLANE_Y]; 242 for (size_t i = 0; i < img->d_h; ++i) { 243 memcpy(dst, srcLine, img->d_w); 245 srcLine += img->stride[PLANE_Y]; 246 dst += img->d_w [all...] |
/external/e2fsprogs/tests/d_loaddump/ |
expect | 2 mke2fs -Fq -b 1024 ./test.img 512 4 debugfs -R ''write test.data test_data'' -w ./test.img 15 debugfs -R ''dump test_data test.verify'' ./test.img
|