OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thissize
(Results
1 - 18
of
18
) 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) {
/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) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
SpaceSplitString.cpp
91
size_t
thisSize
= m_vector.size();
96
for (j = 0; j <
thisSize
; ++j) {
100
if (j ==
thisSize
)
/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/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java
382
int
thisSize
= size();
384
if ((long)
thisSize
+ otherSize >= Integer.MAX_VALUE) {
386
thisSize
+ "+" + otherSize);
[
all
...]
/external/yaffs2/yaffs2/
yaffs_guts.c
[
all
...]
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar
Completed in 627 milliseconds