Searched defs:readCount (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java504 int readCount = super.read(b, off, len);
507 if(readCount<0) { // EOF or error
508 return readCount;
516 switchSigned8bit(b,off,len,readCount);
520 switchEndian(b,off,len,readCount);
524 switchSignedLE(b,off,len,readCount);
528 switchSignedBE(b,off,len,readCount);
533 switchSignedLE(b,off,len,readCount);
534 switchEndian(b,off,len,readCount);
539 switchSignedBE(b,off,len,readCount);
552 switchSigned8bit(byte[] b, int off, int len, int readCount) argument
559 switchSignedBE(byte[] b, int off, int len, int readCount) argument
566 switchSignedLE(byte[] b, int off, int len, int readCount) argument
573 switchEndian(byte[] b, int off, int len, int readCount) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandInterpreter.java624 int readCount(StringTokenizer t) { method in class:CommandInterpreter
643 int nLevels = readCount(t);
666 int nLevels = readCount(t);

Completed in 32 milliseconds