Searched refs:maxSize (Results 26 - 50 of 132) sorted by relevance

123456

/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLSignatureRawRSA.java100 int maxSize = NativeCrypto.RSA_size(key.getPkeyContext());
101 inputBuffer = new byte[maxSize];
118 int maxSize = NativeCrypto.RSA_size(key.getPkeyContext());
119 inputBuffer = new byte[maxSize];
/external/icu/icu4c/source/common/
H A Dlrucache.cpp88 if (uhash_count(localeIdToEntries) < maxSize) {
134 maxSize(size) {
155 maxSize + maxSize / 5,
/external/aac/libAACenc/src/
H A DaacEnc_ram.h156 #define maxSize(a,b) ( ((a)>(b)) ? (a) : (b) ) macro
177 #define BUF_SIZE_1 ( ALIGN_SIZE(maxSize(sizeof(PSY_DYNAMIC), \
/external/chromium_org/third_party/skia/tests/
H A DPackBitsTest.cpp52 size_t maxSize = SkPackBits::ComputeMaxSize16(size); local
53 REPORTER_ASSERT(reporter, maxSize >= dstSize);
87 size_t maxSize = SkPackBits::ComputeMaxSize8(gTests[i].fCount); local
90 REPORTER_ASSERT(reporter, dstSize <= maxSize);
106 size_t maxSize = SkPackBits::ComputeMaxSize8(size); local
107 REPORTER_ASSERT(reporter, maxSize >= dstSize);
/external/skia/tests/
H A DPackBitsTest.cpp52 size_t maxSize = SkPackBits::ComputeMaxSize16(size); local
53 REPORTER_ASSERT(reporter, maxSize >= dstSize);
87 size_t maxSize = SkPackBits::ComputeMaxSize8(gTests[i].fCount); local
90 REPORTER_ASSERT(reporter, dstSize <= maxSize);
106 size_t maxSize = SkPackBits::ComputeMaxSize8(size); local
107 REPORTER_ASSERT(reporter, maxSize >= dstSize);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java144 private long maxSize; field in class:DiskLruCache
181 private DiskLruCache(File directory, int appVersion, int valueCount, long maxSize) { argument
188 this.maxSize = maxSize;
197 * @param maxSize the maximum number of bytes this cache should use to store
200 public static DiskLruCache open(File directory, int appVersion, int valueCount, long maxSize) argument
202 if (maxSize <= 0) {
203 throw new IllegalArgumentException("maxSize <= 0");
222 DiskLruCache cache = new DiskLruCache(directory, appVersion, valueCount, maxSize);
238 cache = new DiskLruCache(directory, appVersion, valueCount, maxSize);
489 setMaxSize(long maxSize) argument
[all...]
/external/clang/utils/ABITest/
H A DEnumeration.py161 def getNthTuple(N, maxSize=aleph0, maxElement=aleph0, useDivmod=False, useLeftToRight=False):
162 """getNthTuple(N, maxSize, maxElement) -> x
164 Return the N-th tuple where len(x) < maxSize and for y in x, 0 <=
172 if maxSize is aleph0:
174 bounds = [maxElement**i for i in range(1, maxSize+1)]
177 S,M = getNthPairBounded(N, maxSize, useDivmod=useDivmod)
179 def getNthTupleChecked(N, maxSize=aleph0, maxElement=aleph0,
182 t = GNT(N,maxSize,maxElement,useDivmod,useLeftToRight)
183 assert len(t) <= maxSize
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDragImage.cpp212 void DragImage::fitToMaxSize(const IntSize& srcSize, const IntSize& maxSize) argument
219 if (srcSize.width() > maxSize.width()) {
220 widthResizeRatio = maxSize.width() / static_cast<float>(srcSize.width());
224 if (srcSize.height() > maxSize.height()) {
225 heightResizeRatio = maxSize.height() / static_cast<float>(srcSize.height());
/external/proguard/src/proguard/evaluation/
H A DStack.java47 public Stack(int maxSize) argument
49 values = new Value[maxSize];
79 public void reset(int maxSize) argument
82 if (maxSize > values.length)
85 values = new Value[maxSize];
H A DTracedStack.java45 public TracedStack(int maxSize) argument
47 super(maxSize);
49 producerStack = new Stack(maxSize);
/external/eigen/test/
H A Dnomalloc.cpp104 const int maxSize = 16; local
110 maxSize, maxSize> Matrix;
115 maxSize, 1> Vector;
120 maxSize, maxSize> ComplexMatrix;
/external/chromium_org/third_party/WebKit/Source/core/timing/
H A DPerformance.idl45 [MeasureAs=PrefixedPerformanceSetResourceTimingBufferSize] void webkitSetResourceTimingBufferSize(unsigned long maxSize);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/util/
H A Dutility.c115 int maxSize)
126 strncpy(stringParam, argv[n], maxSize);
110 readParamString( int argc, char* argv[], char* strID, char* stringParam, int maxSize) argument
H A Dutility.h136 int maxSize);
/external/chromium_org/chrome/installer/util/
H A Dlzma_util.cc26 DWORD maxSize = *size; local
29 BOOL res = ReadFile(file, data, maxSize, &processedLoc, NULL);
31 maxSize -= processedLoc;
39 } while (maxSize > 0);
/external/deqp/framework/opengl/
H A DgluFboRenderContext.cpp197 int maxSize = 0; local
198 gl.getIntegerv(GL_MAX_RENDERBUFFER_SIZE, &maxSize);
200 width = (width == glu::RenderConfig::DONT_CARE) ? maxSize : width;
201 height = (height == glu::RenderConfig::DONT_CARE) ? maxSize : height;
/external/libnfc-nxp/src/
H A DphFriNfc_NdefMap.c1239 NFCSTATUS phFriNfc_NdefMap_GetContainerSize(const phFriNfc_NdefMap_t *NdefMap,uint32_t *maxSize, uint32_t *actualSize) argument
1246 if( (NdefMap == NULL) || (maxSize == NULL) || (actualSize == NULL))
1262 *maxSize = NdefMap->MifareULContainer.RemainingSize;
1280 *maxSize = NdefMap->DesfireCapContainer.NdefFileSize - 2;
1293 *maxSize = NdefMap->TopazContainer.RemainingSize;
1304 *maxSize = NdefMap->TopazContainer.NDEFRWSize;
1321 *maxSize = NdefMap->StdMifareContainer.remainingSize;
1365 *maxSize = (((30 * (16 * 3)) + (sect_index * (16 * 15))) - 4);
1369 *maxSize = (((actual_sect_index - 1) * (16 * 3)) - 4);
1373 *maxSize
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtscoll.cpp503 int32_t maxSize = 100; local
505 LocalArray<Order> orders(new Order[maxSize]);
512 if (size == maxSize)
514 maxSize *= 2;
515 Order *temp = new Order[maxSize];
528 if (maxSize > size)
/external/deqp/modules/gles2/functional/
H A Des2fNegativeBufferApiTests.cpp404 GLint maxSize;
405 glGetIntegerv(GL_MAX_RENDERBUFFER_SIZE, &maxSize);
406 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, 1, maxSize+1);
408 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, maxSize+1, 1);
410 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, maxSize+1, maxSize+1);
/external/icu/icu4c/source/test/intltest/
H A Dtscoll.cpp485 int32_t maxSize = 100; local
487 LocalArray<Order> orders(new Order[maxSize]);
494 if (size == maxSize)
496 maxSize *= 2;
497 Order *temp = new Order[maxSize];
514 if (maxSize > size)
H A Dlrucachetest.cpp41 int32_t maxSize,
52 int32_t maxSize,
54 LRUCache(maxSize, status), defaultFormatStr() {
51 LRUCacheForTesting( int32_t maxSize, const UnicodeString &dfs, UErrorCode &status) argument
/external/glide/third_party/disklrucache/
H A Ddisklrucache-2.0.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/jakewharton/ com/jakewharton/disklrucache/ com/jakewharton/disklrucache/DiskLruCache ...
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpecSet.java43 * @param maxSize {@code >= 0;} the maximum register number (exclusive) that
46 public RegisterSpecSet(int maxSize) { argument
47 super(maxSize != 0);
49 this.specs = new RegisterSpec[maxSize];
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_gencmn.c77 static uint32_t maxSize; variable
134 maxSize = max_size;
458 /* do not add files that are longer than maxSize */
459 if(maxSize && length>maxSize) {
461 printf("%s ignored (size %ld > %ld)\n", fullPath, (long)length, (long)maxSize);
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_gencmn.c77 static uint32_t maxSize; variable
134 maxSize = max_size;
458 /* do not add files that are longer than maxSize */
459 if(maxSize && length>maxSize) {
461 printf("%s ignored (size %ld > %ld)\n", fullPath, (long)length, (long)maxSize);

Completed in 2407 milliseconds

123456