Home
last modified time | relevance | path

Searched refs:fdCount (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTest.java691 int fdCount = -1; in runNotLeakingTest() local
698 fdCount = getFdCount(); in runNotLeakingTest()
704 if (curFdCount - fdCount > 10) { in runNotLeakingTest()
706 fdCount, curFdCount, i)); in runNotLeakingTest()
713 if (curFdCount - fdCount > 10) { in runNotLeakingTest()
714 Assert.fail(String.format("FDs leaked. Expected=%d, current=%d", fdCount, curFdCount)); in runNotLeakingTest()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java2261 int fdCount = -1; in runNotLeakingTest() local
2268 fdCount = getFdCount(); in runNotLeakingTest()
2274 if (curFdCount - fdCount > 10) { in runNotLeakingTest()
2276 fdCount, curFdCount, i)); in runNotLeakingTest()
2283 if (curFdCount - fdCount > 10) { in runNotLeakingTest()
2284 fail(String.format("FDs leaked. Expected=%d, current=%d", fdCount, curFdCount)); in runNotLeakingTest()