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

1 2

  /frameworks/base/services/core/java/com/android/server/storage/
FileCollector.java 40 private static final int IMAGES = 0;
46 IMAGES,
114 // Images
115 EXTENSION_MAP.put("bmp", IMAGES);
116 EXTENSION_MAP.put("gif", IMAGES);
117 EXTENSION_MAP.put("jpg", IMAGES);
118 EXTENSION_MAP.put("jpeg", IMAGES);
119 EXTENSION_MAP.put("jpe", IMAGES);
120 EXTENSION_MAP.put("pcx", IMAGES);
121 EXTENSION_MAP.put("png", IMAGES);
    [all...]
  /build/soong/cmd/zip2zip/
zip2zip_test.go 50 "IMAGES/system.img",
51 "IMAGES/b.txt",
52 "IMAGES/recovery.img",
53 "IMAGES/vendor.img",
57 args: []string{"OTA/android-info.txt:android-info.txt", "IMAGES/*.img:."},
71 "IMAGES/system.img",
72 "IMAGES/b.txt",
73 "IMAGES/recovery.img",
74 "IMAGES/vendor.img",
79 args: []string{"IMAGES/*.img:.", "OTA/android-info.txt:android-info.txt"}
    [all...]
  /platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
IDownloadsHelper.java 23 IMAGES,
  /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
  /development/vndk/tools/
build_mixed 23 echo " used to verify the compatibility of the given images. Optional."
104 readonly DEVICE_IMAGES_DIR="$DEVICE_ARTIFACTS_DIR"/IMAGES
106 readonly SYSTEM_IMAGES_DIR="$SYSTEM_ARTIFACTS_DIR"/IMAGES
114 # Get the system images and meta data.
116 IMAGES/system.img IMAGES/vbmeta.img META/system_matrix.xml META/system_manifest.xml "$SYSTEM_BUILD_PROP" \
120 # Get the device images.
161 unzip -o "$COPY_SYSTEM_TARGET_FILES_ARCHIVE" IMAGES/system.img -d "$SYSTEM_ARTIFACTS_DIR"
modify_system_img.sh 18 echo " compatible with vendor images of older Android versions."
171 zip -d "$SYSTEM_TARGET_FILES" IMAGES/system\*
  /external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/viewpager/
ViewPagerActivity.java 25 private static final String[] IMAGES = { "sanmartino.jpg", "swissroad.jpg" };
72 fragment.setAsset(IMAGES[position]);
78 return IMAGES.length;
  /external/owasp/sanitizer/src/main/org/owasp/html/
Sanitizers.java 103 public static final PolicyFactory IMAGES = new HtmlPolicyBuilder()
  /developers/build/prebuilts/gradle/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/
