Home
last modified time | relevance | path

Searched refs:sizeLimit (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedInputStream.cs115 private readonly int sizeLimit; field in Google.Protobuf.CodedInputStream
176 this.sizeLimit = DefaultSizeLimit; in CodedInputStream()
188 …tStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, int sizeLimit, int recursionLi… in CodedInputStream() argument
191 if (sizeLimit <= 0) in CodedInputStream()
199 this.sizeLimit = sizeLimit; in CodedInputStream()
218 … public static CodedInputStream CreateWithLimits(Stream input, int sizeLimit, int recursionLimit) in CreateWithLimits() argument
220 … return new CodedInputStream(input, new byte[BufferSize], 0, 0, sizeLimit, recursionLimit); in CreateWithLimits()
255 public int SizeLimit { get { return sizeLimit; } }
1052 if (totalBytesRead > sizeLimit || totalBytesRead < 0) in RefillBuffer()
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DURLFetcher.java134 public static String inputStreamToString(InputStream inputStream, int length, long sizeLimit) in inputStreamToString() argument
145 if (baos.size() > sizeLimit) { in inputStreamToString()
147 + sizeLimit); in inputStreamToString()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java412 private int sizeLimit = DEFAULT_SIZE_LIMIT; field in CodedInputByteBufferNano
461 final int oldLimit = sizeLimit; in setSizeLimit()
462 sizeLimit = limit; in setSizeLimit()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java885 private int sizeLimit = DEFAULT_SIZE_LIMIT; field in CodedInputStream
952 final int oldLimit = sizeLimit; in setSizeLimit()
953 sizeLimit = limit; in setSizeLimit()
1110 if (totalBytesRetired + n - sizeLimit > 0) { in tryRefillBuffer()
1165 if (currentMessageSize > sizeLimit) { in readRawBytesSlowPath()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24880 field public static final java.lang.String EXTRA_SIZE_LIMIT = "android.intent.extra.sizeLimit";
/frameworks/base/api/
Dcurrent.txt38282 field public static final String EXTRA_SIZE_LIMIT = "android.intent.extra.sizeLimit";