Home
last modified time | relevance | path

Searched defs:executed2 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/interfaces/broadcastradio/common/tests/
H A DWorkerThread_test.cpp61 atomic<bool> executed2(false); in TEST() local
123 atomic<bool> executed2(false); in TEST() local
/aosp_15_r20/platform_testing/libraries/flicker/test/src/android/tools/flicker/config/
H A DFlickerConfigTest.kt180 var executed2 = false in registerAssertionToScenario() variable
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
H A DSerializeReentrantCallsDirectExecutorTest.java75 final AtomicBoolean executed2 = new AtomicBoolean(); in exceptionShouldNotCancelQueuedTasks() local