HomeSort by relevance Sort by last modified time
    Searched full:numsounds (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 117 int numSounds = mTestFiles.length;
118 mSounds = new int[numSounds];
122 for (int index = 0; index < numSounds; index++) {
  /external/quake/quake/src/WinQuake/
cl_parse.cpp 208 int nummodels, numsounds; local
270 for (numsounds=1 ; ; numsounds++)
275 if (numsounds==MAX_SOUNDS)
280 strcpy (sound_precache[numsounds], str);
300 for (i=1 ; i<numsounds ; i++)
  /external/quake/quake/src/QW/client/
cl_parse.c 618 int numsounds; local
625 numsounds = MSG_ReadByte();
631 numsounds++;
632 if (numsounds == MAX_SOUNDS)
634 strcpy (cl.sound_name[numsounds], str);

Completed in 43 milliseconds