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

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ParserFactory.java 80 int intSize = (int) size;
86 if (intSize != -1) {
87 avail = intSize;
98 if (read == intSize) {
  /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 332 long intSize = (long) intStats.getBlockCount() * (long) intStats.getBlockSize();
    [all...]

Completed in 108 milliseconds