HomeSort by relevance Sort by last modified time
    Searched refs:intSize (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/win/
WebIconDatabase.cpp 170 IntSize intSize(*size);
174 icon = iconDatabase().synchronousIconForPageURL(String(url, SysStringLen(url)), intSize);
274 iconDatabase().synchronousIconForPageURL(urlString, IntSize(0, 0));
285 BitmapInfo bmInfo = BitmapInfo::create(IntSize(*size));
  /external/clang/lib/CodeGen/
CGBlocks.cpp 250 CharUnits ptrSize, ptrAlign, intSize, intAlign;
252 llvm::tie(intSize, intAlign) = C.getTypeInfoInChars(C.IntTy);
255 assert(intSize <= ptrSize && "layout assumptions horribly violated");
258 if (2 * intSize < ptrAlign) headerSize += ptrSize;
259 else headerSize += 2 * intSize;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 288 long intSize = (long)intStats.getBlockCount() *
    [all...]

Completed in 63 milliseconds