OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:otherSize
(Results
1 - 18
of
18
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchTable.java
71
int
otherSize
= other.size();
72
int checkSize = Math.min(thisSize,
otherSize
);
83
if (thisSize <
otherSize
) {
85
} else if (thisSize >
otherSize
) {
CatchHandlerList.java
143
int
otherSize
= other.size();
144
int checkSize = Math.min(thisSize,
otherSize
);
155
if (thisSize <
otherSize
) {
157
} else if (thisSize >
otherSize
) {
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstArray.java
117
int
otherSize
= other.size();
118
int compareSize = (thisSize <
otherSize
) ? thisSize :
otherSize
;
129
if (thisSize <
otherSize
) {
131
} else if (thisSize >
otherSize
) {
/dalvik/dx/src/com/android/dx/dex/code/
CatchTable.java
70
int
otherSize
= other.size();
71
int checkSize = Math.min(thisSize,
otherSize
);
82
if (thisSize <
otherSize
) {
84
} else if (thisSize >
otherSize
) {
CatchHandlerList.java
143
int
otherSize
= other.size();
144
int checkSize = Math.min(thisSize,
otherSize
);
155
if (thisSize <
otherSize
) {
157
} else if (thisSize >
otherSize
) {
/dalvik/dx/src/com/android/dx/rop/cst/
CstArray.java
115
int
otherSize
= other.size();
116
int compareSize = (thisSize <
otherSize
) ? thisSize :
otherSize
;
127
if (thisSize <
otherSize
) {
129
} else if (thisSize >
otherSize
) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
SpaceSplitString.cpp
92
size_t
otherSize
= other.m_vector.size();
93
for (size_t i = 0; i <
otherSize
; ++i) {
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
CatchTable.java
71
int
otherSize
= other.size();
72
int checkSize = Math.min(thisSize,
otherSize
);
83
if (thisSize <
otherSize
) {
85
} else if (thisSize >
otherSize
) {
CatchHandlerList.java
143
int
otherSize
= other.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/rop/cst/
CstArray.java
116
int
otherSize
= other.size();
117
int compareSize = (thisSize <
otherSize
) ? thisSize :
otherSize
;
128
if (thisSize <
otherSize
) {
130
} else if (thisSize >
otherSize
) {
/external/smali/dexlib/src/main/java/org/jf/dexlib/
TypeListItem.java
145
int
otherSize
= o.typeList.length;
146
int size = Math.min(thisSize,
otherSize
);
155
if (thisSize <
otherSize
) {
157
} else if (thisSize >
otherSize
) {
/dalvik/dexgen/src/com/android/dexgen/rop/type/
Prototype.java
274
int
otherSize
= other.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
278
int
otherSize
= other.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
278
int
otherSize
= other.parameterTypes.size();
279
int size = Math.min(thisSize,
otherSize
);
292
if (thisSize <
otherSize
) {
294
} else if (thisSize >
otherSize
) {
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java
383
int
otherSize
= other.size();
384
if ((long) thisSize +
otherSize
>= Integer.MAX_VALUE) {
386
thisSize + "+" +
otherSize
);
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp
854
int32_t
otherSize
= other.size() - 1;
856
if (listSize - 1 - offset <
otherSize
) {
860
for (int32_t i = offset, j = 0; j <
otherSize
; i += 1, j += 1) {
[
all
...]
/external/icu4c/test/intltest/
ssearch.cpp
503
int32_t
otherSize
= other.size() - 1;
505
if (listSize - 1 - offset <
otherSize
) {
509
for (int32_t i = offset, j = 0; j <
otherSize
; i += 1, j += 1) {
[
all
...]
/external/zxing/core/
core.jar
Completed in 220 milliseconds