HomeSort by relevance Sort by last modified time
    Searched defs:images (Results 1 - 25 of 32) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
PasteAction.java 51 ISharedImages images = PlatformUI.getWorkbench().getSharedImages(); local
52 setImageDescriptor(images.getImageDescriptor(ISharedImages.IMG_TOOL_PASTE));
53 setHoverImageDescriptor(images.getImageDescriptor(ISharedImages.IMG_TOOL_PASTE));
55 images.getImageDescriptor(ISharedImages.IMG_TOOL_PASTE_DISABLED));
CopyCutAction.java 82 ISharedImages images = PlatformUI.getWorkbench().getSharedImages(); local
84 setImageDescriptor(images.getImageDescriptor(ISharedImages.IMG_TOOL_CUT));
85 setHoverImageDescriptor(images.getImageDescriptor(ISharedImages.IMG_TOOL_CUT_HOVER));
87 images.getImageDescriptor(ISharedImages.IMG_TOOL_CUT_DISABLED));
89 setImageDescriptor(images.getImageDescriptor(ISharedImages.IMG_TOOL_COPY));
90 setHoverImageDescriptor(images.getImageDescriptor(ISharedImages.IMG_TOOL_COPY_HOVER));
92 images.getImageDescriptor(ISharedImages.IMG_TOOL_COPY_DISABLED));
  /external/chromium/chrome/browser/history/
top_sites_cache.h 31 void SetThumbnails(const URLToImagesMap& images);
32 const URLToImagesMap& images() const { return images_; } function in class:history::TopSitesCache
41 Images* GetImage(const GURL& url);
100 // The images. These map from canonical url to image.
  /external/chromium/chrome/browser/webdata/
web_apps_table_unittest.cc 67 // Web app should initially have no images.
68 std::vector<SkBitmap> images; local
69 ASSERT_TRUE(db.GetWebAppsTable()->GetWebAppImages(url, &images));
70 ASSERT_EQ(0U, images.size());
80 ASSERT_TRUE(db.GetWebAppsTable()->GetWebAppImages(url, &images));
81 ASSERT_EQ(1U, images.size());
82 ASSERT_EQ(16, images[0].width());
83 ASSERT_EQ(16, images[0].height());
91 // transparent images because of pre-multiplication rounding errors.
100 images.clear()
    [all...]
web_data_service.h 99 // The images, may be empty.
100 std::vector<SkBitmap> images; member in struct:WDAppImagesResult
340 // images, but only one at a particular size. If there was an image for the
344 // Sets whether all the images have been downloaded for the specified web app.
347 // Removes all images for the specified web app.
350 // Fetches the images and whether all images have been downloaded for the
  /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/webkit/Source/WebKit/chromium/public/
WebCache.h 61 ResourceTypeStat images; member in struct:WebKit::WebCache::ResourceTypeStats
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 31 from google.appengine.api import images namespace
155 #avatar = images.resize(self.request.get("avatar"), 128, 128)
  /bootable/diskinstaller/
installer.c 333 LOGE("Only raw images can specify direct offset on the disk. Please"
347 LOGW("addjournal flag is meaningless for ext3 images");
383 cnode *images; local
459 /* Now process the installer config file and write the images to disk */
460 if (!(images = config_find(config, "images"))) {
461 LOGE("Invalid configuration file %s. Missing 'images' section",
466 for (img = images->first_child; img; img = img->next) {
476 * writes to layout the disk partitions so that we can write images to
477 * them. We then do the apply() again in case one of the images
    [all...]
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.cc 184 // installed. For example, the install UI shows images from inside the
461 ExtensionUnpacker::DecodedImages images; local
462 if (!ExtensionUnpacker::ReadImagesFromFile(temp_dir_.path(), &images)) {
472 // Delete any images that may be used by the browser. We're going to write
473 // out our own versions of the parsed images, and we want to make sure the
476 if (image_paths.size() != images.size()) {
477 // Decoded images don't match what's in the manifest.
509 // Write our parsed images back to disk as well.
510 for (size_t i = 0; i < images.size(); ++i) {
511 const SkBitmap& image = images[i].a
    [all...]
  /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/webkit/Source/WebCore/loader/cache/
MemoryCache.h 21 This class provides all functionality needed for loading images, style sheets and html
46 // This cache holds subresources used by Web pages: images, scripts, stylesheets, etc.
100 TypeStatistic images; member in struct:WebCore::MemoryCache::Statistics
CachedResourceLoader.cpp 23 This class provides all functionality needed for loading images, style sheets and html
216 // types of resources, like Images, Scripts, and CSS, can be loaded from
759 unsigned images = 0; local
780 images++;
796 if (images)
797 printf("IMAGES: %d (%d hits, hit rate %d%%)\n", images, images - imageMisses, (images - imageMisses) * 100 / images);
    [all...]
  /frameworks/base/opengl/libs/EGL/
egl_object.h 184 memset(images, 0, sizeof(images));
188 EGLImageKHR images[IMPL_NUM_IMPLEMENTATIONS]; member in class:android::egl_image_t
  /external/oprofile/pp/
opannotate.cpp 759 bool annotate_source(list<string> const & images)
788 list<string>::const_iterator it = images.begin();
789 list<string>::const_iterator const end = images.end();
819 list<string> images; local
833 images.push_back(it->image);
843 annotate_source(images);
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 909 const int* images = black ? kBarsImagesBlack : kBarsImages; local
927 const int* images = black ? kBarsImagesBlack : kBarsImages; local
936 SkBitmap* images = black ? kAnimatingImagesBlack : kAnimatingImages; local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 91 // A list of images that we provide while in gtk mode.
120 static std::set<int> images; local
121 if (images.empty()) {
122 images.insert(kThemeImages, kThemeImages + arraysize(kThemeImages));
123 images.insert(kAutocompleteImages,
127 images.insert(buttons.begin(), buttons.end());
130 return images.count(id) > 0;
266 // broadcast new theme images and colors. Only realized widgets have style
685 // Before we start setting images and values, we have to clear out old, stale
    [all...]
  /external/opencv/cvaux/src/
cveigenobjects.cpp 196 // (images, vectors, etc.). ROI supported.
421 // object for a group of input objects (images, vectors, etc.). ROI supported.
1202 IplImage **images = (IplImage **) (((CvInput *) & input)->data); local
    [all...]
  /external/webkit/Source/WebKit/win/
DOMHTMLClasses.cpp 279 HRESULT STDMETHODCALLTYPE DOMHTMLDocument::images( function in class:DOMHTMLDocument
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 83 @property(readonly, retain) DOMHTMLCollection *images; variable
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 1368 ISystemImage[] images = target.getSystemImages(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 434 // initially and we still get images
890 Map<String, BufferedImage> images = categoryEntry.getValue(); local
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp 4186 PassRefPtr<HTMLCollection> Document::images() function in class:WebCore::Document
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 757 ArrayList<Bitmap> images = new ArrayList<Bitmap>(); local
774 images.add(info.iconBitmap);
781 prepareGenerateHoloOutlinesTask(page, items, images);
1192 ArrayList<Bitmap> images = data.generatedImages; local
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 1915 ImageSpan[] images = text.getSpans(i, next, ImageSpan.class); local
2755 HorizontalLineSpan[] images = local
    [all...]

Completed in 742 milliseconds

1 2