Home
last modified time | relevance | path

Searched defs:equal (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/security/src/android/security/cts/
DSeamendcHostTest.java195 private void assertSource(File left, File right, String type, boolean equal) throws Exception { in assertSource()
213 private void assertTarget(File left, File right, String type, boolean equal) throws Exception { in assertTarget()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp504 bool equal = bitmapsEqual(minStride, height, pixelsA, strideA, jPixels, jInfo.stride); in bitmapsEqual() local