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

  /libcore/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java 132 String goldenPath = outputPath + File.separatorChar
139 File goldenFile = new File(goldenPath + i + ".ser");
448 String goldenPath = (test.getClass().getName().replace('.', File.separatorChar)
451 goldenPath = root + File.separatorChar + goldenPath;
454 File goldenFile = new File(goldenPath);
  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java 177 String goldenPath = outputPath + File.separatorChar
184 File goldenFile = new File(goldenPath + i + ".ser");
634 String goldenPath = test.getClass().getName().replace('.',
639 goldenPath = root + File.separatorChar + goldenPath;
643 File goldenFile = new File(goldenPath);
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
CodecTest.java 497 public static boolean getThumbnail(String filePath, String goldenPath) {
519 Bitmap goldenBitmap = mBitmapFactory.decodeFile(goldenPath);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java 522 public static boolean getThumbnail(String filePath, String goldenPath){
544 Bitmap goldenBitmap = mBitmapFactory.decodeFile(goldenPath);

Completed in 1248 milliseconds