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

1 2 3 4

  /external/chromium/webkit/glue/
resource_type.h 17 IMAGE, // an image (jpg/gif/png/etc)
50 type == IMAGE ||
  /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",
122 "IMAGE": 1,
126 "IMAGE+TEXT": 0,
379 "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]},
407 "expected": "IMAGE",
408 "results": [[1, IMAGE]],
412 "expected": "PASS FAIL IMAGE TIMEOUT CRASH MISSING"
    [all...]
  /external/chromium_org/webkit/common/
resource_type.h 21 IMAGE, // an image (jpg/gif/png/etc)
59 type == IMAGE ||
resource_type.cc 28 return ResourceType::IMAGE;
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
Macro.java 28 public static final int IMAGE = 2;
  /external/chromium_org/chrome/browser/tab_contents/
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...]
  /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 60 "IMAGE+TEXT": [ 17, 17 ],
61 "IMAGE": [ 81, 68 ],
89 '<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">' +
104 '<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">' +
126 '<tr><td>IMAGE+TEXT</td><td>17</td><td>17</td></tr>' +
127 '<tr><td>IMAGE</td><td>81</td><td>68</td></tr>' +
154 '<tr><td>IMAGE+TEXT</td><td>17</td><td>17</td></tr>' +
155 '<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/chrome/browser/predictors/
resource_prefetch_predictor_tables_unittest.cc 178 "http://www.google.com/image.png",
179 ResourceType::IMAGE,
203 "http://www.yahoo.com/image.png",
204 ResourceType::IMAGE,
305 "http://www.google.com/image.png",
306 ResourceType::IMAGE,
349 "http://www.google.com/image.png",
350 ResourceType::IMAGE,
388 "http://www.facebook.com/image.png",
389 ResourceType::IMAGE,
    [all...]
resource_prefetch_predictor_unittest.cc 238 ResourceType::IMAGE,
273 "http://google.com/image.png",
274 ResourceType::IMAGE,
307 "http://www.facebook.com/image.png",
308 ResourceType::IMAGE,
332 "http://google.com/image.png",
333 ResourceType::IMAGE,
465 ResourceType::IMAGE, "image/png", false);
469 ResourceType::IMAGE, "image/png", false)
    [all...]
  /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'),
76 Bug(test) failures/expected/image.html [ WontFix Mac ]
104 self.assert_exp('failures/expected/image.html', PASS)
129 self.assertTrue(TestExpectations.result_was_expected(IMAGE, set([NEEDS_REBASELINE]), test_needs_rebaselining=False))
138 self.assertEqual(TestExpectations.remove_pixel_failures(set([IMAGE])), set([PASS]))
140 self.assertEqual(TestExpectations.remove_pixel_failures(set([PASS, IMAGE, CRASH])), set([PASS, CRASH]))
144 self.assertEqual(TestExpectations.suffixes_for_expectations(set([IMAGE])), set(['png']))
145 self.assertEqual(TestExpectations.suffixes_for_expectations(set([FAIL, IMAGE, CRASH])), set(['txt', 'png', 'wav']))
218 self.assert_exp_list('failures/expected/text.html', [FAIL, IMAGE])
224 self.assert_exp_list('failures/expected/image.html', [CRASH]
    [all...]
test_expectations.py 45 (PASS, FAIL, TEXT, IMAGE, IMAGE_PLUS_TEXT, AUDIO, TIMEOUT, CRASH, SKIP, WONTFIX,
221 'ImageOnlyFailure': 'IMAGE',
234 [('TEXT', 'Failure'), ('IMAGE+TEXT', 'Failure'), ('AUDIO', 'Failure')])
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_parser.cc 35 const char kImageElement[] = "Image";
118 IMAGE,
184 // Whether we should derive the image from the URL (when images are data
227 case TemplateURLParsingContext::IMAGE:
247 case TemplateURLParsingContext::IMAGE: {
296 // If the image was a data URL, use the favicon from the search URL instead.
326 (*kElementNameToElementTypeMap)[kImageElement] = IMAGE;
390 ((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);
  /external/chromium/chrome/browser/extensions/
extension_menu_manager.h 58 IMAGE = 32,
184 // attribute of IMAGE/AUDIO/VIDEO/LINK tags.
  /external/chromium/chrome/browser/search_engines/
template_url_parser.cc 34 static const char kImageElement[] = "Image";
85 IMAGE,
199 // Builds the image URL from the Template search URL if no image URL has been
216 (*kElementNameToElementTypeMap)[kImageElement] = IMAGE;
251 // Whether we should derive the image from the URL (when images are data
357 // Valid Image URL.
463 case ParsingContext::IMAGE:
484 case ParsingContext::IMAGE: {
536 // Make sure all the image refs are legal
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/predictors/
predictors_handler.cc 26 case ResourceType::IMAGE:
27 return "Image";
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
main.css 59 background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
87 background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
90 background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
104 background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
111 background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
214 .test-name.IMAGE\+TEXT::after {
215 content: 'IMAGE+TEXT';
226 .test-name.IMAGE::after {
227 content: 'IMAGE';
323 .image-result
    [all...]
notifications.css 230 ol.notifications table.failures tbody tr.IMAGE td:first-child span {
234 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...]

Completed in 1132 milliseconds

1 2 3 4