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

  /external/llvm/docs/
Makefile 29 IMAGES := $(wildcard $(PROJ_SRC_DIR)/img/*.*)
61 $(Verb) $(DataInstall) $(IMAGES) $(DESTDIR)$(PROJ_docsdir)/html/img
  /external/doclava/src/com/google/doclava/
SampleCode.java 55 public static String[] IMAGES = {".png", ".jpg", ".gif"};
85 if (inList(out, 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...]
  /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/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 283 milliseconds