Home
last modified time | relevance | path

Searched defs:maxSize (Results 1 – 25 of 33) sorted by relevance

12

/external/okhttp/src/main/java/libcore/util/
DBasicLruCache.java28 private final int maxSize; field in BasicLruCache
30 public BasicLruCache(int maxSize) { in BasicLruCache()
80 private void trimToSize(int maxSize) { in trimToSize()
/external/icu4c/tools/gencmn/
Dgencmn.c51 uint32_t maxSize; in main() local
/external/webkit/Source/WebKit/gtk/tests/
Dtestapplicationcache.c29 unsigned long long maxSize = 8192; in test_application_cache_maximum_size() local
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DWKString.cpp40 size_t maxSize = WKStringGetMaximumUTF8CStringSize(string); in TEST() local
/external/skia/tests/
DPackBitsTest.cpp52 size_t maxSize = SkPackBits::ComputeMaxSize16(size); in test_pack16() local
87 size_t maxSize = SkPackBits::ComputeMaxSize8(gTests[i].fCount); in test_pack8() local
106 size_t maxSize = SkPackBits::ComputeMaxSize8(size); in test_pack8() local
/external/qemu/android/utils/
Dsystem.c86 size_t maxSize; in _android_array_alloc() local
110 size_t maxSize; in _android_array_realloc() local
/external/proguard/src/proguard/evaluation/
DStack.java45 public Stack(int maxSize) in Stack()
77 public void reset(int maxSize) in reset()
DTracedStack.java45 public TracedStack(int maxSize) in TracedStack()
/external/okhttp/src/main/java/libcore/io/
DDiskLruCache.java146 private final long maxSize; field in DiskLruCache
180 private DiskLruCache(File directory, int appVersion, int valueCount, long maxSize) { in DiskLruCache()
199 public static DiskLruCache open(File directory, int appVersion, int valueCount, long maxSize) in open()
434 public long maxSize() { in maxSize() method in DiskLruCache
/external/clang/utils/ABITest/
DEnumeration.py161 def getNthTuple(N, maxSize=aleph0, maxElement=aleph0, useDivmod=False, useLeftToRight=False): argument
179 def getNthTupleChecked(N, maxSize=aleph0, maxElement=aleph0, argument
DTypeGen.py320 def __init__(self, typeGen, maxSize, useIncomplete=False, useZero=False): argument
348 def __init__(self, typeGen, useUnion, maxSize): argument
373 def __init__(self, typeGen, useReturn, maxSize): argument
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DShortArrayCodeOutput.java32 public ShortArrayCodeOutput(int maxSize) { in ShortArrayCodeOutput()
/external/eigen/test/
Dnomalloc.cpp99 const int maxSize = 16; in ctms_decompositions() local
/external/aac/libAACenc/src/
DaacEnc_ram.h156 #define maxSize(a,b) ( ((a)>(b)) ? (a) : (b) ) macro
/external/webkit/Tools/QtTestBrowser/
Dmain.cpp249 unsigned int maxSize = takeOptionValue(&args, setOfflineStorageDefaultQuotaIndex).toUInt(); in handleUserOptions() local
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpecSet.java46 public RegisterSpecSet(int maxSize) { in RegisterSpecSet()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
Dscanner.c613 int yylex_CPP(char* buf, int maxSize) in yylex_CPP()
/external/chromium/chrome/browser/extensions/
Dbrowser_action_apitest.cc166 gfx::Size maxSize = BrowserActionTestUtil::GetMaxPopupSize(); in IN_PROC_BROWSER_TEST_F() local
/external/webkit/Source/JavaScriptCore/runtime/
DArguments.cpp64 void Arguments::copyToRegisters(ExecState* exec, Register* buffer, uint32_t maxSize) in copyToRegisters()
/external/webkit/Source/WebCore/platform/win/
DClipboardWin.cpp288 int maxSize = min(fsPath.length(), WTF_ARRAY_LENGTH(fgd->fgd[0].cFileName)); in createGlobalImageFileDescriptor() local
746 unsigned maxSize = min(fsPath.length(), WTF_ARRAY_LENGTH(fgd->fgd[0].cFileName)); in writeURL() local
/external/webkit/Source/WebCore/platform/graphics/android/
DImageSourceAndroid.cpp139 const size_t maxSize = computeMaxBitmapSizeForCache(); in computeSampleSize() local
/external/libnfc-nxp/src/
DphFriNfc_NdefMap.c1239 NFCSTATUS phFriNfc_NdefMap_GetContainerSize(const phFriNfc_NdefMap_t *NdefMap,uint32_t *maxSize, ui… in phFriNfc_NdefMap_GetContainerSize()
/external/icu4c/tools/toolutil/
Dpkg_gencmn.c77 static uint32_t maxSize; variable
/external/okhttp/src/main/java/libcore/net/http/
DHttpResponseCache.java81 public HttpResponseCache(File directory, long maxSize) throws IOException { in HttpResponseCache()
/external/icu4c/test/intltest/
Dtscoll.cpp501 int32_t maxSize = 100; in getOrders() local

12