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

1 2 3

  /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/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/components/data_reduction_proxy/browser/
data_reduction_proxy_tamper_detection.cc 306 std::string IMAGE = "image/";
328 } else if (mime_type_size >= IMAGE.size() &&
330 mime_type.begin() + IMAGE.size(), IMAGE.c_str())) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UsimServiceTable.java 47 IMAGE,
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
results.js 35 var IMAGE = 'IMAGE';
36 var IMAGE_TEXT = 'IMAGE+TEXT';
73 results.kImageType = 'image';
103 case 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...]
test_failures.py 76 return test_expectations.IMAGE
180 return "image diff"
  /external/chromium_org/components/search_engines/
template_url_parser.cc 33 const char kImageElement[] = "Image";
117 IMAGE,
189 // Whether we should derive the image from the URL (when images are data
233 case TemplateURLParsingContext::IMAGE:
256 case TemplateURLParsingContext::IMAGE: {
307 // If the image was a data URL, use the favicon from the search URL instead.
338 (*kElementNameToElementTypeMap)[kImageElement] = IMAGE;
403 ((type == "image/x-icon") || (type == "image/vnd.microsoft.icon"));
template_url.h 55 IMAGE,
180 // The raw content of an image thumbnail that will be used as a query for
181 // search-by-image frontend.
184 // When searching for an image, the URL of the original image. Callers
188 // When searching for an image, the original size of the image.
  /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));
  /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/
thumbnail_loader.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,
262 // attribute of IMAGE/AUDIO/VIDEO/LINK tags.
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api_helpers.h 78 contexts.Add(extensions::MenuItem::IMAGE);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline_unittest.py 87 "actual": "IMAGE+TEXT"
91 "actual": "IMAGE+TEXT"
112 self._write(port._filesystem.join(port.layout_tests_dir(), 'platform/test-mac-snowleopard/failures/expected/image-expected.txt'), 'original snowleopard result')
122 options = MockOptions(builder="MOCK SnowLeopard", suffixes="txt", verbose=True, test="failures/expected/image.html", results_directory=None)
130 self.assertMultiLineEqual(self._read(self.tool.filesystem.join(port.layout_tests_dir(), 'platform/test-mac-leopard/failures/expected/image-expected.txt')), 'original snowleopard result')
138 self._write(port._filesystem.join(port.layout_tests_dir(), 'platform/test-win-win7/failures/expected/image-expected.txt'), 'original win7 result')
149 options = MockOptions(builder="MOCK Win7", suffixes="txt", verbose=True, test="failures/expected/image.html", results_directory=None)
157 self.assertMultiLineEqual(self._read(self.tool.filesystem.join(port.layout_tests_dir(), 'platform/test-linux-x86_64/failures/expected/image-expected.txt')), 'original win7 result')
166 self._write(port._filesystem.join(port.layout_tests_dir(), 'platform/test-win-win7/failures/expected/image-expected.txt'), 'original win7 result')
177 options = MockOptions(builder="MOCK Win7", suffixes="txt", verbose=True, test="failures/expected/image.html", results_directory=None
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 119 public static final int IMAGE = 1;
261 mAttachmentType = IMAGE;
423 * @param type Type of this attachment, such as {@link IMAGE}
463 if (mSlideshow != null && type == IMAGE) {
464 // Prime the image's cache; helps A LOT when the image is coming from the network
636 if (type == IMAGE) {
677 * one image attachment, for example.
    [all...]

Completed in 903 milliseconds

1 2 3