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 131 String goldenPath = outputPath + File.separatorChar
138 File goldenFile = new File(goldenPath + i + ".ser");
449 String goldenPath = (test.getClass().getName().replace('.', File.separatorChar)
452 goldenPath = root + File.separatorChar + goldenPath;
455 File goldenFile = new File(goldenPath);
  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java 176 String goldenPath = outputPath + File.separatorChar
183 File goldenFile = new File(goldenPath + i + ".ser");
629 String goldenPath = test.getClass().getName().replace('.',
634 goldenPath = root + File.separatorChar + goldenPath;
638 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 186 milliseconds