HomeSort by relevance Sort by last modified time
    Searched refs:imagePath (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/mac/
ImageMac.mm 58 NSString *imagePath = [bundle pathForResource:[NSString stringWithUTF8String:name] ofType:@"tiff"];
59 NSData *namedImageData = [NSData dataWithContentsOfFile:imagePath];
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_ThumbnailsTest.java 129 String imagePath = c.getString(c.getColumnIndex(Media.DATA));
132 assertTrue("image file does not exist", new File(imagePath).exists());
165 assertFalse("image file should no longer exist", new File(imagePath).exists());
181 imagePath = c.getString(c.getColumnIndex(Media.DATA));
183 assertTrue("image file does not exist", new File(imagePath).exists());
186 assertFalse("image file should no longer exist", new File(imagePath).exists());
195 imagePath = c.getString(c.getColumnIndex(Media.DATA));
210 assertTrue("image file should still exist", new File(imagePath).exists());
  /external/chromium/chrome/browser/resources/
bug_report.js 88 var imagePath = '';
90 imagePath = $(selectedThumbnailId + '-image').src;
100 imagePath];
  /external/qemu/android/avd/
info.h 207 void avdInfo_setImageFile( AvdInfo* i, AvdImageType imageType, const char* imagePath );
info.c 153 char* imagePath [ AVD_IMAGE_MAX ];
165 AFREE(i->imagePath[nn]);
685 i->imagePath[id] = path;
863 return i->imagePath[imageType];
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdManager.java     [all...]
  /frameworks/base/core/java/android/provider/
MediaStore.java 733 * @param imagePath The path to the image to insert
739 public static final String insertImage(ContentResolver cr, String imagePath,
742 FileInputStream stream = new FileInputStream(imagePath);
744 Bitmap bm = BitmapFactory.decodeFile(imagePath);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 290 milliseconds