Searched refs:MAX_CONSECUTIVE_REENTRANT_REBUILDS (Results 1 – 2 of 2) sorted by relevance
1766 runWhileScheduledUpTo(MAX_CONSECUTIVE_REENTRANT_REBUILDS + 2); in testOutOfOrderPreGroupFilterInvalidationDoesNotThrowBeforeTooManyRuns()1769 expectWtfs(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testOutOfOrderPreGroupFilterInvalidationDoesNotThrowBeforeTooManyRuns()1791 expectWtfs(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testOutOfOrderPreGroupFilterInvalidationThrowsAfterTooManyRuns()1814 runWhileScheduledUpTo(MAX_CONSECUTIVE_REENTRANT_REBUILDS + 2); in testNonConsecutiveOutOfOrderInvalidationsDontThrowAfterTooManyRuns()1818 runWhileScheduledUpTo(MAX_CONSECUTIVE_REENTRANT_REBUILDS + 2); in testNonConsecutiveOutOfOrderInvalidationsDontThrowAfterTooManyRuns()1821 expectWtfs(MAX_CONSECUTIVE_REENTRANT_REBUILDS * 2); in testNonConsecutiveOutOfOrderInvalidationsDontThrowAfterTooManyRuns()1843 expectWtfs(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testOutOfOrderPrompterInvalidationDoesNotThrowBeforeTooManyRuns()1866 expectWtfs(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testOutOfOrderPrompterInvalidationThrowsAfterTooManyRuns()1891 expectWtfs(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testOutOfOrderComparatorInvalidationDoesNotThrowBeforeTooManyRuns()1934 expectWtfs(MAX_CONSECUTIVE_REENTRANT_REBUILDS); in testOutOfOrderPreRenderFilterInvalidationDoesNotThrowBeforeTooManyRuns()[all …]
140 @VisibleForTesting public static final int MAX_CONSECUTIVE_REENTRANT_REBUILDS = 3; field in ShadeListBuilder1412 if (mConsecutiveReentrantRebuilds > MAX_CONSECUTIVE_REENTRANT_REBUILDS) { in scheduleRebuild()1413 Log.e(TAG, "Crashing after more than " + MAX_CONSECUTIVE_REENTRANT_REBUILDS in scheduleRebuild()