HomeSort by relevance Sort by last modified time
    Searched refs:IMAGE (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
jsonresults_unittest.py 57 "expected": "PASS FAIL IMAGE TIMEOUT CRASH MISSING",
99 "expected": "IMAGE",
100 "actual": "IMAGE",
126 "IMAGE": 1,
130 "IMAGE+TEXT": 0,
384 "num_failures_by_type": {"AUDIO": [0], "CRASH": [3], "FAIL": [2], "IMAGE": [1], "IMAGE+TEXT": [0], "MISSING": [0], "PASS": [10], "SKIP": [2], "TEXT": [3], "TIMEOUT": [16], "LEAK": [1]},
412 "expected": "IMAGE",
413 "results": [[1, IMAGE]],
417 "expected": "PASS FAIL IMAGE TIMEOUT CRASH MISSING"
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
Macro.java 28 public static final int IMAGE = 2;
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu_unittest.cc 53 if (contexts & MenuItem::IMAGE) {
54 rv.src_url = GURL("http://test.image/");
109 content::ContextMenuParams params = CreateParams(MenuItem::IMAGE);
113 contexts.Add(MenuItem::IMAGE);
145 content::ContextMenuParams params = CreateParams(MenuItem::IMAGE |
150 contexts.Add(MenuItem::IMAGE);
158 content::ContextMenuParams params = CreateParams(MenuItem::IMAGE |
163 contexts.Add(MenuItem::IMAGE);
165 URLPatternSet patterns = CreatePatternSet("*://test.image/*");
171 content::ContextMenuParams params = CreateParams(MenuItem::IMAGE |
    [all...]
context_menu_content_type_unittest.cc 45 if (contexts & MenuItem::IMAGE) {
46 rv.src_url = GURL("http://test.image/");
106 content::ContextMenuParams params = CreateParams(MenuItem::IMAGE);
  /external/chromium_org/webkit/common/
resource_type.h 21 IMAGE, // an image (jpg/gif/png/etc)
64 type == IMAGE ||
resource_type.cc 28 return ResourceType::IMAGE;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
layouttestresults_unittest.py 61 "actual": "IMAGE+TEXT"
65 "actual": "IMAGE PASS",
74 "actual": "IMAGE",
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 65 #define IMAGE( i, x, y, n ) *(( unsigned char * )(( i )->imageData \
176 LOGV("Releasing Image");
196 IMAGE( img, x, y, 0 ) = pixels[pos + 3] & 0xFF;
198 IMAGE( img, x, y, 1 ) = pixels[pos + 2] & 0xFF;
200 IMAGE( img, x, y, 2 ) = pixels[pos + 1] & 0xFF;
207 // Grabs a frame (image) from a socket.
238 // Release the image if it hasn't been already because we are going to overwrite it.
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results_unittest.js 61 "IMAGE+TEXT": [ 17, 17 ],
62 "IMAGE": [ 81, 68 ],
90 '<img src="http://chart.apis.google.com/chart?cht=lc&chs=600x400&chd=e:AjAt,AcAV,A7A7,DuEc,pB..,DSE4,CoD8&chg=15,15,1,3&chxt=x,x,y&chxl=1:||Blink Revision|&chxr=0,1233,1234|2,0,1167&chtt=Detailed breakdown&chdl=CRASH|MISSING|IMAGE+TEXT|IMAGE|SKIP|TEXT|TIMEOUT&chco=FF0000,00FF00,0000FF,000000,FF6EB4,FFA812,9B30FF">' +
105 '<img src="http://chart.apis.google.com/chart?cht=lc&chs=600x400&chd=e:AjAt,AcAV,A7A7,DuEc,pB..,DSE4,CoD8&chg=15,15,1,3&chxt=x,x,y&chxl=1:||Build Number|&chxr=0,3,5|2,0,1167&chtt=Detailed breakdown&chdl=CRASH|MISSING|IMAGE+TEXT|IMAGE|SKIP|TEXT|TIMEOUT&chco=FF0000,00FF00,0000FF,000000,FF6EB4,FFA812,9B30FF">' +
127 '<tr><td>IMAGE+TEXT</td><td>17</td><td>17</td></tr>' +
128 '<tr><td>IMAGE</td><td>81</td><td>68</td></tr>' +
155 '<tr><td>IMAGE+TEXT</td><td>17</td><td>17</td></tr>' +
156 '<tr><td>IMAGE</td><td>81</td><td>68</td></tr>'
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UsimServiceTable.java 47 IMAGE,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
shaders_cache.h 58 #define SHADERS_GET_IMAGE_SHADER(id) _SHADERS_GET_STAGE(IMAGE, id)
  /external/mesa3d/src/gallium/state_trackers/vega/
shaders_cache.h 58 #define SHADERS_GET_IMAGE_SHADER(id) _SHADERS_GET_STAGE(IMAGE, id)
  /external/opencv/
cvjni.h 42 #define IMAGE( i, x, y, n ) *(( unsigned char * )(( i )->imageData \
154 IMAGE( img, x, y, 0 ) = pixels[x+y*width] & 0xFF;
156 IMAGE( img, x, y, 1 ) = pixels[x+y*width] >> 8 & 0xFF;
158 IMAGE( img, x, y, 2 ) = pixels[x+y*width] >> 16 & 0xFF;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations_unittest.py 65 self.get_test('failures/expected/image.html'),
78 Bug(test) failures/expected/image.html [ WontFix Mac ]
106 self.assert_exp('failures/expected/image.html', PASS)
132 self.assertTrue(TestExpectations.result_was_expected(IMAGE, set([NEEDS_REBASELINE]), test_needs_rebaselining=False))
142 self.assertEqual(TestExpectations.remove_pixel_failures(set([IMAGE])), set([PASS]))
144 self.assertEqual(TestExpectations.remove_pixel_failures(set([PASS, IMAGE, CRASH])), set([PASS, CRASH]))
148 self.assertEqual(TestExpectations.suffixes_for_expectations(set([IMAGE])), set(['png']))
149 self.assertEqual(TestExpectations.suffixes_for_expectations(set([FAIL, IMAGE, CRASH])), set(['txt', 'png', 'wav']))
237 self.assert_exp_list('failures/expected/text.html', [FAIL, IMAGE])
243 self.assert_exp_list('failures/expected/image.html', [CRASH]
    [all...]
test_expectations.py 45 (PASS, FAIL, TEXT, IMAGE, IMAGE_PLUS_TEXT, AUDIO, TIMEOUT, CRASH, LEAK, SKIP, WONTFIX,
227 'ImageOnlyFailure': 'IMAGE',
240 [('TEXT', 'Failure'), ('IMAGE+TEXT', 'Failure'), ('AUDIO', 'Failure')])
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_parser.cc 34 const char kImageElement[] = "Image";
117 IMAGE,
183 // Whether we should derive the image from the URL (when images are data
226 case TemplateURLParsingContext::IMAGE:
246 case TemplateURLParsingContext::IMAGE: {
295 // If the image was a data URL, use the favicon from the search URL instead.
324 (*kElementNameToElementTypeMap)[kImageElement] = IMAGE;
388 ((type == "image/x-icon") || (type == "image/vnd.microsoft.icon"));
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
TestContentProvider.java 31 private static final String CONTENT_TYPE = "image/png";
197 // 1x1 black dot png image.
198 private static final byte[] IMAGE = {
216 fileOut.write(IMAGE);
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
MusicProvider.java 55 private static String IMAGE = "image";
106 String image = music.getString(IMAGE); local
107 if (!image.startsWith("http")) {
108 image = path + image;
115 image, trackNumber, totalTrackCount, duration));
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
results.js 36 var IMAGE = 'IMAGE';
37 var IMAGE_TEXT = 'IMAGE+TEXT';
77 results.kImageType = 'image';
110 case IMAGE:
145 case IMAGE:
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
main.css 59 background-image: linear-gradient(#f5f5f5, #f1f1f1);
88 background-image: linear-gradient(#f8f8f8, #f1f1f1);
91 background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
105 background-image: linear-gradient(#4d90fe, #4787ed);
113 background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
216 .test-name.IMAGE\+TEXT::after {
217 content: 'IMAGE+TEXT';
228 .test-name.IMAGE::after {
229 content: 'IMAGE';
325 .image-result
    [all...]
notifications.css 229 ol.notifications table.failures tbody tr.IMAGE td:first-child span {
233 ol.notifications table.failures tbody tr.IMAGE\+TEXT td:first-child span {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizardState.java 32 import java.awt.image.BufferedImage;
66 /** Whether empty space around the source image should be trimmed */
72 /** If {@link #sourceType} is a {@link SourceType#CLIPART}, the name of the clipart image */
75 /** If {@link #sourceType} is a {@link SourceType#IMAGE}, the path to the input image */
81 /** The amount of padding to add around the source image */
87 /** Whether the image should be cropped */
150 /** Generate the icon using the image pointed to by {@link #imagePath} */
151 IMAGE,
174 BufferedImage image = mImageCache != null ? mImageCache.get(path) : null local
189 BufferedImage image = null; local
    [all...]
  /hardware/intel/img/psb_video/src/
psb_output.c 59 #define IMAGE(id) ((object_image_p) object_heap_lookup( &driver_data->image_heap, id ))
220 VAImage *image,
229 /* check for image */
231 if (*src_x > image->width) *src_x = image->width - 1;
233 if (*src_y > image->height) *src_y = image->height - 1;
235 if (((*width) + (*src_x)) > image->width) *width = image->width - *src_x;
236 if (((*height) + (*src_y)) > image->height) *height = image->height - *src_x
1298 VAImage *image = &obj_image->image; local
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
media_util.js 9 * are attached as <canvas> element, while in IMAGE mode as <img>.
13 * @param {ThumbnailLoader.LoaderType=} opt_loaderType Canvas or Image loader,
14 * default: IMAGE.
27 this.loaderType_ = opt_loaderType || ThumbnailLoader.LoaderType.IMAGE;
76 * In percents (0.0 - 1.0), how much area can be cropped to fill an image
88 FILL: 0, // Fill whole box. Image may be cropped.
104 * Type of element to store the image.
108 IMAGE: 0,
123 * Maximum thumbnail's width when generating from the full resolution image.
130 * Maximum thumbnail's height when generating from the full resolution image
    [all...]
  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 93 IMAGE = 32,
260 // attribute of IMAGE/AUDIO/VIDEO/LINK tags.

Completed in 636 milliseconds

1 2 3 4