HomeSort by relevance Sort by last modified time
    Searched refs:IMAGES (Results 1 - 8 of 8) sorted by null

  /development/scripts/
combine_sdks.sh 25 IMAGES="$2"
28 if [[ -z "$BASE" || -z "$IMAGES" || -z "$OUTPUT" ]] ; then
29 echo "usage: combine_sdks.sh [-v] [-nozip] BASE IMAGES OUTPUT"
31 echo " BASE and IMAGES should be sdk zip files. The system image files,"
32 echo " emulator and other runtime files will be copied from IMAGES and"
54 IMAGES_DIR="$TMP"/images
58 unzip $Q "$IMAGES" -d "$IMAGES_DIR"
68 replace tools/lib/images
  /external/chromium_org/chrome/test/functional/
prefs.py 220 for (i=0; i < document.images.length; i++) {
221 if ((document.images[i].naturalWidth != 0) &&
222 (document.images[i].naturalHeight != 0)) {
231 """Verify images are not blocked in Incognito mode."""
236 msg='No visible images found in Incognito mode.')
239 """Verify images blocked for defined hostname pattern."""
242 self._driver, ContentTypes.IMAGES)
251 """Verify images allowed for defined hostname pattern."""
254 self._driver, ContentTypes.IMAGES)
260 msg='No visible images found.'
    [all...]
  /external/doclava/src/com/google/doclava/
SampleCode.java 87 public static String[] IMAGES = {".png", ".jpg", ".gif"};
149 if (inList(path, IMAGES)) {
667 if (inList(out, IMAGES)) {
  /external/chromium_org/chrome/test/functional/webdriver_pages/
settings.py 264 IMAGES = 'images'
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 48 import android.provider.BrowserContract.Images;
98 static final String TABLE_IMAGES = "images";
105 static final String TABLE_BOOKMARKS_JOIN_IMAGES = "bookmarks LEFT OUTER JOIN images " +
106 "ON bookmarks.url = images." + Images.URL;
107 static final String TABLE_HISTORY_JOIN_IMAGES = "history LEFT OUTER JOIN images " +
108 "ON history.url = images." + Images.URL;
116 "ON history.url = bookmarks.url LEFT OUTER JOIN images " +
117 "ON history.url = images.url_key"
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 231 milliseconds