HomeSort by relevance Sort by last modified time
    Searched defs:otherSize (Results 1 - 25 of 55) sorted by null

1 2 3

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchTable.java 71 int otherSize = other.size();
72 int checkSize = Math.min(thisSize, otherSize);
83 if (thisSize < otherSize) {
85 } else if (thisSize > otherSize) {
CatchHandlerList.java 143 int otherSize = other.size();
144 int checkSize = Math.min(thisSize, otherSize);
155 if (thisSize < otherSize) {
157 } else if (thisSize > otherSize) {
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstArray.java 117 int otherSize = other.size();
118 int compareSize = (thisSize < otherSize) ? thisSize : otherSize;
129 if (thisSize < otherSize) {
131 } else if (thisSize > otherSize) {
  /dalvik/dx/src/com/android/dx/dex/code/
CatchTable.java 70 int otherSize = other.size();
71 int checkSize = Math.min(thisSize, otherSize);
82 if (thisSize < otherSize) {
84 } else if (thisSize > otherSize) {
CatchHandlerList.java 143 int otherSize = other.size();
144 int checkSize = Math.min(thisSize, otherSize);
155 if (thisSize < otherSize) {
157 } else if (thisSize > otherSize) {
  /dalvik/dx/src/com/android/dx/rop/cst/
CstArray.java 115 int otherSize = other.size();
116 int compareSize = (thisSize < otherSize) ? thisSize : otherSize;
127 if (thisSize < otherSize) {
129 } else if (thisSize > otherSize) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CatchTable.java 71 int otherSize = other.size();
72 int checkSize = Math.min(thisSize, otherSize);
83 if (thisSize < otherSize) {
85 } else if (thisSize > otherSize) {
CatchHandlerList.java 143 int otherSize = other.size();
144 int checkSize = Math.min(thisSize, otherSize);
155 if (thisSize < otherSize) {
157 } else if (thisSize > otherSize) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstArray.java 116 int otherSize = other.size();
117 int compareSize = (thisSize < otherSize) ? thisSize : otherSize;
128 if (thisSize < otherSize) {
130 } else if (thisSize > otherSize) {
  /packages/apps/Camera2/src/com/android/camera/util/
Size.java 137 Size otherSize = (Size) other;
138 return otherSize.width == this.width && otherSize.height == this.height;
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Prototype.java 274 int otherSize = other.parameterTypes.size();
275 int size = Math.min(thisSize, otherSize);
288 if (thisSize < otherSize) {
290 } else if (thisSize > otherSize) {
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 278 int otherSize = other.parameterTypes.size();
279 int size = Math.min(thisSize, otherSize);
292 if (thisSize < otherSize) {
294 } else if (thisSize > otherSize) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Prototype.java 278 int otherSize = other.parameterTypes.size();
279 int size = Math.min(thisSize, otherSize);
292 if (thisSize < otherSize) {
294 } else if (thisSize > otherSize) {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btAlignedObjectArray.h 141 int otherSize = otherArray.size();
142 resize (otherSize);
143 otherArray.copy(0, otherSize, m_data);
496 int otherSize = otherArray.size();
497 resize (otherSize);
498 otherArray.copy(0, otherSize, m_data);
  /frameworks/base/core/java/com/android/internal/widget/
NotificationActionListLayout.java 100 final int otherSize = mMeasureOrderOther.size();
109 if (i < otherSize) {
112 c = mMeasureOrderTextViews.get(i - otherSize).second;
  /external/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 397 int otherSize = other.size();
398 if ((long) thisSize + otherSize >= Integer.MAX_VALUE) {
400 thisSize + "+" + otherSize);
    [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 503 int32_t otherSize = other.size() - 1;
505 if (listSize - 1 - offset < otherSize) {
509 for (int32_t i = offset, j = 0; j < otherSize; i += 1, j += 1) {
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GridLayoutManager.java 604 final float otherSize = 1f * mOrientationHelper.getDecoratedMeasurementInOther(view) /
606 if (otherSize > maxSizeInOther) {
607 maxSizeInOther = otherSize;
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PrivateVolumeSettings.java 643 final long otherSize = totalMiscSize + totalDownloadsSize + unaccountedSize;
650 updatePreference(otherItem, otherSize);
    [all...]
  /prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/
memoryfilesystem-0.6.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 

Completed in 559 milliseconds

1 2 3