HomeSort by relevance Sort by last modified time
    Searched refs:byteLimit (Results 1 - 25 of 26) sorted by null

1 2

  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 474 * Sets {@code currentLimit} to (current position) + {@code byteLimit}. This
479 public int pushLimit(int byteLimit) throws InvalidProtocolBufferNanoException {
480 if (byteLimit < 0) {
483 byteLimit += bufferPos;
485 if (byteLimit > oldLimit) {
488 currentLimit = byteLimit;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsMessageBase.java 357 * @param byteLimit maximum number of bytes in the fragment
362 int currentPosition, int byteLimit, CharSequence msgBody) {
363 int nextPos = Math.min(currentPosition + byteLimit / 2, msgBody.length());
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 530 * Sets {@code currentLimit} to (current position) + {@code byteLimit}. This
535 public int pushLimit(int byteLimit) throws InvalidProtocolBufferMicroException {
536 if (byteLimit < 0) {
539 byteLimit += totalBytesRetired + bufferPos;
541 if (byteLimit > oldLimit) {
544 currentLimit = byteLimit;
  /external/skia/tests/
SkResourceCacheTest.cpp 45 const size_t byteLimit = 100 * 1024;
46 cache.reset(new SkResourceCache(byteLimit));
250 const size_t byteLimit = 100 * 1024;
252 SkResourceCache cache(byteLimit);
257 SkDiscardableMemoryPool::Create(byteLimit, nullptr));
  /external/skia/src/core/
SkResourceCache.cpp 205 SkResourceCache::SkResourceCache(size_t byteLimit) {
207 fTotalByteLimit = byteLimit;
300 size_t byteLimit;
305 byteLimit = SK_MaxU32; // no limit based on bytes
308 byteLimit = fTotalByteLimit;
313 if (!forcePurge && fTotalBytesUsed < byteLimit && fCount < countLimit) {
SkResourceCache.h 198 * byteLimit, purging automatically when a new image is added to the cache
202 explicit SkResourceCache(size_t byteLimit);
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java 421 * @param byteLimit The binary size limit, in bytes
429 final int byteLimit, final Uri uri, final Context context,
432 widthLimit, heightLimit, byteLimit, uri, context, contentType);
440 final int widthLimit, final int heightLimit, final int byteLimit, final Uri uri,
448 mByteLimit = byteLimit;
635 "Cannot resize image: widthLimit=%d heightLimit=%d byteLimit=%d " +
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java 656 * @param byteLimit The binary size limit, in bytes
666 final int heightLimit, final int byteLimit, final int width, final int height,
671 widthLimit, heightLimit, byteLimit, imageUri, context, contentType);
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/
kotlin-compiler-embeddable-1.0.0-rc-1036.jar 

Completed in 886 milliseconds

1 2