HomeSort by relevance Sort by last modified time
    Searched refs:IMAGES (Results 1 - 7 of 7) 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
  /packages/providers/DrmProvider/src/com/android/providers/drm/
DrmProvider.java 119 db.execSQL("CREATE TABLE images (" +
134 db.execSQL("DROP TABLE IF EXISTS images");
154 case IMAGES:
155 qb.setTables("images");
159 qb.setTables("images");
251 case IMAGES: {
254 rowId = db.insert("images", "title", values);
256 newUri = ContentUris.withAppendedId(DrmStore.Images.CONTENT_URI, rowId);
293 case IMAGES:
294 out.table = "images";
    [all...]
  /external/doclava/src/com/google/doclava/
SampleCode.java 55 public static String[] IMAGES = {".png", ".jpg", ".gif"};
85 if (inList(out, IMAGES)) {
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 48 import android.provider.BrowserContract.Images;
96 static final String TABLE_IMAGES = "images";
103 static final String TABLE_BOOKMARKS_JOIN_IMAGES = "bookmarks LEFT OUTER JOIN images " +
104 "ON bookmarks.url = images." + Images.URL;
105 static final String TABLE_HISTORY_JOIN_IMAGES = "history LEFT OUTER JOIN images " +
106 "ON history.url = images." + Images.URL;
114 "ON history.url = bookmarks.url LEFT OUTER JOIN images " +
115 "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 682 milliseconds