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

  /external/blktrace/
act_mask.c 20 DECLARE_MASK_MAP(QUEUE),
  /external/blktrace/btreplay/doc/
btreplay.tex 71 the only traces you are interested in are \emph{QUEUE} requests --
73 specify the \texttt{-a queue} command line option to \texttt{blktrace}.
129 As noted above, \texttt{btrecord} extracts \texttt{QUEUE} operations from
130 \texttt{blktrace} output. These \texttt{QUEUE} operations indicate the
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 89 public final static int QUEUE = 12;
408 * should be created, and QUEUE if the "current playlist" was
427 sub.add(1, Defs.QUEUE, 0, R.string.queue);
    [all...]
AlbumBrowserActivity.java 308 case QUEUE: {
ArtistAlbumBrowserActivity.java 397 case QUEUE: {
    [all...]
TrackBrowserActivity.java 391 // When showing the queue, position the selection on the currently playing track
690 case QUEUE: {
803 // remove track from queue
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
tts_background.js 162 * The utterance queue.
261 // TODO(dtseng): Google TTS flushes the queue when encountering strings of
303 * Use the speech queue to handle the given speech request.
305 * @param {number} queueMode The queue mode.
310 // anything from the queue we need to. If we remove the current utterance,
330 // Next, add the new utterance to the queue.
333 // Now start speaking the next item in the queue.
338 * If nothing is speaking, pop the first item off the speech queue and
422 * currently speaking, or removed from the queue if not), given the new
423 * utterance we want to speak and the queue mode. If the queue mode i
    [all...]

Completed in 198 milliseconds