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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLInputStream.java 114 int read_b; local
117 if ((read_b = read()) == -1) {
120 b[off+i] = (byte) read_b;
SSLSocketInputStream.java 133 int read_b; local
136 if ((read_b = read()) == -1) {
139 b[off+i] = (byte) read_b;
  /libcore/luni/src/main/java/javax/crypto/
CipherInputStream.java 152 int read_b; local
155 if ((read_b = read()) == -1) {
159 b[off+i] = (byte) read_b;
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CertFactoryImpl.java 843 int read_b; local
    [all...]

Completed in 629 milliseconds