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

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
Statistics.java 125 private int smallestSize;
140 this.smallestSize = size;
158 if (size < smallestSize) {
159 smallestSize = size;
184 if (smallestSize == largestSize) {
185 sb.append(" " + smallestSize + " bytes/item\n");
188 sb.append(" " + smallestSize + ".." + largestSize +
  /dalvik/dx/src/com/android/dx/dex/file/
Statistics.java 124 private int smallestSize;
139 this.smallestSize = size;
157 if (size < smallestSize) {
158 smallestSize = size;
183 if (smallestSize == largestSize) {
184 sb.append(" " + smallestSize + " bytes/item\n");
187 sb.append(" " + smallestSize + ".." + largestSize +
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
Statistics.java 125 private int smallestSize;
140 this.smallestSize = size;
158 if (size < smallestSize) {
159 smallestSize = size;
184 if (smallestSize == largestSize) {
185 sb.append(" " + smallestSize + " bytes/item\n");
188 sb.append(" " + smallestSize + ".." + largestSize +
  /packages/apps/Launcher3/src/com/android/launcher3/
InvariantDeviceProfile.java 126 Point smallestSize = new Point();
128 display.getCurrentSizeRange(smallestSize, largestSize);
131 minWidthDps = Utilities.dpiFromPx(Math.min(smallestSize.x, smallestSize.y), dm);
166 landscapeProfile = new DeviceProfile(context, this, smallestSize, largestSize,
168 portraitProfile = new DeviceProfile(context, this, smallestSize, largestSize,
Workspace.java     [all...]
  /hardware/intel/common/libwsbm/src/
wsbm_pool.h 139 uint32_t smallestSize,
wsbm_slabpool.c 1138 uint32_t smallestSize,
1173 slabPool->bucketSizes[i] = (smallestSize << i);
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/sdk/tools/
jack.jar 

Completed in 279 milliseconds