/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);
|
/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));
|
/tools/motodev/src/plugins/android/src/com/motorola/studio/android/model/ |
ProjectCreationSupport.java | 784 IFile imageFile = 787 if (!imageFile.exists()) 792 createImageFromTemplate(monitor, imageFile, fileName); 799 IFile imageFile = 802 if (!imageFile.exists()) 807 createImageFromTemplate(monitor, imageFile, fileName); [all...] |
/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
|
/tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/model/ |
WidgetProvider.java | 443 IFile imageFile =
460 imageFile.create(imgUrl.openStream(), IResource.NONE, new SubProgressMonitor(
|
/system/core/rootdir/ |
init.rc | 73 # imagefile directory will be bind-mounted
|
/external/oprofile/ |
ChangeLog-2001 | 90 samplefile and imagefile [all...] |