/frameworks/base/core/res/res/raw-zh-rCN/ |
nodomain.html | 11 <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
|
/frameworks/base/core/res/res/raw-zh-rTW/ |
nodomain.html | 11 <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
|
/sdk/eclipse/scripts/ |
gen_icon.py | 49 img = Image.new("RGBA", (sz4, sz4), (255,255,255,0)) 50 draw = ImageDraw.Draw(img) 66 img = img.resize((sz, sz), Image.BICUBIC) 67 img.save(data.dest_name, "PNG")
|
/external/libvpx/vpx/ |
vpx_image.h | 157 * \param[in] img Pointer to storage for descriptor. If this parameter 165 * \return Returns a pointer to the initialized image descriptor. If the img 166 * parameter is non-null, the value of the img parameter will be 169 vpx_image_t *vpx_img_alloc(vpx_image_t *img, 181 * \param[in] img Pointer to storage for descriptor. If this parameter 190 * \return Returns a pointer to the initialized image descriptor. If the img 191 * parameter is non-null, the value of the img parameter will be 194 vpx_image_t *vpx_img_wrap(vpx_image_t *img, 207 * \param[in] img Image descriptor 215 int vpx_img_set_rect(vpx_image_t *img, [all...] |
/external/clearsilver/imd/ |
imd.cs | 4 <TD><IMG name="frame0" border=0 height=8 width=8 src="0.gif"></TD> 5 <TD><IMG name="frame1" border=0 height=8 width=<?cs var:image.width ?> src="1.gif"></TD> 6 <TD><IMG name="frame2" border=0 height=8 width=8 src="2.gif"></TD> 9 <TD><IMG name="frame3" border=0 height=<?cs var:image.height ?> width=8 src="3.gif"></TD> 10 <TD><a href="<?cs var:link ?>"><img border=0 width=<?cs var:image.width ?> height=<?cs var:image.height ?> src="<?cs var:CGI.PathInfo?>?image=<?cs var:url_escape(Album) ?>/<?cs var:url_escape(image) ?>&width=<?cs var:image.width ?>&height=<?cs var:image.height ?>"></a></TD> 11 <TD><IMG name="frame4" border=0 height=<?cs var:image.height ?> width=8 src="4.gif"></TD> 14 <TD><IMG name="frame5" border=0 height=8 width=8 src="5.gif"></TD> 15 <TD><IMG name="frame6" border=0 height=8 width=<?cs var:image.width ?> src="6.gif"></TD> 16 <TD><IMG name="frame7" border=0 height=8 width=8 src="7.gif"></TD> 48 <TD><IMG name="frame0" border=0 height=8 width=8 src="0.gif"></TD [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
ImageLoader.java | 136 Image img = mLoadedImages.get(filename); local 137 if (img == null) { 142 img = new Image(display, imageStream); 143 if (img == null) { 147 mLoadedImages.put(filename, img); 149 return img; 153 return img; 177 Image img = loadImage(fileName, display); local 179 if (img == null) { 193 return img; 201 Image img = new Image(display, width, height); local [all...] |
/external/webkit/WebCore/platform/graphics/win/ |
ImageWin.cpp | 48 RefPtr<BitmapImage> img = BitmapImage::create(); local 49 img->setData(buffer.release(), true); 50 return img.release();
|
/external/libvpx/examples/includes/geshi/docs/api/ |
elementindex.html | 39 <img src="media/images/Method.png" alt="Method" title="Method" /></title> 47 <img src="media/images/Method.png" alt="Method" title="Method" /></title> 63 <img src="media/images/Method.png" alt="Method" title="Method" /></title> 79 <img src="media/images/Method.png" alt="Method" title="Method" /></title> 87 <img src="media/images/Method.png" alt="Method" title="Method" /></title> 95 <img src="media/images/Method.png" alt="Method" title="Method" /></title> 103 <img src="media/images/Method.png" alt="Method" title="Method" /></title> 111 <img src="media/images/Method.png" alt="Method" title="Method" /></title> 119 <img src="media/images/Method.png" alt="Method" title="Method" /></title> 127 <img src="media/images/Method.png" alt="Method" title="Method" /></title [all...] |
elementindex_geshi.html | 36 <img src="media/images/Method.png" alt="Method" title="Method" /></title> 44 <img src="media/images/Method.png" alt="Method" title="Method" /></title> 60 <img src="media/images/Method.png" alt="Method" title="Method" /></title> 76 <img src="media/images/Method.png" alt="Method" title="Method" /></title> 84 <img src="media/images/Method.png" alt="Method" title="Method" /></title> 92 <img src="media/images/Method.png" alt="Method" title="Method" /></title> 100 <img src="media/images/Method.png" alt="Method" title="Method" /></title> 108 <img src="media/images/Method.png" alt="Method" title="Method" /></title> 116 <img src="media/images/Method.png" alt="Method" title="Method" /></title> 124 <img src="media/images/Method.png" alt="Method" title="Method" /></title [all...] |
/bootable/recovery/etc/META-INF/com/google/android/ |
update-script | 8 write_raw_image PACKAGE:boot.img BOOT:
|
/cts/tools/signature-tools/templates/ |
Header.st | 3 <a href="http://code.google.com/android/documentation.html"><img style="border: 0;" src="http://code.google.com/android/images/android_icon_125.png"/></a>
|
/development/samples/Home/ |
_index.html | 9 <img alt="" src="../images/HomeSample.png" /
|
/development/samples/Snake/ |
_index.html | 10 <img alt="" src="../images/Snake.png" />
|
/development/samples/WiktionarySimple/ |
_index.html | 10 <img alt="" src="../images/WiktionarySimple.png"/>
|
/external/e2fsprogs/tests/f_crashdisk/ |
expect.1 | 2 ../e2fsck/e2fsck: The ext2 superblock is corrupt while trying to open ./test.img
|
/external/e2fsprogs/tests/r_move_itable/ |
script | 16 echo mke2fs -q -F -o Linux -b 1024 -g 256 test.img 1024 > $OUT 21 echo resize2fs -p test.img 10000 >> $OUT 35 echo dumpe2fs test.img >> $OUT 40 echo resize2fs -p test.img 20000 >> $OUT 54 echo dumpe2fs test.img >> $OUT 59 echo resize2fs -p test.img 30000 >> $OUT 73 echo dumpe2fs test.img >> $OUT 78 echo resize2fs -p test.img 40000 >> $OUT 92 echo dumpe2fs test.img >> $OUT
|
/external/genext2fs/ |
test-mount.sh | 39 /sbin/e2fsck -fn ext2.img || fail 41 mount -t ext2 -o ro,loop ext2.img mnt || fail 59 /sbin/e2fsck -fn ext2.img || fail 61 mount -t ext2 -o ro,loop ext2.img mnt || fail
|
/external/libvpx/examples/includes/HTML-Toc-0.91/t/ManualTest/ |
manualTest1.htm | 67 <img src=img.gif alt="Contents Compiler Disk v1"> 74 <img src=img.gif alt="Contents Compiler Disk v2">
|
/external/proguard/docs/ |
title.html | 12 <h1><img src="title.gif" width="154" height="29" alt="ProGuard"></h1>
|
/external/webkit/WebCore/manual-tests/ |
drag-enter-alert.html | 27 <img id="dragimage" src="resources/drag-image.png" width="32px" height="32px">
|
input-empty-on-focus.html | 1 <div><img width="200" height="200" src="resources/200x200.png"></div>
|
/frameworks/base/core/res/res/raw-ar/ |
loaderror.html | 11 <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
|
nodomain.html | 11 <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
|
/frameworks/base/core/res/res/raw-da/ |
loaderror.html | 11 <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
|
/frameworks/base/core/res/res/raw-de/ |
loaderror.html | 11 <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
|