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

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 153 File imageFile = new File(mContext.getFilesDir(), "tempimage.jpg");
154 assertTrue(imageFile.createNewFile());
155 assertTrue(imageFile.exists());
156 writeSampleImage(imageFile);
158 final String path = imageFile.getPath();
161 assertTrue(imageFile.delete());
175 File imageFile = new File(mContext.getFilesDir(), "tempimage.jpg");
176 assertTrue(imageFile.createNewFile());
177 assertTrue(imageFile.exists());
178 try (OutputStream target = new FileOutputStream(imageFile)) {
    [all...]
  /external/fonttools/Lib/fontTools/pens/
reportLabPen.py 53 imageFile = sys.argv[3]
55 imageFile = "%s.png" % glyphName
75 renderPM.drawToFile(d, imageFile, fmt="PNG")
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodPresentMediaDialog.java 137 File imageFile = (File) getArguments().getSerializable(KEY_IMAGE_FILE);
144 int orientationInDegree = getOrientationInDegreeFromImage(imageFile);
146 input = new FileInputStream(imageFile);
160 input = new FileInputStream(imageFile);
214 private static int getOrientationInDegreeFromImage(File imageFile) throws IOException {
215 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath());
  /cts/tests/tests/media/src/android/media/cts/
ExifInterfaceTest.java 363 File imageFile = new File(Environment.getExternalStorageDirectory(), fileName);
364 String verboseTag = imageFile.getName();
367 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath());
372 exifInterface = new ExifInterface(imageFile);
378 in = new BufferedInputStream(new FileInputStream(imageFile.getAbsolutePath()));
388 fd = Os.open(imageFile.getAbsolutePath(), OsConstants.O_RDONLY, 0600);
401 File imageFile = clone(srcFile);
402 String verboseTag = imageFile.getName();
404 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath());
406 exifInterface = new ExifInterface(imageFile.getAbsolutePath())
    [all...]
HeifWriterTest.java 131 File imageFile = new File(imageFilePath);
132 if (imageFile.exists()) {
133 imageFile.delete();
  /external/tensorflow/tensorflow/lite/java/ovic/src/test/java/org/tensorflow/ovic/
OvicClassifierTest.java 69 File imageFile = new File(TEST_IMAGE_PATH);
70 BufferedImage img = ImageIO.read(imageFile);
73 imageFile = new File(TEST_LOW_RES_IMAGE_PATH);
74 img = ImageIO.read(imageFile);
OvicDetectorTest.java 65 File imageFile = new File(TEST_IMAGE_PATH);
66 BufferedImage rawimg = ImageIO.read(imageFile);
  /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/deprecated/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);
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/examples/
LabelImage.java 58 String imageFile = args[1];
63 byte[] imageBytes = readAllBytesOrExit(Paths.get(imageFile));
  /external/syzkaller/pkg/build/
linux.go 103 imageFile := filepath.Join(outputDir, "image")
104 if err := osutil.CopyFile(filepath.Join(tempDir, "disk.raw"), imageFile); err != nil {
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 279 File imageFile = new File(path);
282 createSampleImage(imageFile, R.raw.testimage);
296 imageFile.delete();
586 File imagefile = new File(path); local
589 createSampleImage(imagefile, R.raw.testimage);
608 imagefile.delete();
    [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 1582 milliseconds