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

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DistinguishedNameParser.java 172 int hexLen = end - beg; // skip first '#' char
173 if (hexLen < 5 || (hexLen & 1) == 0) {
178 byte[] encoded = new byte[hexLen / 2];
183 return new String(chars, beg, hexLen);
  /frameworks/base/core/java/org/apache/http/conn/ssl/
AndroidDistinguishedNameParser.java 178 int hexLen = end - beg; // skip first '#' char
179 if (hexLen < 5 || (hexLen & 1) == 0) {
184 byte[] encoded = new byte[hexLen / 2];
189 return new String(chars, beg, hexLen);
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 

Completed in 580 milliseconds