OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalFileCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/localize/
localize.cpp
290
size_t
totalFileCount
= 0;
292
totalFileCount
+= allResFiles[i].size();
294
totalFileCount
*= 3; // we try all 3 versions of the file
326
print_file_status(++fileProgress,
totalFileCount
);
339
print_file_status(++fileProgress,
totalFileCount
);
351
print_file_status(++fileProgress,
totalFileCount
);
xmb.cpp
126
size_t
totalFileCount
= resFiles.size();
Completed in 432 milliseconds