HomeSort by relevance Sort by last modified time
    Searched refs:IMAGE (Results 26 - 50 of 62) sorted by null

12 3

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_failures.py 72 return test_expectations.IMAGE
162 return "No expected image hash found"
166 """Actual result image was missing."""
170 return "No expected image found"
174 """Image hashes didn't match."""
178 # We call this a simple image mismatch to avoid confusion, since
180 return "Image mismatch"
190 return "Images match, expected image hash incorrect. "
210 """Actual result image was missing."""
json_layout_results_generator.py 50 test_expectations.IMAGE: "I",
  /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...]
ConfigureAssetSetPage.java 20 import static java.awt.image.BufferedImage.TYPE_INT_ARGB;
67 import org.eclipse.swt.graphics.Image;
85 import java.awt.image.BufferedImage;
140 /** Most recently set image path: preserved across wizard sessions */
215 mImageRadio.setText("Image");
236 fileLabel.setText("Image File:");
433 showGroup(type.needsColors() && mValues.sourceType != SourceType.IMAGE,
460 // We update the image selection here rather than in {@link #createControl} because
462 // user has chosen a project before attempting to look up the right default image to use
480 // Initial image - use the most recently used image, or the default launche
988 BufferedImage image = entry.getValue(); local
1213 BufferedImage image = entry.getValue(); local
1241 Image image = SwtUtils.convertToSwt(display, coloredImage, false, -1); local
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLImageElement01.js 104 assertEquals("nameLink","IMAGE-1",vname);
HTMLImageElement03.js 105 assertEquals("altLink","DTS IMAGE LOGO",valt);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLImageElement01.js 104 assertEquals("nameLink","IMAGE-1",vname);
HTMLImageElement03.js 105 assertEquals("altLink","DTS IMAGE LOGO",valt);
  /external/chromium/chrome/browser/extensions/
extension_context_menu_api.cc 62 } else if (value == "image") {
63 tmp_result.Add(ExtensionMenuItem::IMAGE);
extension_webrequest_api.cc 49 "image",
59 ResourceType::IMAGE,
  /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
639 if (type == IMAGE) {
680 * one image attachment, for example.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectWizard.java 137 iconState.sourceType = CreateAssetSetWizardState.SourceType.IMAGE;
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 532 case WorkingMessage.IMAGE: id = R.string.attachment_picture; break;
656 return WorkingMessage.IMAGE;
    [all...]
  /external/chromium/webkit/glue/
weburlloader_impl.cc 127 return ResourceType::IMAGE;
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 480 case WorkingMessage.IMAGE:
    [all...]
MessageListItem.java 344 // Debugging code to put the URI of the image attachment in the body of the list item.
354 debugText = "Not an image";
698 case WorkingMessage.IMAGE:
    [all...]
MessageUtils.java 429 return WorkingMessage.IMAGE;
618 * Message overhead that reduces the maximum image byte size.
647 UriImage image = new UriImage(context, imageUri);
653 if (image.getHeight() > image.getWidth()) {
659 part = image.getResizedImageAsPart(
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 221 return contexts.Contains(ExtensionMenuItem::IMAGE);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 1713 milliseconds

12 3