Searched refs:numread (Results 1 - 8 of 8) sorted by relevance

/external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
H A DInstallerActivity.java94 int numread = 0;
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/
H A DInstallerActivity.java94 int numread = 0;
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/
H A DInstallerActivity.java94 int numread = 0;
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/
H A DInstallerActivity.java94 int numread = 0;
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/
H A DInstallerActivity.java94 int numread = 0;
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/
H A DInstallerActivity.java94 int numread = 0;
96 numread = zis.read(buf);
97 if (numread <= 0) {
100 out.write(buf, 0, numread);
/external/svox/picolanginstaller/src/com/svox/langpack/installer/
H A DInstallerActivity.java95 int numread = 0;
97 numread = zis.read(buf);
98 if (numread <= 0) {
101 out.write(buf, 0, numread);
/external/sonivox/arm-wt-22k/host_src/
H A Deas_hostmm.c354 EAS_I32 numread; local
355 return EAS_HWReadFile(hwInstData, file, p, 1, &numread);

Completed in 234 milliseconds