Searched defs:app_count (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_updater.h133 app_count(0),
137 int extension_count, theme_count, app_count, pending_count; member in struct:ManifestFetchesBuilder::URLStats
H A Dextension_service.cc931 int app_count = 0; local
974 ++app_count;
978 ++app_count;
996 UMA_HISTOGRAM_COUNTS_100("Extensions.LoadApp", app_count);
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_main.c146 UINT8 app_count = 0; local
176 reg_app[app_count++] = (tNFA_HANDLE) (xx | NFA_HANDLE_GROUP_HCI);
209 for (zz = 0; zz < app_count; zz++)
214 if (zz == app_count)
/external/oprofile/pp/
H A Dopreport.cpp131 count_type app_count = summ.add_files(profile.files, pclass); local
132 counts[pclass] += app_count;
133 group_total += app_count;

Completed in 659 milliseconds