HomeSort by relevance Sort by last modified time
    Searched full:images (Results 301 - 325 of 6197) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/ManualTests/
test-iframes-loading-the-same-resource.html 15 To perform this test attempt to drag one of the apple images in the left frame while the right frame is doing loads. This test is not entirely deterministic so it should be attempted a number of times. <br />
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
cssNamedFlows.css 81 content: url(Images/namedFlowOverflow.png);
86 content: url(Images/regionEmpty.png);
90 content: url(Images/regionFit.png);
94 content: url(Images/regionOverset.png);
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
generate_devtools_grd.py 68 images_position = argv.index('--images')
99 os.makedirs(os.path.join(output_directory, 'Images'))
113 os.path.join(output_directory, 'Images'))
114 add_file_to_grd(doc, os.path.join('Images', filename))
  /external/chromium_org/third_party/skia/src/images/
SkForceLinking.cpp 22 // Only link GIF and PNG on platforms that build them. See images.gyp
  /external/chromium_org/tools/imagediff/
image_diff.gyp 29 # The Chromium Android port will compare images on host rather
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/many_images/
single_image.html 41 <img src="images/image1_t.png" />
  /external/chromium_org/ui/base/cocoa/
hover_image_button.h 14 // A button that changes images when you hover over it and click it.
  /external/chromium_org/ui/message_center/views/
proportional_image_view.h 13 // ProportionalImageViews center their images to preserve their proportion.
  /external/chromium_org/ui/ozone/platform/test/
ozone_platform_test.h 17 // This platform dumps images to a file for testing purposes.
  /external/chromium_org/ui/views/controls/button/
checkbox.cc 31 // Unchecked/Unfocused images.
41 // Checked/Unfocused images.
51 // Unchecked/Focused images.
59 // Checked/Focused images.
radio_button.cc 24 // Unchecked/Unfocused images.
34 // Checked/Unfocused images.
44 // Unchecked/Focused images.
52 // Checked/Focused images.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
build.properties 14 images/,\
  /external/jpeg/
rdgif.c 8 * This file contains routines to read input images in GIF format.
  /external/libexif/test/
Makefile.am 7 # * We don't want to force people to download dozens of test images
  /external/oprofile/daemon/
opd_kernel.h 3 * Dealing with the kernel and kernel module images
  /external/oprofile/libpp/
locate_images.h 3 * Location of binary images
72 /// return the archive path used to populate the images name map
94 images_t images; member in class:extra_images
95 /// the archive path passed to populate the images name map.
  /external/qemu/distrib/jpeg-6b/
rdgif.c 8 * This file contains routines to read input images in GIF format.
  /external/skia/src/images/
SkForceLinking.cpp 22 // Only link GIF and PNG on platforms that build them. See images.gyp
  /external/skia/tools/skpdiff/
SkDifferentPixelsMetric.h 20 * A differ that measures the percentage of different corresponding pixels. If the two images are
  /external/skia/tools/
test_image_decoder.cpp 16 Simple program to test Skia's ability to decode images without
test_rendering.py 60 @param render_dir the location to write out the rendered images
76 @param expected_dir the location of the baseline images.
77 @param comparison_dir the location of the images to comapre with the
93 @param render_dir the directory where the rendered images were written
  /frameworks/base/docs/html/distribute/googleplay/publish/
index.jd 9 <img src="{@docRoot}images/gp-devconsole-home.png" style="margin-top:0px;">
  /frameworks/base/docs/html/tools/help/
draw9patch.jd 12 <img src="{@docRoot}images/draw9patch-norm.png" style="float:right" alt="" height="300" width="341"
43 <img src="{@docRoot}images/draw9patch-bad.png" style="float:right;clear:both" alt="" height="300" width="341"
49 <li><strong>Patch scale</strong>: Adjust the scale of the images in the preview area.</li>
53 <li><strong>Show content</strong>: Highlight the content area in the preview images
  /frameworks/base/tools/aapt/
CacheUpdater.h 14 #include "Images.h"
22 * images. This class is abstracted to allow for dependency injection during
44 * the PNG crunching in images.h to process images out to its cache components.
  /packages/apps/Camera2/src/com/android/camera/crop/
SaveImage.java 27 import android.provider.MediaStore.Images;
28 import android.provider.MediaStore.Images.ImageColumns;
104 // This pattern will facilitate the multiple images deletion in the auxiliary
470 Images.Media.EXTERNAL_CONTENT_URI, values);
491 values.put(Images.Media.TITLE, file.getName());
492 values.put(Images.Media.DISPLAY_NAME, file.getName());
493 values.put(Images.Media.MIME_TYPE, "image/jpeg");
494 values.put(Images.Media.DATE_TAKEN, time);
495 values.put(Images.Media.DATE_MODIFIED, time);
496 values.put(Images.Media.DATE_ADDED, time)
    [all...]

Completed in 3158 milliseconds

<<11121314151617181920>>