HomeSort by relevance Sort by last modified time
    Searched refs:intSize (Results 1 - 4 of 4) 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/clang/lib/CodeGen/
CGBlocks.cpp 302 CharUnits ptrSize, ptrAlign, intSize, intAlign;
304 llvm::tie(intSize, intAlign) = C.getTypeInfoInChars(C.IntTy);
307 assert(intSize <= ptrSize && "layout assumptions horribly violated");
310 if (2 * intSize < ptrAlign) headerSize += ptrSize;
311 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 74 milliseconds