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
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 88 public final static int QUEUE = 12;
410 * should be created, and QUEUE if the "current playlist" was
426 sub.add(1, Defs.QUEUE, 0, R.string.queue);
    [all...]
  /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 479 milliseconds