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

1 2 3 4 5

  /dalvik/dx/src/com/android/dx/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/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/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 144 int thisSize = size();
146 int checkSize = Math.min(thisSize, otherSize);
157 if (thisSize < otherSize) {
159 } else if (thisSize > otherSize) {
  /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 305 int thisSize = parameterTypes.size();
307 int size = Math.min(thisSize, otherSize);
320 if (thisSize < otherSize) {
322 } else if (thisSize > otherSize) {
  /external/wayland/cursor/
xcursor.c 409 XcursorDim thisSize;
418 thisSize = fileHeader->tocs[n].subtype;
419 if (!bestSize || dist (thisSize, size) < dist (bestSize, size))
421 bestSize = thisSize;
424 else if (thisSize == bestSize)
437 XcursorDim thisSize;
446 thisSize = fileHeader->tocs[toc].subtype;
447 if (thisSize != size)
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.6/
kotlin-stdlib-1.0.6.jar 
  /external/kotlinc/lib/
kotlin-runtime.jar 
kotlin-stdlib.jar 
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
kotlin-stdlib-1.2.20.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.0/
kotlin-stdlib-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.20/
kotlin-stdlib-1.2.20.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.2-4/
kotlin-stdlib-1.1.2-4.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3-2/
kotlin-stdlib-1.1.3-2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/
kotlin-stdlib-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar 

Completed in 512 milliseconds

1 2 3 4 5