Searched refs:curFdCount (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/utils/ |
D | LeakTest.java | 119 final int curFdCount = getFdCount(); in runNotLeakingTest() local 120 if (curFdCount - fdCount > 10) { in runNotLeakingTest() 122 fdCount, curFdCount, i)); in runNotLeakingTest() 127 final int curFdCount = getFdCount(); in runNotLeakingTest() local 128 if (curFdCount - fdCount > 10) { in runNotLeakingTest() 129 fail(String.format("FDs leaked. Expected=%d, current=%d", fdCount, curFdCount)); in runNotLeakingTest()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | PixelCopyTest.java | 804 final int curFdCount = getFdCount(); in runNotLeakingTest() local 805 if (curFdCount - fdCount > 10) { in runNotLeakingTest() 807 fdCount, curFdCount, i)); in runNotLeakingTest() 813 final int curFdCount = getFdCount(); in runNotLeakingTest() local 814 if (curFdCount - fdCount > 10) { in runNotLeakingTest() 815 Assert.fail(String.format("FDs leaked. Expected=%d, current=%d", fdCount, curFdCount)); in runNotLeakingTest()
|