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

  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstArray.java 116 int thisSize = size();
118 int compareSize = (thisSize < otherSize) ? thisSize : otherSize;
129 if (thisSize < otherSize) {
131 } else if (thisSize > otherSize) {
  /dalvik/dx/src/com/android/dx/rop/cst/
CstArray.java 115 int thisSize = size();
117 int compareSize = (thisSize < otherSize) ? thisSize : otherSize;
128 if (thisSize < otherSize) {
130 } else if (thisSize > otherSize) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstArray.java 115 int thisSize = size();
117 int compareSize = (thisSize < otherSize) ? thisSize : otherSize;
128 if (thisSize < otherSize) {
130 } else if (thisSize > otherSize) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchTable.java 70 int thisSize = size();
72 int checkSize = Math.min(thisSize, otherSize);
83 if (thisSize < otherSize) {
85 } else if (thisSize > otherSize) {
CatchHandlerList.java 142 int thisSize = size();
144 int checkSize = Math.min(thisSize, otherSize);
155 if (thisSize < otherSize) {
157 } else if (thisSize > otherSize) {
  /dalvik/dx/src/com/android/dx/dex/code/
CatchTable.java 70 int thisSize = size();
72 int checkSize = Math.min(thisSize, otherSize);
83 if (thisSize < otherSize) {
85 } else if (thisSize > otherSize) {
CatchHandlerList.java 142 int thisSize = 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/dex/code/
CatchTable.java 70 int thisSize = size();
72 int checkSize = Math.min(thisSize, otherSize);
83 if (thisSize < otherSize) {
85 } else if (thisSize > otherSize) {
CatchHandlerList.java 142 int thisSize = size();
144 int checkSize = Math.min(thisSize, otherSize);
155 if (thisSize < otherSize) {
157 } else if (thisSize > otherSize) {
  /external/webkit/Source/WebCore/dom/
SpaceSplitString.cpp 79 size_t thisSize = m_vector.size();
84 for (j = 0; j < thisSize; ++j) {
88 if (j == thisSize)
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Prototype.java 273 int thisSize = 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 277 int thisSize = 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 277 int thisSize = parameterTypes.size();
279 int size = Math.min(thisSize, otherSize);
292 if (thisSize < otherSize) {
294 } else if (thisSize > otherSize) {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
TypeListItem.java 144 int thisSize = typeList.length;
146 int size = Math.min(thisSize, otherSize);
155 if (thisSize < otherSize) {
157 } else if (thisSize > otherSize) {
  /libcore/luni/src/main/java/java/util/
Collections.java     [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c     [all...]

Completed in 397 milliseconds