Home
last modified time | relevance | path

Searched defs:numPops (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DBlockingQueueFuzzer.cpp43 size_t numPops = fdp.ConsumeIntegralInRange<size_t>(0, filled); in LLVMFuzzerTestOneInput() local
51 size_t numPops = fdp.ConsumeIntegralInRange<size_t>(0, filled); in LLVMFuzzerTestOneInput() local
/aosp_15_r20/cts/tests/fragment/src/android/fragment/cts/
H A DFragmentTransitionTest.java1001 private void verifyPopTransition(final int numPops, TransitionFragment from, in verifyPopTransition()