HomeSort by relevance Sort by last modified time
    Searched refs:smallestSize (Results 1 - 8 of 8) 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 +
  /external/chromium_org/third_party/angle_dx11/src/compiler/
VariablePacker.cpp 270 int smallestSize = maxRows_ + 1;
276 if (size < smallestSize) {
277 smallestSize = size;
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java 385 Point smallestSize = new Point();
389 display.getCurrentSizeRange(smallestSize, largestSize);
395 Math.min(smallestSize.x, smallestSize.y),
    [all...]
Workspace.java     [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 189 milliseconds