HomeSort by relevance Sort by last modified time
    Searched refs:intSize (Results 1 - 4 of 4) 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 253 CharUnits ptrSize, ptrAlign, intSize, intAlign;
255 llvm::tie(intSize, intAlign) = C.getTypeInfoInChars(C.IntTy);
258 assert(intSize <= ptrSize && "layout assumptions horribly violated");
261 if (2 * intSize < ptrAlign) headerSize += ptrSize;
262 else headerSize += 2 * intSize;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 300 long intSize = (long)intStats.getBlockCount() *
    [all...]

Completed in 81 milliseconds