HomeSort by relevance Sort by last modified time
    Searched defs:QUEUE (Results 1 - 5 of 5) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/util/
ExceptionCatchingInputStream.java 7 import java.util.Queue;
18 private static final Queue<ExceptionCatchingInputStream> QUEUE = Util.createQueue(0);
25 synchronized (QUEUE) {
26 result = QUEUE.poll();
37 while (!QUEUE.isEmpty()) {
38 QUEUE.remove();
134 synchronized (QUEUE) {
135 QUEUE.offer(this);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
fifo.hpp 38 struct QUEUE
  /test/vti/dashboard/src/main/java/com/android/vts/job/
VtsProfilingStatsJobServlet.java 37 import com.google.appengine.api.taskqueue.Queue;
68 public static final String QUEUE = "profilingStatsQueue";
90 Queue queue = QueueFactory.getQueue(QUEUE); local
99 TaskQueueHelper.addToQueue(queue, tasks);
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 307 milliseconds