OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idealSize
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
LevelBuilder.java
92
final int
idealSize
= (int)Math.max(params.gameWidth * 1.5f, params.gameHeight * 1.5f);
93
int width =
idealSize
;
94
int height =
idealSize
;
/dalvik/vm/alloc/
HeapSource.cpp
128
size_t
idealSize
;
208
* active mspace.
idealSize
can be greater than softLimit
211
* as
idealSize
.
213
return hs->softLimit <= hs->
idealSize
;
646
hs->
idealSize
= startSize;
1029
size_t oldIdealSize = hs->
idealSize
;
[
all
...]
Completed in 34 milliseconds