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

  /external/quake/quake/src/QW/
qwcl.spec.sh 26 original version of Quake can be played over the Internet, many users modem
32 After realizing how many people played Quake on the internet, and how many
qwsv.spec.sh 26 original version of Quake can be played over the Internet, many users modem
32 After realizing how many people played Quake on the internet, and how many
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.idl 65 readonly attribute TimeRanges played;
HTMLMediaElement.h 118 PassRefPtr<TimeRanges> played();
HTMLMediaElement.cpp 2066 PassRefPtr<TimeRanges> HTMLMediaElement::played() function in class:WebCore::HTMLMediaElement
    [all...]
  /external/qemu/audio/
dsoundaudio.c 82 DWORD played; member in struct:__anon9514
618 ds->played = 0;
631 ds->played += audio_ring_dist (ds->old_pos, ppos, hw->bufsize);
690 dolog ("played %lu mixed %lu diff %ld sec %f\n",
691 ds->played,
693 ds->mixed - ds->played,
694 abs (ds->mixed - ds->played) / (double) hw->info.bytes_per_second);
audio.c 1484 int played; local
    [all...]
winaudio.c 257 int played = 0; local
291 played += wav_samples;
317 return played;
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]

Completed in 750 milliseconds