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

  /external/owasp/sanitizer/src/main/org/owasp/html/
Sanitizers.java 103 public static final PolicyFactory IMAGES = new HtmlPolicyBuilder()
  /external/doclava/src/com/google/doclava/
SampleCode.java 41 /** Max size for browseable images/video. If a source file exceeds this size,
153 if (inList(path, IMAGES) || inList(path, VIDEOS) || inList(path, TEMPLATED)) {
171 * the output directory. Source files are templated and images are templated
206 if (inList(path, IMAGES)) {
525 public static String[] IMAGES = {".png", ".jpg", ".gif"};
  /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...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /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 854 milliseconds