HomeSort by relevance Sort by last modified time
    Searched refs:smallestSize (Results 1 - 12 of 12) 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/
LauncherAppState.java 215 Point smallestSize = new Point();
217 display.getCurrentSizeRange(smallestSize, largestSize);
221 Math.min(smallestSize.x, smallestSize.y),
DeviceProfile.java 333 Point smallestSize = new Point();
336 display.getCurrentSizeRange(smallestSize, largestSize);
339 availableHeightPx = smallestSize.y;
    [all...]
Workspace.java     [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
VariablePacker.cpp 239 int smallestSize = maxRows_ + 1;
245 if (size < smallestSize) {
246 smallestSize = size;
  /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 

Completed in 3845 milliseconds