Home
last modified time | relevance | path

Searched refs:thisSize (Results 1 – 7 of 7) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstArray.java115 int thisSize = size(); in compareTo() local
117 int compareSize = (thisSize < otherSize) ? thisSize : otherSize; in compareTo()
128 if (thisSize < otherSize) { in compareTo()
130 } else if (thisSize > otherSize) { in compareTo()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DCatchTable.java70 int thisSize = size(); in compareTo() local
72 int checkSize = Math.min(thisSize, otherSize); in compareTo()
83 if (thisSize < otherSize) { in compareTo()
85 } else if (thisSize > otherSize) { in compareTo()
DCatchHandlerList.java142 int thisSize = size(); in compareTo() local
144 int checkSize = Math.min(thisSize, otherSize); in compareTo()
155 if (thisSize < otherSize) { in compareTo()
157 } else if (thisSize > otherSize) { in compareTo()
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DPrototype.java277 int thisSize = parameterTypes.size(); in compareTo() local
279 int size = Math.min(thisSize, otherSize); in compareTo()
292 if (thisSize < otherSize) { in compareTo()
294 } else if (thisSize > otherSize) { in compareTo()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DSpaceSplitString.cpp91 size_t thisSize = m_vector.size(); in containsAll() local
96 for (j = 0; j < thisSize; ++j) { in containsAll()
100 if (j == thisSize) in containsAll()
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
DByteString.java382 int thisSize = size(); in concat() local
384 if ((long) thisSize + otherSize >= Integer.MAX_VALUE) { in concat()
386 thisSize + "+" + otherSize); in concat()
/external/yaffs2/yaffs2/
Dyaffs_guts.c5534 __u32 thisSize = in yaffs_ScanBackwards() local
5552 thisSize = 0; in yaffs_ScanBackwards()
5558 shrinkSize > thisSize) { in yaffs_ScanBackwards()
5561 thisSize; in yaffs_ScanBackwards()