Searched defs:given (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | ErrorCalculator.java | 72 public float calcErrorRS(Bitmap ideal, Bitmap given) { in calcErrorRS() 117 public void calcErrorHeatmapRS(Bitmap ideal, Bitmap given, Bitmap output) { in calcErrorHeatmapRS() 132 public static float calcError(Bitmap ideal, Bitmap given) { in calcError()
|
/frameworks/support/jetifier/jetifier/processor/src/test/kotlin/com/android/tools/build/jetifier/processor/transform/bytecode/ |
D | CoreRemapperImplTest.kt | 39 val given = "androidx.test.InputConnectionCompat.CONTENT_URI" in remapString_shouldUseFallbackForField() constant
|
/frameworks/support/jetifier/jetifier/processor/src/test/kotlin/com/android/tools/build/jetifier/processor/transform/proguard/ |
D | ProGuardTester.kt | 93 class ProGuardTesterForFile(private val config: Config, private val given: String) { constant in com.android.tools.build.jetifier.processor.transform.proguard.ProGuardTester.ProGuardTesterForFile 108 class ProGuardTesterForType(private val config: Config, private val given: String) { constant in com.android.tools.build.jetifier.processor.transform.proguard.ProGuardTester.ProGuardTesterForType 120 class ProGuardTesterForArgs(private val config: Config, private val given: String) { constant in com.android.tools.build.jetifier.processor.transform.proguard.ProGuardTester.ProGuardTesterForArgs
|
/frameworks/support/jetifier/jetifier/processor/src/test/kotlin/com/android/tools/build/jetifier/processor/transform/resource/ |
D | XmlResourcesTransformerTest.kt | 399 val given = in testRewrite() constant
|
/frameworks/support/graphics/drawable/static/src/androidTest/java/androidx/vectordrawable/graphics/drawable/tests/ |
D | VectorDrawableTest.java | 244 private void compareImages(Bitmap ideal, Bitmap given, String filename) { in compareImages()
|
/frameworks/support/graphics/drawable/animated/src/androidTest/java/androidx/vectordrawable/graphics/drawable/tests/ |
D | AnimatedVectorDrawableTest.java | 215 private void compareImages(Bitmap ideal, Bitmap given, String filename) { in compareImages()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardEntry.java | 296 public void setGiven(String given) { mGiven = given; } in setGiven()
|