Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java2024 int fdCount = -1; in runNotLeakingTest() local
2032 fdCount = getFdCount(); in runNotLeakingTest()
2037 if (curFdCount - fdCount > 10) { in runNotLeakingTest()
2039 fdCount, curFdCount, i)); in runNotLeakingTest()
2046 if (curFdCount - fdCount > 10) { in runNotLeakingTest()
2047 fail(String.format("FDs leaked. Expected=%d, current=%d", fdCount, curFdCount)); in runNotLeakingTest()