Home
last modified time | relevance | path

Searched defs:queue (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/bigquery/
Dbigquery_scheduled_automatic_client.py25 def start_scheduled_automatic_logging(queue, project_id, credentials_path): argument
Dbigquery_buffer.py25 queue = None variable
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DPipe.kt33 private val queue = ArrayBlockingQueue<Packet<T>>(capacity) constant
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aEventDispatcher.java83 LinkedList<EventSl4aObject> queue = new LinkedList<>(); in internalPolling() local
85 mEventQueue.put(event.getName(), queue); in internalPolling() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DConditionPriorityBlockingQueueTest.java284 final ConditionPriorityBlockingQueue<Integer> queue = in testModificationOnIterating() local