HomeSort by relevance Sort by last modified time
    Searched refs:images (Results 176 - 200 of 287) sorted by null

1 2 3 4 5 6 78 91011>>

  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 284 $imgIcon = $('<img src="'+toRoot+'assets/images/resource-tutorial.png" alt=""/>');
289 $imgIcon = $('<img src="'+toRoot+'assets/images/resource-article.png" alt=""/>');
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 358 $imgIcon = $('<img src="'+toRoot+'assets/images/resource-tutorial.png" alt=""/>');
363 $imgIcon = $('<img src="'+toRoot+'assets/images/resource-article.png" alt=""/>');
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 345 $imgIcon = $('<img src="'+toRoot+'assets/images/resource-tutorial.png" '
351 $imgIcon = $('<img src="'+toRoot+'assets/images/resource-article.png" '
    [all...]
  /development/build/
sdk.atree 181 # System images + Kernel
182 system.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/system.img
183 ramdisk.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/ramdisk.img
184 userdata.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/userdata.img
185 system/build.prop system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/build.prop
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_selection.js 566 // then all images loaded.
580 // FileSelection could change while images are loading.
716 // Scaling large images kills animation. Downscale it in advance.
718 // Canvas scales images with liner interpolation. Make a larger
  /external/chromium_org/chrome/browser/resources/image_loader/
worker.js 24 * List of pending requests for images to be downloaded.
cache.js 8 * Persistent cache storing images in an indexed database on the hard disk.
35 * Memory limit for images data in bytes.
image_loader_client.js 32 * LRU cache for images.
218 * Memory limit for images data in bytes.
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_size.py 513 elif func.images:
573 img = f.images[0]
gl_XML.py 607 self.images = []
703 self.images.append( param )
737 """Return potentially empty list of input images."""
738 return self.images
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_size.py 513 elif func.images:
573 img = f.images[0]
gl_XML.py 607 self.images = []
703 self.images.append( param )
737 """Return potentially empty list of input images."""
738 return self.images
  /external/skia/tools/skpdiff/
diff_viewer.js 33 // Make it so the maximum size of an image is MAX_SWAP_IMG_SIZE, and the images are
  /frameworks/base/core/jni/
Android.mk 164 external/skia/src/images \
  /external/chromium/chrome/browser/webdata/
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/chromium_org/chrome/common/extensions/docs/static/css/
site.css 441 background: url(../images/toggle_sprite.png) no-repeat 0 0;
462 list-style: url(../images/sidearrow.png);
543 /* List with largeish images floated to the right. */
  /external/chromium_org/chrome/common/
render_messages.h 206 IPC_STRUCT_TRAITS_MEMBER(images)
  /external/chromium_org/ui/base/cursor/
cursor_loader_x11.cc 204 x_images->images[frame] = x_image;
217 // Free animated cursors and images.
  /external/chromium/chrome/browser/task_manager/
task_manager.cc 192 return FormatStatsSize(stats.images);
344 return ValueCompare<size_t>(stats1.images.size, stats2.images.size);
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 48 import android.provider.MediaStore.Images;
147 // Show/Hide the "no images" icon and text. Load resources on demand.
163 // The storage status is changed, restart the worker or show "no images".
288 MediaStore.Images.Media.EXTERNAL_CONTENT_URI,
388 // i >= 3 means we are looking at All Images/All Videos.
389 // lists[i-3] is the corresponding Camera Images/Camera Videos.
485 // If we have zero folder, show the "no images" icon.
569 // Camera Images
586 // All Images
635 IImageList images) {
    [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...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 135 'audio': 'images/filetype_large_audio.png',
136 'folder': 'images/filetype_large_folder.png',
137 'unknown': 'images/filetype_large_generic.png',
138 'video': 'images/filetype_large_video.png'
    [all...]
  /external/opencv/ml/src/
mlcnn.cpp 54 CvStatModel* cnn_model, const CvMat* images, int tflag,
62 const float** images,
212 const float** images,
264 image.data.fl = (float*)images[i];
285 image.data.fl = (float*)images[worst_img_idx];
    [all...]
  /external/chromium_org/ui/
ui_resources.target.darwin-arm.mk     [all...]
ui_resources.target.darwin-mips.mk     [all...]

Completed in 1233 milliseconds

1 2 3 4 5 6 78 91011>>