HomeSort by relevance Sort by last modified time
    Searched refs:IMAGES (Results 1 - 9 of 9) 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/owasp/sanitizer/src/main/org/owasp/html/
Sanitizers.java 103 public static final PolicyFactory IMAGES = new HtmlPolicyBuilder()
  /external/owasp/sanitizer/src/tests/org/owasp/html/
SanitizersTest.java 133 PolicyFactory s = Sanitizers.IMAGES;
277 .and(Sanitizers.IMAGES)
  /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 1446 milliseconds