OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAllocatedCount
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
ObjectPool.java
59
public int
getAllocatedCount
() {
GameObjectFactory.java
309
canAllocate = pool.
getAllocatedCount
() + count < pool.getSize();
671
final int outstandingObjects = mGameObjectPool.
getAllocatedCount
();
680
final int outstandingComponents = mComponentPools.get(x).
getAllocatedCount
();
[
all
...]
Completed in 654 milliseconds