Home
last modified time | relevance | path

Searched refs:shouldContinue (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/test/594-load-string-regression/src/
H A DMain.java50 } while ($inline$shouldContinue()); in $noinline$test()
54 static boolean $inline$shouldContinue() { in $inline$shouldContinue()
/aosp12/frameworks/base/tools/aapt/
H A DWorkQueue.cpp141 bool shouldContinue = workUnit->run(); in threadLoop() local
149 if (!shouldContinue) { in threadLoop()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleHalManager.cpp213 bool shouldContinue = mHal->dump(fd, options); in debug() local
214 if (!shouldContinue) { in debug()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
H A DEuiccCard.java118 boolean shouldContinue(IccIoResult intermediateResult); in shouldContinue() method
1260 return intermediateResultHandler.shouldContinue(result); in sendApdu()