OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numDone
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java
781
int
numDone
= 0;
784
for (int i=0; i<mApplications.size() &&
numDone
<6; i++) {
793
numDone
++;
800
if (
numDone
>= 6) {
807
int
numDone
= 0;
810
for (int i=0; i<mAppEntries.size() &&
numDone
<2; i++) {
[
all
...]
/external/icu4c/test/intltest/
tzfmttst.cpp
251
int32_t
numDone
;
430
data.
numDone
++;
512
data.
numDone
= 0;
530
if (data.
numDone
== nLocales) {
/dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp
[
all
...]
Completed in 142 milliseconds