Home
last modified time | relevance | path

Searched refs:thisSize (Results 1 – 6 of 6) 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/protobuf/java/src/main/java/com/google/protobuf/
DByteString.java396 int thisSize = size(); in concat() local
398 if ((long) thisSize + otherSize >= Integer.MAX_VALUE) { in concat()
400 thisSize + "+" + otherSize); in concat()
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...