HomeSort by relevance Sort by last modified time
    Searched full:image (Results 1 - 25 of 10027) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/markdown/tests/markdown-test/
angle-links-and-img.txt 2 ![image](<http://example.com/image.jpg>)
4 ![image](<link(()))(>)
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/pageserializer/
import_style_from_link.css 2 background-image:url('orange_background.png');
import_styles.css 2 background-image: url('yellow_background.png');
link_styles.css 4 background-image: url('red_background.png');
  /external/chromium_org/chrome/browser/profiles/
profile_info_util.h 8 #include "ui/gfx/image/image.h"
16 // Returns a version of |image| of a specific size and with a grey border.
19 gfx::Image GetSizedAvatarIconWithBorder(const gfx::Image& image,
23 // Returns a version of |image| suitable for use in menus.
24 gfx::Image GetAvatarIconForMenu(const gfx::Image& image,
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_image.c 49 void opd_delete_image(struct opd_image * image)
51 verbprintf(vmisc, "Deleting image: name %s app_name %s, kernel %d, "
53 image->name, image->app_name, image->kernel,
54 image->tid, image->tgid, (int)image->ref_count);
56 if (image->ref_count <= 0) {
57 printf("image->ref_count < 0 for image: name %s app_name %s,
87 struct opd_image * image = local
133 struct opd_image * image; local
225 struct opd_image * image = 0; local
252 struct opd_image * image; local
    [all...]
opd_image.h 32 /** all samples files belonging to this image */
34 /** name of this image */
36 /** the application name where belongs this image, NULL if image has
45 /** kernel image or not */
47 /** non zero if this image must be profiled */
55 * @param imagecb callback to apply onto each existing image struct
58 * allowed to freeze the image struct itself.
68 * @param image the image pointe
    [all...]
  /development/tools/emulator/skins/HVGA/
layout 4 image background_port.png
9 image background_land.png
24 image controls.png
28 image button.png
33 image button.png
38 image button.png
43 image arrow_up.png
48 image arrow_down.png
53 image arrow_left.png
58 image arrow_right.pn
    [all...]
  /development/tools/emulator/skins/QVGA/
layout 4 image background_port.png
9 image background_land.png
24 image controls.png
28 image button.png
33 image button.png
38 image button.png
43 image arrow_up.png
48 image arrow_down.png
53 image arrow_left.png
58 image arrow_right.pn
    [all...]
  /development/tools/emulator/skins/WQVGA400/
layout 4 image background_port.png
9 image background_land.png
24 image controls.png
28 image button.png
33 image button.png
38 image button.png
43 image arrow_up.png
48 image arrow_down.png
53 image arrow_left.png
58 image arrow_right.pn
    [all...]
  /development/tools/emulator/skins/WQVGA432/
layout 4 image background_port.png
9 image background_land.png
24 image controls.png
28 image button.png
33 image button.png
38 image button.png
43 image arrow_up.png
48 image arrow_down.png
53 image arrow_left.png
58 image arrow_right.pn
    [all...]
  /development/tools/emulator/skins/WVGA800/
layout 4 image background_port.png
9 image background_land.png
24 image controls.png
28 image button.png
33 image button.png
38 image button.png
43 image arrow_up.png
48 image arrow_down.png
53 image arrow_left.png
58 image arrow_right.pn
    [all...]
  /development/tools/emulator/skins/WVGA854/
layout 4 image background_port.png
9 image background_land.png
24 image controls.png
28 image button.png
33 image button.png
38 image button.png
43 image arrow_up.png
48 image arrow_down.png
53 image arrow_left.png
58 image arrow_right.pn
    [all...]
  /device/sample/skins/WVGAMedDpi/
layout 4 image background_port.png
9 image background_land.png
24 image controls.png
28 image button.png
33 image button.png
38 image button.png
43 image arrow_up.png
48 image arrow_down.png
53 image arrow_left.png
58 image arrow_right.pn
    [all...]
  /external/chromium/webkit/glue/
webkit_glue_unittest.cc 12 std::string data("not an image");
13 SkBitmap image; local
14 EXPECT_FALSE(webkit_glue::DecodeImage(data, &image));
15 EXPECT_TRUE(image.isNull());
23 SkBitmap image; local
24 EXPECT_TRUE(webkit_glue::DecodeImage(data, &image));
25 EXPECT_FALSE(image.isNull());
26 EXPECT_EQ(2, image.width());
27 EXPECT_EQ(2, image.height());
28 EXPECT_EQ(SkBitmap::kARGB_8888_Config, image.config())
    [all...]
  /external/chromium_org/content/test/data/accessibility/
input-image-button-in-menu.html 4 <input type="image" src="bullet.png" alt="Bullet" value="Image button in menu element">
7 <input type="image" src="bullet.png" alt="Bullet" value="Image button in element with menu role">
  /external/chromium_org/content/test/data/
content-sniffer-test2.html.mock-http-headers 2 Content-Type: image/gif
  /external/chromium_org/ppapi/c/documentation/images-dox/
README.txt 2 API reference doc. To include an image, use code like the following:
4 @image html figure.jpg
8 @image html figure.jpg "Test image"
  /external/chromium_org/ppapi/cpp/documentation/images-dox/
README.txt 2 API reference doc. To include an image, use code like the following:
4 @image html figure.jpg
8 @image html figure.jpg "Test image"
  /external/chromium_org/tools/telemetry/unittest_data/
image_decoding.html 6 <img src="image.png">
  /external/markdown/tests/misc/
image_in_links.txt 3 [![altname](path/to/img_thumb.png)](path/to/image.png)
  /sdk/emulator/skins/dynamic/
layout 18 image dpad_on.png
24 image arrow_up.png
29 image arrow_down.png
34 image arrow_left.png
39 image arrow_right.png
44 image select.png
53 image dpad_off.png
61 image hwkeys_on.png
67 image button.png
72 image button.pn
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/pageserializer/input-image/
input-image.html 5 <title>PageSerializer Test - Image Button</title>
8 <h1>PageSerializer Test - Image Button</h1>
12 <tr><th>Type</th><th>Image Button</th></tr>
15 <tr><td>Existing</td><td><input type="image" src="button.png"></td></tr>
16 <tr><td>Non-existing</td><td><input type="image" src="non-existing-button.png"></td></tr>
17 <tr><td>Empty src</td><td><input type="image" src=""></td></tr>
18 <tr><td>No src</td><td><input type="image"></td></tr>
19 <tr><td>Data URI</td><td><input type="image" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAElBMVEVFR0J7f3N8mzuoqqedzTbT1dLaw9sTAAAAD0lEQVQI12NwgQOG4cYEANXmNSHGLZJkAAAAAElFTkSuQmCC"></td></tr>
  /external/opencv/cxcore/include/
cxcore.hpp 49 CvImage() : image(0), refcount(0) {}
52 image = cvCreateImage( size, depth, channels );
53 refcount = image ? new int(1) : 0;
56 CvImage( IplImage* img ) : image(img)
58 refcount = image ? new int(1) : 0;
61 CvImage( const CvImage& img ) : image(img.image), refcount(img.refcount)
66 CvImage( const char* filename, const char* imgname=0, int color=-1 ) : image(0), refcount(0)
69 CvImage( CvFileStorage* fs, const char* mapname, const char* imgname ) : image(0), refcount(0)
72 CvImage( CvFileStorage* fs, const char* seqname, int idx ) : image(0), refcount(0
205 IplImage* image; member in class:CvImage
    [all...]
  /external/replicaisland/res/xml/
level_0_2_dialog_kabocha.xml 6 image="@drawable/kabocha_closeup_normal"
12 image="@drawable/kabocha_closeup_normal"
18 image="@drawable/kabocha_closeup_normal"
27 image="@drawable/kabocha_closeup_normal"
33 image="@drawable/kabocha_closeup_normal"
39 image="@drawable/kabocha_closeup_normal"
48 image="@drawable/kabocha_closeup_normal"
54 image="@drawable/kabocha_closeup_normal"
62 image="@drawable/kabocha_closeup_normal"
68 image="@drawable/kabocha_closeup_normal
    [all...]

Completed in 3760 milliseconds

1 2 3 4 5 6 7 8 91011>>