Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSupplementalMonitorTest.java85 verifyOccupiedMethodsInCurrentThread(monitor, false, false, 0); in testOccupiedMethods()
89 verifyOccupiedMethodsInCurrentThread(monitor, true, true, 1); in testOccupiedMethods()
93 verifyOccupiedMethodsInCurrentThread(monitor, true, true, 2); in testOccupiedMethods()
98 verifyOccupiedMethodsInCurrentThread(monitor, true, true, 1); in testOccupiedMethods()
103 verifyOccupiedMethodsInCurrentThread(monitor, false, false, 0); in testOccupiedMethods()
107 private static void verifyOccupiedMethodsInCurrentThread( in verifyOccupiedMethodsInCurrentThread() method in SupplementalMonitorTest
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DSupplementalMonitorTest.java85 verifyOccupiedMethodsInCurrentThread(monitor, false, false, 0); in testOccupiedMethods()
89 verifyOccupiedMethodsInCurrentThread(monitor, true, true, 1); in testOccupiedMethods()
93 verifyOccupiedMethodsInCurrentThread(monitor, true, true, 2); in testOccupiedMethods()
98 verifyOccupiedMethodsInCurrentThread(monitor, true, true, 1); in testOccupiedMethods()
103 verifyOccupiedMethodsInCurrentThread(monitor, false, false, 0); in testOccupiedMethods()
107 private static void verifyOccupiedMethodsInCurrentThread( in verifyOccupiedMethodsInCurrentThread() method in SupplementalMonitorTest