HomeSort by relevance Sort by last modified time
    Searched full:thissize (Results 1 - 17 of 17) 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 114 int thisSize = 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/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/toybox/toys/posix/
uniq.c 65 size_t thissize, prevsize = 0, tmpsize; local
76 while (getdelim(&thisline, &thissize, eol, infile) > 0) {
108 prevsize = thissize;
109 thissize = tmpsize;
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchHandlerList.java 142 int thisSize = size();
144 int checkSize = Math.min(thisSize, otherSize);
155 if (thisSize < otherSize) {
157 } else if (thisSize > otherSize) {
CatchTable.java 70 int thisSize = size();
72 int checkSize = Math.min(thisSize, otherSize);
83 if (thisSize < otherSize) {
85 } else if (thisSize > otherSize) {
  /dalvik/dx/src/com/android/dx/dex/code/
CatchHandlerList.java 142 int thisSize = size();
144 int checkSize = Math.min(thisSize, otherSize);
155 if (thisSize < otherSize) {
157 } else if (thisSize > otherSize) {
CatchTable.java 69 int thisSize = size();
71 int checkSize = Math.min(thisSize, otherSize);
82 if (thisSize < otherSize) {
84 } else if (thisSize > otherSize) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CatchHandlerList.java 142 int thisSize = size();
144 int checkSize = Math.min(thisSize, otherSize);
155 if (thisSize < otherSize) {
157 } else if (thisSize > otherSize) {
CatchTable.java 70 int thisSize = size();
72 int checkSize = Math.min(thisSize, otherSize);
83 if (thisSize < otherSize) {
85 } 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 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) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
defaults.h 70 int thissize = _hide_thissize; \
74 for (i = 0; i < thissize; i++) \
89 if (i < thissize - 1 && ISDIGIT(p[i + 1])) \
    [all...]
  /libcore/luni/src/main/java/java/util/
Collections.java     [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 396 int thisSize = size();
398 if ((long) thisSize + otherSize >= Integer.MAX_VALUE) {
400 thisSize + "+" + otherSize);
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 

Completed in 740 milliseconds