HomeSort by relevance Sort by last modified time
    Searched full:imagefile (Results 1 - 25 of 27) sorted by null

1 2

  /cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java 62 File imagefile = new File(dbDir, "animated.gif"); local
63 if (imagefile.exists()) {
64 imagefile.delete();
66 writeSampleImage(imagefile);
67 mMovie = Movie.decodeFile(imagefile.getPath());
75 private void writeSampleImage(File imagefile) throws Exception {
81 target = new FileOutputStream(imagefile);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 125 File imageFile = new File(mContext.getFilesDir(), "tempimage.jpg");
126 assertTrue(imageFile.createNewFile());
127 assertTrue(imageFile.exists());
128 writeSampleImage(imageFile);
130 final String path = imageFile.getPath();
133 assertTrue(imageFile.delete());
136 private void writeSampleImage(File imagefile) throws IOException {
142 target = new FileOutputStream(imagefile);
162 File imageFile = null;
177 imageFile = new File(mContext.getFilesDir(), "tempimage.jpg")
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ImageSwitcherTest.java 95 File imagefile = new File(dbDir, "tempimage.jpg"); local
96 if (imagefile.exists()) {
97 imagefile.delete();
99 createSampleImage(imagefile, R.raw.testimage);
102 Uri uri = Uri.parse(imagefile.getPath());
113 createSampleImage(imagefile, R.raw.scenery);
114 uri = Uri.parse(imagefile.getPath());
124 imagefile.delete();
151 private void createSampleImage(File imagefile, int resid) {
157 target = new FileOutputStream(imagefile);
    [all...]
ImageViewTest.java 75 private void createSampleImage(File imagefile, int resid) {
81 target = new FileOutputStream(imagefile);
199 File imagefile = new File(dbDir, "tempimage.jpg"); local
200 if (imagefile.exists()) {
201 imagefile.delete();
203 createSampleImage(imagefile, R.raw.testimage);
204 final String path = imagefile.getPath();
RemoteViewsTest.java 178 File imageFile = new File(path);
181 createSampleImage(imageFile, R.raw.testimage);
195 imageFile.delete();
476 File imagefile = new File(path); local
479 createSampleImage(imagefile, R.raw.testimage);
502 imagefile.delete();
589 private void createSampleImage(File imagefile, int resid) throws IOException {
595 target = new FileOutputStream(imagefile);
  /frameworks/support/v4/java/android/support/v4/print/
PrintHelper.java 107 public void printBitmap(String jobName, Uri imageFile, OnPrintFinishCallback callback)
149 public void printBitmap(String jobName, Uri imageFile, OnPrintFinishCallback callback) {
209 public void printBitmap(String jobName, Uri imageFile,
220 mPrintHelper.printBitmap(jobName, imageFile, delegateCallback);
332 * @param imageFile The <code>Uri</code> pointing to an image to print.
335 public void printBitmap(String jobName, Uri imageFile) throws FileNotFoundException {
336 mImpl.printBitmap(jobName, imageFile, null);
345 * @param imageFile The <code>Uri</code> pointing to an image to print.
349 public void printBitmap(String jobName, Uri imageFile, OnPrintFinishCallback callback)
351 mImpl.printBitmap(jobName, imageFile, callback)
    [all...]
  /external/fonttools/Lib/fontTools/pens/
reportLabPen.py 50 imageFile = sys.argv[3]
52 imageFile = "%s.png" % glyphName
72 renderPM.drawToFile(d, imageFile, fmt="PNG")
  /external/chromium_org/third_party/skia/tools/
test_image_decoder.cpp 21 SkDebugf("Usage:\n %s imagefile\n\n", argv[0]);
  /external/skia/tools/
test_image_decoder.cpp 21 SkDebugf("Usage:\n %s imagefile\n\n", argv[0]);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
SavedWallpaperImages.java 145 File imageFile = new File(mContext.getFilesDir(), filenames.first);
146 imageFile.delete();
159 File imageFile = File.createTempFile("wallpaper", "", mContext.getFilesDir());
161 mContext.openFileOutput(imageFile.getName(), Context.MODE_PRIVATE);
174 values.put(ImageDb.COLUMN_IMAGE_FILENAME, imageFile.getName());
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeListAdapter.java 74 String imageFile = item.getString(Constants.RECIPE_FIELD_IMAGE);
75 parsed.image = AssetUtils.loadBitmapAsset(mContext, imageFile);
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeListAdapter.java 74 String imageFile = item.getString(Constants.RECIPE_FIELD_IMAGE);
75 parsed.image = AssetUtils.loadBitmapAsset(mContext, imageFile);
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
RecipeListAdapter.java 74 String imageFile = item.getString(Constants.RECIPE_FIELD_IMAGE);
75 parsed.image = AssetUtils.loadBitmapAsset(mContext, imageFile);
  /system/vold/
Loop.cpp 239 SLOGE("Error creating imagefile (%s)", strerror(errno));
244 SLOGE("Error truncating imagefile (%s)", strerror(errno));
256 SLOGE("Error opening imagefile (%s)", strerror(errno));
266 SLOGE("Error truncating imagefile (%s)", strerror(errno));
  /external/chromium_org/third_party/skia/gm/tests/
run.sh 98 for IMAGEFILE in $(find $ACTUAL_OUTPUT_DIR -name \*.png); do
99 echo "[contents of $IMAGEFILE]" >$IMAGEFILE
101 for IMAGEFILE in $(find $ACTUAL_OUTPUT_DIR -name \*.pdf); do
102 echo "[contents of $IMAGEFILE]" >$IMAGEFILE
  /external/skia/gm/tests/
run.sh 98 for IMAGEFILE in $(find $ACTUAL_OUTPUT_DIR -name \*.png); do
99 echo "[contents of $IMAGEFILE]" >$IMAGEFILE
101 for IMAGEFILE in $(find $ACTUAL_OUTPUT_DIR -name \*.pdf); do
102 echo "[contents of $IMAGEFILE]" >$IMAGEFILE
  /external/libmtp/examples/
albumart.c 37 printf("Usage: albumart -i <fileid/trackid> -n <albumname> <imagefile>\n");
thumb.c 38 printf("Usage: thumb -i <fileid/trackid> <imagefile>\n");
  /frameworks/support/v4/kitkat/android/support/v4/print/
PrintHelperKitkat.java 295 * @param imageFile The <code>Uri</code> pointing to an image to print.
299 public void printBitmap(final String jobName, final Uri imageFile,
350 return loadConstrainedBitmap(imageFile, MAX_PRINT_SIZE);
  /external/jpeg/
usage.doc 36 cjpeg [switches] [imagefile] >jpegfile
38 djpeg [switches] [jpegfile] >imagefile
45 cjpeg [switches] imagefile jpegfile
47 djpeg [switches] jpegfile imagefile
54 cjpeg [switches] -outfile jpegfile imagefile
56 djpeg [switches] -outfile imagefile jpegfile
  /external/qemu/distrib/jpeg-6b/
usage.doc 36 cjpeg [switches] [imagefile] >jpegfile
38 djpeg [switches] [jpegfile] >imagefile
45 cjpeg [switches] imagefile jpegfile
47 djpeg [switches] jpegfile imagefile
54 cjpeg [switches] -outfile jpegfile imagefile
56 djpeg [switches] -outfile imagefile jpegfile
  /frameworks/base/services/core/java/com/android/server/am/
TaskPersister.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 21 TM_ENUM(0,BT,IMAGEFILE)
291 TM_PROP(3001,TMT,IMAGEFILE,FILENAME)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /system/core/rootdir/
init.rc 80 # imagefile directory will be bind-mounted

Completed in 1311 milliseconds

1 2