HomeSort by relevance Sort by last modified time
    Searched refs:intSize (Results 1 - 6 of 6) 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 std::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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 339 long intSize = (long) intStats.getBlockCount() * (long) intStats.getBlockSize();
    [all...]

Completed in 797 milliseconds