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

  /external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 94 int numread = 0; local
96 numread = zis.read(buf);
97 if (numread <= 0) {
100 out.write(buf, 0, numread);
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 94 int numread = 0; local
96 numread = zis.read(buf);
97 if (numread <= 0) {
100 out.write(buf, 0, numread);
  /external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java 94 int numread = 0; local
96 numread = zis.read(buf);
97 if (numread <= 0) {
100 out.write(buf, 0, numread);
  /external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java 94 int numread = 0; local
96 numread = zis.read(buf);
97 if (numread <= 0) {
100 out.write(buf, 0, numread);
  /external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java 94 int numread = 0; local
96 numread = zis.read(buf);
97 if (numread <= 0) {
100 out.write(buf, 0, numread);
  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 94 int numread = 0; local
96 numread = zis.read(buf);
97 if (numread <= 0) {
100 out.write(buf, 0, numread);
  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 95 int numread = 0; local
97 numread = zis.read(buf);
98 if (numread <= 0) {
101 out.write(buf, 0, numread);
  /external/quake/quake/src/QW/client/
sys_win.c 403 int ch, numread, numevents; local
415 if (!ReadConsoleInput(hinput, recs, 1, &numread))
418 if (numread != 1)
  /external/quake/quake/src/WinQuake/
sys_win.cpp 562 int ch, numread, numevents; local
576 if (!ReadConsoleInput(hinput, recs, 1, &numread))
579 if (numread != 1)
  /external/sonivox/arm-wt-22k/host_src/
eas_hostmm.c 355 EAS_I32 numread; local
356 return EAS_HWReadFile(hwInstData, file, p, 1, &numread);

Completed in 147 milliseconds