Searched refs:maxLineLength (Results 1 – 4 of 4) sorted by relevance
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
D | Base64Variant.java | 111 …riant(String name, String base64Alphabet, boolean usesPadding, char paddingChar, int maxLineLength) in Base64Variant() argument 116 _maxLineLength = maxLineLength; in Base64Variant() 146 public Base64Variant(Base64Variant base, String name, int maxLineLength) in Base64Variant() argument 148 this(base, name, base._usesPadding, base._paddingChar, maxLineLength); in Base64Variant() 156 …4Variant(Base64Variant base, String name, boolean usesPadding, char paddingChar, int maxLineLength) in Base64Variant() argument 168 _maxLineLength = maxLineLength; in Base64Variant()
|
/external/apache-http/android/src/android/net/http/ |
D | AndroidHttpClientConnection.java | 68 private int maxLineLength; field in AndroidHttpClientConnection 113 maxLineLength = params.getIntParameter( in bind() 344 if (maxLineLength > 0 && in parseResponseHeader() 346 maxLineLength) { in parseResponseHeader()
|
/external/conscrypt/common/src/test/java/org/conscrypt/java/security/cert/ |
D | CertificateFactoryTest.java | 468 int maxLineLength = VALID_CERTIFICATE_PEM_DATA.length; in test_generateCertificate_AnyLineLength_Success() local 473 while (lineLength < (maxLineLength - 4)) { in test_generateCertificate_AnyLineLength_Success() 481 if (offset >= maxLineLength) { in test_generateCertificate_AnyLineLength_Success()
|
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/java/security/cert/ |
D | CertificateFactoryTest.java | 474 int maxLineLength = VALID_CERTIFICATE_PEM_DATA.length; in test_generateCertificate_AnyLineLength_Success() local 479 while (lineLength < (maxLineLength - 4)) { in test_generateCertificate_AnyLineLength_Success() 487 if (offset >= maxLineLength) { in test_generateCertificate_AnyLineLength_Success()
|