Searched defs:queue (Results 1 – 5 of 5) sorted by relevance
25 def start_scheduled_automatic_logging(queue, project_id, credentials_path): argument
25 queue = None variable
33 private val queue = ArrayBlockingQueue<Packet<T>>(capacity) constant
83 LinkedList<EventSl4aObject> queue = new LinkedList<>(); in internalPolling() local85 mEventQueue.put(event.getName(), queue); in internalPolling() local
284 final ConditionPriorityBlockingQueue<Integer> queue = in testModificationOnIterating() local