HomeSort by relevance Sort by last modified time
    Searched refs:shouldWait (Results 1 - 11 of 11) sorted by null

  /external/skia/src/gpu/vk/
GrVkSemaphore.h 53 bool shouldWait() const {
GrVkCommandBuffer.cpp 506 if (waitSemaphores[i]->shouldWait()) {
    [all...]
GrVkGpu.cpp     [all...]
  /external/skqp/src/gpu/vk/
GrVkSemaphore.h 53 bool shouldWait() const {
GrVkCommandBuffer.cpp 506 if (waitSemaphores[i]->shouldWait()) {
    [all...]
GrVkGpu.cpp     [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 387 final AtomicBoolean shouldWait = new AtomicBoolean(false);
391 if (shouldWait.get()) {
406 shouldWait.set(true);
615 private final AtomicBoolean shouldWait;
618 DelayingIdentityLoader(AtomicBoolean shouldWait, CountDownLatch delayLatch) {
619 this.shouldWait = shouldWait;
624 if (shouldWait.get()) {
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractScheduledServiceTest.java 338 final AtomicBoolean shouldWait = new AtomicBoolean(true);
342 if (shouldWait.get()) {
358 shouldWait.set(false);
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
LockTaskTest.java 282 Intent launchIntent = createReceiverActivityIntent(true /*newTask*/, true /*shouldWait*/);
312 Intent launchIntent = createReceiverActivityIntent(false /*newTask*/, false /*shouldWait*/);
334 Intent launchIntent = createReceiverActivityIntent(true /*newTask*/, false /*shouldWait*/);
351 Intent launchIntent = createReceiverActivityIntent(true /*newTask*/, false /*shouldWait*/);
577 private Intent createReceiverActivityIntent(boolean newTask, boolean shouldWait) {
581 intent.setAction(shouldWait ? ACTION_CREATE_AND_WAIT : ACTION_JUST_CREATE);
  /cts/tests/framework/base/activitymanager/util/src/android/server/am/
ActivityManagerTestBase.java     [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]

Completed in 890 milliseconds