ImageProvider.kt 31 * This class fetches the images from the local storage but the storage could be
56 // We only support a query for multiple images, return null for other form of queries
59 IMAGES -> {
118 IMAGES -> return "vnd.android.cursor.dir/images"
119 IMAGE_ID -> return "vnd.android.cursor.item/images"
213 private val IMAGES = 1
220 sUriMatcher.addURI(ImageContract.AUTHORITY, "images", IMAGES)
221 sUriMatcher.addURI(ImageContract.AUTHORITY, "images/#", IMAGE_ID
    [all...]
  /developers/samples/android/content/documentsUi/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/
ImageProvider.kt 31 * This class fetches the images from the local storage but the storage could be
56 // We only support a query for multiple images, return null for other form of queries
59 IMAGES -> {
118 IMAGES -> return "vnd.android.cursor.dir/images"
119 IMAGE_ID -> return "vnd.android.cursor.item/images"
213 private val IMAGES = 1
220 sUriMatcher.addURI(ImageContract.AUTHORITY, "images", IMAGES)
221 sUriMatcher.addURI(ImageContract.AUTHORITY, "images/#", IMAGE_ID
    [all...]
  /developers/build/prebuilts/gradle/ContentProviderPaging/app/src/main/java/com/example/android/contentproviderpaging/
ImageProvider.java 42 * This class fetches the images from the local storage but the storage could be
49 private static final int IMAGES = 1;
56 sUriMatcher.addURI(ImageContract.AUTHORITY, "images", IMAGES);
57 sUriMatcher.addURI(ImageContract.AUTHORITY, "images/#", IMAGE_ID);
60 // Indicated how many same images are going to be written as dummy images
90 // We only support a query for multiple images, return null for other form of queries
93 case IMAGES:
143 case IMAGES
    [all...]
  /developers/samples/android/content/documentsUi/ContentProviderPaging/app/src/main/java/com/example/android/contentproviderpaging/
ImageProvider.java 42 * This class fetches the images from the local storage but the storage could be
49 private static final int IMAGES = 1;
56 sUriMatcher.addURI(ImageContract.AUTHORITY, "images", IMAGES);
57 sUriMatcher.addURI(ImageContract.AUTHORITY, "images/#", IMAGE_ID);
60 // Indicated how many same images are going to be written as dummy images
90 // We only support a query for multiple images, return null for other form of queries
93 case IMAGES:
143 case IMAGES
    [all...]
  /external/owasp/sanitizer/src/tests/org/owasp/html/
SanitizersTest.java 133 PolicyFactory s = Sanitizers.IMAGES;
277 .and(Sanitizers.IMAGES)
  /external/swiftshader/third_party/LLVM/docs/
Makefile 29 IMAGES := $(wildcard $(PROJ_SRC_DIR)/img/*.*)
61 $(Verb) $(DataInstall) $(IMAGES) $(DESTDIR)$(PROJ_docsdir)/html/img
  /external/tensorflow/tensorflow/contrib/gan/python/estimator/python/
gan_estimator_impl.py 45 IMAGES = 2
51 SummaryType.IMAGES: tfgan_summaries.add_gan_model_image_summaries,
  /external/autotest/server/cros/faft/
cr50_test.py 29 # images are needed to be able to restore the original image and board id.
30 IMAGES = 1 << 1
50 # We successfully saved the device images
51 self._saved_state |= self.IMAGES
72 """Use the saved state to find all of the device images.
76 # Copy the prod and prepvt images from the DUT
207 if not (self._saved_state & self.IMAGES):
208 logging.warning('Did not save the original images. Cannot restore '
385 # Debug images are node locked with the devid. Add the devid to the
407 # Release images can be found using the rw versio
    [all...]
  /system/update_engine/sample_images/
generate_images.sh 19 # This script generates some sample images used in unittests and packages them
20 # in the sample_images.tar.bz2 file. The list of generated images and their
22 # script to update the generated images whenever you modify this script.
254 IMAGES=()
259 IMAGES+=( "$1.img" )
264 # Add more sample images here.
270 # Add squashfs sample images.
274 # Generate the tarball and delete temporary images.
277 --sparse "${IMAGES[@]}"
279 rm "${IMAGES[@]}
    [all...]
  /external/libjpeg-turbo/
tjbenchtest.in 23 IMAGES="vgl_5674_0098.${EXT} vgl_6434_0018a.${EXT} vgl_6548_0026a.${EXT} nightshot_iso_100.${EXT}"
61 IMAGES="vgl_6548_0026a.${EXT}"
74 for image in $IMAGES; do
tjbenchtest.java.in 22 IMAGES="vgl_5674_0098.bmp vgl_6434_0018a.bmp vgl_6548_0026a.bmp nightshot_iso_100.bmp"
57 IMAGES="vgl_6548_0026a.bmp"
64 for image in $IMAGES; do
tjexampletest.in 22 IMAGES="vgl_5674_0098.bmp vgl_6434_0018a.bmp vgl_6548_0026a.bmp nightshot_iso_100.bmp"
35 for image in $IMAGES; do
  /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
211 if (inList(path, IMAGES)) {
537 public static String[] IMAGES = {".png", ".jpg", ".gif"};
  /build/make/core/
Makefile 660 # Targets for boot/OS images
703 # the boot image, which is a collection of other images.
    [all...]
  /build/make/tools/releasetools/
add_img_to_target_files 18 Given a target-files zipfile that does not contain images (ie, does
19 not have an IMAGES/ top-level subdirectory), produce the images and
25 Build and add missing images to "IMAGES/". If this option is
26 not specified, this script will simply exit when "IMAGES/"
42 Skip building & adding the images for "userdata" and "cache" if we
127 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.img")
148 block_list = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.map")
159 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system_other.img"
    [all...]
add_img_to_target_files.py 18 Given a target-files zipfile that does not contain images (ie, does
19 not have an IMAGES/ top-level subdirectory), produce the images and
25 Build and add missing images to "IMAGES/". If this option is
26 not specified, this script will simply exit when "IMAGES/"
42 Skip building & adding the images for "userdata" and "cache" if we
127 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.img")
148 block_list = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.map")
159 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system_other.img"
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 515 milliseconds

1 2