Home
last modified time | relevance | path

Searched defs:sizeLimit (Results 1 – 14 of 14) sorted by relevance

/external/volley/core/src/main/java/com/android/volley/toolbox/
DByteArrayPool.java77 public ByteArrayPool(int sizeLimit) { in ByteArrayPool()
/external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/
DTestFileUtil.java65 public static char[] readUtf8File(String fileName, int sizeLimit) throws in readUtf8File()
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
DTestFileUtil.java65 public static char[] readUtf8File(String fileName, int sizeLimit) throws in readUtf8File()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs161 …putStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, int sizeLimit, int recursion… in CodedInputStream()
191 … public static CodedInputStream CreateWithLimits(Stream input, int sizeLimit, int recursionLimit) in CreateWithLimits()
DParserInternalState.cs98 internal int sizeLimit; field
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs161 …putStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, int sizeLimit, int recursion… in CodedInputStream()
191 … public static CodedInputStream CreateWithLimits(Stream input, int sizeLimit, int recursionLimit) in CreateWithLimits()
DParserInternalState.cs98 internal int sizeLimit; field
/external/openthread/tests/unit/
Dtest_heap.cpp164 size_t sizeLimit = (1 << seed); in TestAllocateMultiple() local
/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.cpp1011 size_t sizeLimit[] = { 1, 1, 1 }; in get_max_allowed_work_group_size() local
1124 size_t sizeLimit[3]; in get_max_common_work_group_size() local
1145 size_t sizeLimit[3]; in get_max_common_2D_work_group_size() local
1191 size_t sizeLimit[3]; in get_max_common_3D_work_group_size() local
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java412 private int sizeLimit = DEFAULT_SIZE_LIMIT; field in CodedInputByteBufferNano
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java459 private int sizeLimit = DEFAULT_SIZE_LIMIT; field in CodedInputStreamMicro
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java74 int sizeLimit = DEFAULT_SIZE_LIMIT; field in CodedInputStream
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java74 int sizeLimit = DEFAULT_SIZE_LIMIT; field in CodedInputStream
/external/angle/src/compiler/translator/
DParseContext.cpp1172 const unsigned int sizeLimit = 65536; in checkIsValidArraySize() local