OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pendingCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java
228
final int
pendingCount
= mAcquiredConnections.size();
229
if (
pendingCount
!= 0) {
232
+
pendingCount
+ " connections in use. They will be closed "
[
all
...]
/external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java
77
final int
pendingCount
= mPendingTemporarySegments.getCount();
78
for (int x = 0; x <
pendingCount
; x++) {
[
all
...]
Completed in 3395 milliseconds