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

  /cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java 64 File imagefile = new File(dbDir, "animated.gif"); local
65 if (imagefile.exists()) {
66 imagefile.delete();
68 writeSampleImage(imagefile);
69 mMovie = Movie.decodeFile(imagefile.getPath());
77 private void writeSampleImage(File imagefile) throws Exception {
83 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 94 File imagefile = new File(dbDir, "tempimage.jpg"); local
95 if (imagefile.exists()) {
96 imagefile.delete();
98 createSampleImage(imagefile, R.raw.testimage);
101 Uri uri = Uri.parse(imagefile.getPath());
112 createSampleImage(imagefile, R.raw.scenery);
113 uri = Uri.parse(imagefile.getPath());
123 imagefile.delete();
150 private void createSampleImage(File imagefile, int resid) {
156 target = new FileOutputStream(imagefile);
    [all...]
ImageViewTest.java 71 private void createSampleImage(File imagefile, int resid) {
77 target = new FileOutputStream(imagefile);
195 File imagefile = new File(dbDir, "tempimage.jpg"); local
196 if (imagefile.exists()) {
197 imagefile.delete();
199 createSampleImage(imagefile, R.raw.testimage);
200 final String path = imagefile.getPath();
RemoteViewsTest.java 172 File imageFile = new File(path);
175 createSampleImage(imageFile, R.raw.testimage);
189 imageFile.delete();
469 File imagefile = new File(path); local
472 createSampleImage(imagefile, R.raw.testimage);
495 imagefile.delete();
582 private void createSampleImage(File imagefile, int resid) throws IOException {
588 target = new FileOutputStream(imagefile);
  /frameworks/support/v4/java/android/support/v4/print/
PrintHelper.java 94 public void printBitmap(String jobName, Uri imageFile)
136 public void printBitmap(String jobName, Uri imageFile) {
186 public void printBitmap(String jobName, Uri imageFile) throws FileNotFoundException {
187 mPrintHelper.printBitmap(jobName, imageFile);
287 * @param imageFile The <code>Uri</code> pointing to an image to print.
290 public void printBitmap(String jobName, Uri imageFile) throws FileNotFoundException {
291 mImpl.printBitmap(jobName, imageFile);
  /packages/apps/Launcher3/src/com/android/launcher3/
SavedWallpaperImages.java 174 File imageFile = new File(mContext.getFilesDir(), filenames.first);
175 imageFile.delete();
188 File imageFile = File.createTempFile("wallpaper", "", mContext.getFilesDir());
190 mContext.openFileOutput(imageFile.getName(), Context.MODE_PRIVATE);
203 values.put(ImageDb.COLUMN_IMAGE_FILENAME, imageFile.getName());
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/
SettingsDialog.java 75 private URL imageFile = null;
100 * @param imageFile
106 public SettingsDialog(AppSettings source, String imageFile, boolean loadSettings) {
107 this(source, getURL(imageFile), loadSettings);
117 * @param imageFile
124 public SettingsDialog(AppSettings source, URL imageFile, boolean loadSettings) {
130 this.imageFile = imageFile;
248 icon = new JLabel(imageFile != null ? new ImageIcon(imageFile) : null)
    [all...]
  /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");
  /system/vold/
Loop.cpp 239 SLOGE("Error creating imagefile (%s)", strerror(errno));
244 SLOGE("Error truncating imagefile (%s)", strerror(errno));
  /frameworks/support/v4/kitkat/android/support/v4/print/
PrintHelperKitkat.java 282 * @param imageFile The <code>Uri</code> pointing to an image to print.
285 public void printBitmap(final String jobName, final Uri imageFile)
334 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
  /system/core/rootdir/
init.rc 74 # imagefile directory will be bind-mounted
  /external/oprofile/
ChangeLog-2001 90 samplefile and imagefile
    [all...]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py     [all...]

Completed in 1495 milliseconds