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

<<21222324252627282930>>

  /external/chromium_org/tools/win/toolchain/
toolchain.py 269 def ExtractComponents2010(images):
270 """Given the paths to the images, extract the required parts, and return
272 extracted_sdk7 = ExtractIso(images.sdk7_path)
280 extracted_wdk = ExtractIso(images.wdk_iso)
292 extracted_update = ExtractExe(images.sdk7_update)
299 images.sdk8_path,
304 images.sdk8_path,
309 extracted_dxsdk = ExtractExe(images.dxsdk_path)
347 def ExtractComponents2012(images):
348 """Given the paths to the images, extract the required parts and return a
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/internal/
dri_interface.h 213 * images where the non-alpha components don't occupy a whole texel.
923 * __DRI_IMAGE_FORMAT_NONE is for images that aren't directly usable
925 * creating sub-images for the different planes within the image.
928 * createImage, and are returned by query from sub images created with
968 * Queryable on images created by createImageFromNames.
970 * RGB and RGBA are may be usable directly as images but its still
974 * usable sub-images, sampling from images return raw YUV data and
    [all...]
  /external/mesa3d/include/GL/internal/
dri_interface.h 213 * images where the non-alpha components don't occupy a whole texel.
923 * __DRI_IMAGE_FORMAT_NONE is for images that aren't directly usable
925 * creating sub-images for the different planes within the image.
928 * createImage, and are returned by query from sub images created with
968 * Queryable on images created by createImageFromNames.
970 * RGB and RGBA are may be usable directly as images but its still
974 * usable sub-images, sampling from images return raw YUV data and
    [all...]
  /cts/tests/tests/holo/src/android/holo/cts/
BitmapAssets.java 38 * Below that it creates a directory called "reference" to store images
39 * generated by the generator and "failure" to store images that failed to
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreIntentsTest.java 42 intent.setData(MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
60 intent.setData(MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
  /cts/tests/tests/webkit/src/android/webkit/cts/
TestHtmlConstants.java 31 public static final String LARGE_IMG_URL = "images/robot.png";
32 public static final String SMALL_IMG_URL = "images/tomato.png";
  /developers/samples/android/connectivity/nfc/BeamLargeFiles/BeamLargeFilesSample/src/main/java/com/example/android/beamlargefiles/
BeamLargeFilesFragment.java 31 * "high-speed" communication channel. Large images can easily take > 30 seconds to transfer.
92 // Images are served using a content:// URI. See AssetProvider for implementation.
  /development/samples/SpinnerTest/
_index.html 50 src="../images/SpinnerTest1.png"/>
52 src="../images/SpinnerTest2.png"/>
  /development/samples/TicTacToeMain/
_index.html 62 <img alt="Screenshot of the main application" src="../images/TicTacToeMain.png" />
63 <img alt="Screenshot of an Activity declared in a library project" src="../images/TicTacToeLib.png" />
  /external/chromium/chrome/browser/themes/
browser_theme_pack_unittest.cc 171 // The stargazing theme defines the following images:
179 // Here are a few images that we shouldn't expect because even though
371 // HasCustomImage should only return true for images that exist in the
372 // extension and not for autogenerated images.
373 std::string images = "{ \"theme_frame\": \"one\" }"; local
375 ParseImageNamesJSON(images, &out_file_paths);
382 std::string images = "{ \"theme_frame\": \"does_not_exist\" }"; local
384 ParseImageNamesJSON(images, &out_file_paths);
  /external/chromium/chrome/browser/ui/views/
edit_search_engine_dialog.h 74 // Invokes UpdateImageView for each of the images views.
95 // Shows error images.
  /external/chromium/chrome/browser/webdata/
web_apps_table.cc 72 std::vector<SkBitmap>* images) {
87 images->push_back(image);
  /external/chromium/chrome/common/
chrome_paths.h 61 // strings, images, etc.).
76 // binary data (e.g., html files and images
  /external/chromium/chrome/common/extensions/docs/static/
experimental.webInspector.audits.html 19 <img src="images/devtools-audits-category.png"
61 <img src="images/devtools-audits-results.png"
index.html 37 <img src="images/index/gmail-small.png" width="91" height="35"
50 <img src="images/index/html5app.png" width="200" height="160"
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_manager.h 27 // Base class that provides a mechanism for updating user images.
80 // user can't sync images or user is not logged in.
  /external/chromium_org/chrome/browser/resources/apps_debugger/css/
items.css 110 url(../images/search.png) 1x,
111 url(../images/2x/search.png) 2x);
132 url(../images/search_clear.png) 1x,
133 url(../images/2x/search_clear.png) 2x);
141 url(../images/search_clear_hover.png) 1x,
142 url(../images/2x/search_clear_hover.png) 2x);
147 url(../images/search_clear_active.png) 1x,
148 url(../images/2x/search_clear_active.png) 2x);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.cc 46 // Calculate the actual background color for the label. The background images
50 // current appearance of these images). Then we alpha-blend it over the
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_ui.cc 330 source->AddResourcePath("images/printer.png",
332 source->AddResourcePath("images/printer_shared.png",
334 source->AddResourcePath("images/third_party.png",
336 source->AddResourcePath("images/third_party_fedex.png",
338 source->AddResourcePath("images/google_doc.png",
340 source->AddResourcePath("images/pdf.png", IDR_PRINT_PREVIEW_IMAGES_PDF);
341 source->AddResourcePath("images/mobile.png", IDR_PRINT_PREVIEW_IMAGES_MOBILE);
342 source->AddResourcePath("images/mobile_shared.png",
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
experimental_devtools_audits.html 15 <img src="{{static}}/images/devtools-audits-category.png"
61 <img src="{{static}}/images/devtools-audits-results.png"
  /external/chromium_org/extensions/common/
extension_resource.h 42 // easily load extension images on the UI thread, see ImageLoader.
47 // file thread. To easily load extension images on the UI thread, see
  /external/chromium_org/ppapi/tests/
test_graphics_2d.h 45 // Return true if images are the same.
49 // Return true if images within specified rectangles are the same.
  /external/chromium_org/third_party/WebKit/Source/web/
WebCache.cpp 88 ToResourceTypeStat(stats.images, result->images);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILDeviceInfo.h 40 Images = 0x6, // Images are supported or not.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_regions.h 146 * Used with images created with image_from_names
147 * to help support planar images.

Completed in 1216 milliseconds

<<21222324252627282930>>