HomeSort by relevance Sort by last modified time
    Searched defs:maxLineLength (Results 1 - 21 of 21) sorted by null

  /prebuilts/go/darwin-x86/src/net/http/internal/
chunked.go 19 const maxLineLength = 4096 // assumed <= bufio.defaultBufSize
118 // Give up if the line exceeds maxLineLength.
133 if len(p) >= maxLineLength {
  /prebuilts/go/linux-x86/src/net/http/internal/
chunked.go 19 const maxLineLength = 4096 // assumed <= bufio.defaultBufSize
118 // Give up if the line exceeds maxLineLength.
133 if len(p) >= maxLineLength {
  /prebuilts/jdk/jdk8/darwin-x86/sample/lambda/BulkDataOperations/src/
WC.java 181 private long maxLineLength;
193 maxLineLength = Math.max(maxLineLength, line.length());
203 maxLineLength = Math.max(maxLineLength, stat.maxLineLength);
213 sb.append("Max line length = ").append(maxLineLength).append('\n');
  /prebuilts/jdk/jdk8/linux-x86/sample/lambda/BulkDataOperations/src/
WC.java 181 private long maxLineLength;
193 maxLineLength = Math.max(maxLineLength, line.length());
203 maxLineLength = Math.max(maxLineLength, stat.maxLineLength);
213 sb.append("Max line length = ").append(maxLineLength).append('\n');
  /external/apache-http/android/src/android/net/http/
AndroidHttpClientConnection.java 68 private int maxLineLength;
113 maxLineLength = params.getIntParameter(
344 if (maxLineLength > 0 &&
346 maxLineLength) {
  /libcore/luni/src/test/java/libcore/java/security/cert/
CertificateFactoryTest.java 238 int maxLineLength = VALID_CERTIFICATE_PEM_DATA.length;
243 while (lineLength < (maxLineLength - 4)) {
251 if (offset >= maxLineLength) {
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-core/1.0/
doxia-core-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/
httpcore-4.4.4.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/ktlint/
ktlint-android-all.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 
google-java-format-all-deps.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 

Completed in 926 milliseconds