/external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/seekbackwardbutton/ |
seekbackward_button.edc | 26 image: "widget/mediacontrol/seekbackwardbutton/seekbackwardbutton.png" COMP; 32 type: IMAGE; 38 image.normal: "widget/mediacontrol/seekbackwardbutton/seekbackwardbutton.png";
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/seekforwardbutton/ |
seekforward_button.edc | 26 image: "widget/mediacontrol/seekforwardbutton/seekforwardbutton.png" COMP; 32 type: IMAGE; 38 image.normal: "widget/mediacontrol/seekforwardbutton/seekforwardbutton.png";
|
/external/chromium/webkit/glue/ |
resource_type.h | 17 IMAGE, // an image (jpg/gif/png/etc) 50 type == IMAGE ||
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/ |
mute_button.edc | 26 image: "widget/mediacontrol/mutebutton/mutebutton.png" COMP; 27 image: "widget/mediacontrol/mutebutton/unmutebutton.png" COMP; 33 type: IMAGE; 39 image.normal: "widget/mediacontrol/mutebutton/mutebutton.png"; 43 image.normal: "widget/mediacontrol/mutebutton/unmutebutton.png";
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/ |
playpause_button.edc | 26 image: "widget/mediacontrol/playpausebutton/playbutton.png" COMP; 27 image: "widget/mediacontrol/playpausebutton/pausebutton.png" COMP; 33 type: IMAGE; 39 image.normal: "widget/mediacontrol/playpausebutton/playbutton.png"; 43 image.normal: "widget/mediacontrol/playpausebutton/pausebutton.png";
|
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/ |
Macro.java | 28 public static final int IMAGE = 2;
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/progressbar/ |
progressbar.edc | 27 image: "widget/progressbar/shelf_inset.png" COMP; 28 image: "widget/progressbar/bt_base.png" COMP; 72 type: IMAGE; 81 image { 89 type: IMAGE; 101 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/webkit/Source/WebKit/efl/DefaultTheme/widget/slider/ |
slider.edc | 31 image: "widget/slider/slider_v.png" COMP; 32 image: "widget/slider/slider_knob_v.png" COMP; 33 image: "widget/slider/slider_knob_press_v.png" COMP; 34 image: "widget/slider/slider_fill_v.png" COMP; 112 type: IMAGE; 121 image { 130 type: IMAGE; 140 image { 149 type: IMAGE; 161 image { [all...] |
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/combo/ |
combo.edc | 26 image: "widget/combo/combo_normal.png" COMP; 27 image: "widget/combo/combo_normal_button.png" COMP; 28 image: "widget/combo/combo_hover.png" COMP; 29 image: "widget/combo/combo_hover_button.png" COMP; 30 image: "widget/combo/combo_focus.png" COMP; 31 image: "widget/combo/combo_focus_button.png" COMP; 32 image: "widget/combo/combo_press.png" COMP; 33 image: "widget/combo/combo_press_button.png" COMP; 34 image: "widget/combo/icon.png" COMP; 100 type: IMAGE; [all...] |
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/scrollbar/ |
scrollbar.edc | 28 image: "widget/scrollbar/scrollbar_v.png" COMP; 29 image: "widget/scrollbar/scrollbar_knob_v.png" COMP; 111 type: IMAGE; 119 image { 145 type: IMAGE; 158 image { 205 image: "widget/scrollbar/scrollbar_h.png" COMP; 206 image: "widget/scrollbar/scrollbar_knob_h.png" COMP; 288 type: IMAGE; 296 image { [all...] |
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/cancel/ |
search_cancel.edc | 27 image: "widget/search/cancel/cancel_normal_button2.png" COMP; 55 type: IMAGE; 61 image {
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/decoration/ |
search_decoration.edc | 27 image: "widget/search/decoration/decoration_normal_button.png" COMP; 55 type: IMAGE; 61 image {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
UsimServiceTable.java | 47 IMAGE,
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_expectations_unittest.py | 49 self.assertEquals(result_was_expected(IMAGE, set([FAIL]), 73 self.assertEquals(remove_pixel_failures(set([IMAGE])), 77 self.assertEquals(remove_pixel_failures(set([PASS, IMAGE, CRASH])), 99 self.get_test('failures/expected/image.html'), 107 BUG_TEST WONTFIX : failures/expected/image_checksum.html = IMAGE 108 BUG_TEST WONTFIX MAC : failures/expected/image.html = IMAGE 129 self.assert_exp('failures/expected/image_checksum.html', IMAGE) 131 self.assert_exp('failures/expected/image.html', PASS) 146 BUGX WONTFIX : failures/expected = IMAGE [all...] |
test_expectations.py | 44 (PASS, FAIL, TEXT, IMAGE, IMAGE_PLUS_TEXT, AUDIO, TIMEOUT, CRASH, SKIP, WONTFIX, 61 if result in (IMAGE, TEXT, IMAGE_PLUS_TEXT) and FAIL in expected_results: 73 if we're not running pixel tests, then tests expected to fail as IMAGE 76 if IMAGE in expected_results: 77 expected_results.remove(IMAGE) 120 self._expected_failures.get_test_set(REBASELINE, IMAGE) | 248 -A test should only be one of IMAGE, TEXT, IMAGE+TEXT, AUDIO, or FAIL. 249 FAIL is a legacy value that currently means either IMAGE, 250 TEXT, or IMAGE+TEXT. Once we have finished migrating the expectations [all...] |
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/button/ |
button.edc | 26 image: "widget/button/img_button_normal.png" COMP; 27 image: "widget/button/img_button_press.png" COMP; 28 image: "widget/button/img_button_hover.png" COMP; 29 image: "widget/button/img_button_focus.png" COMP; 64 type: IMAGE; 68 image { 76 image { 89 image { 97 image {
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/check/ |
check.edc | 28 image: "widget/check/img_check_on.png" COMP; 29 image: "widget/check/img_check_off.png" COMP; 30 image: "widget/check/img_check_off_focus.png" COMP; 31 image: "widget/check/img_check_on_focus.png" COMP; 32 image: "widget/check/img_check_off_hover.png" COMP; 33 image: "widget/check/img_check_on_hover.png" COMP; 71 type: IMAGE; 76 image { 83 image { 100 image { [all...] |
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/entry/ |
entry.edc | 26 image: "widget/entry/img_normal.png" COMP; 27 image: "widget/entry/img_focused.png" COMP; 28 image: "widget/entry/img_hovered.png" COMP; 57 type: IMAGE; 69 image { 82 image { 94 image { 108 rel2.offset: -4 -5; // <- due to the image
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/file/ |
file.edc | 26 image: "widget/file/file_normal.png" COMP; 27 image: "widget/file/file_hover.png" COMP; 28 image: "widget/file/file_focus.png" COMP; 29 image: "widget/file/file_press.png" COMP; 62 type: IMAGE; 65 image { 78 image { 86 image { 94 image {
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/radio/ |
radio.edc | 27 image: "widget/radio/img_radio_on.png" COMP; 28 image: "widget/radio/img_radio_off.png" COMP; 29 image: "widget/radio/img_radio_on_focus.png" COMP; 30 image: "widget/radio/img_radio_off_focus.png" COMP; 31 image: "widget/radio/img_radio_on_hover.png" COMP; 32 image: "widget/radio/img_radio_off_hover.png" COMP; 70 type: IMAGE; 75 image { 82 image { 99 image { [all...] |
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/field/ |
search_field.edc | 26 image: "widget/search/field/field_normal.png" COMP; 27 image: "widget/search/field/field_focused.png" COMP; 28 image: "widget/search/field/field_hovered.png" COMP; 56 type: IMAGE; 60 image { 73 image { 81 image { 99 rel2.offset: -4 -5; // <- due to the image
|
/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/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...] |