HomeSort by relevance Sort by last modified time
    Searched defs:appCount (Results 1 - 4 of 4) sorted by null

  /device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c 159 uint8_t appCount;
185 appCount = 0;
192 struct AppInfo *currApp = &apps[appCount++];
206 for (i = 0; i < appCount; i++) {
  /frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
HistogramPredictor.java 242 int appCount = mClassCounts.get(appName);
243 if (appCount < MINIMAL_APP_APPEARANCE_COUNTS) {
249 double appPrior = Math.log((double) appCount);
  /frameworks/base/services/core/java/com/android/server/pm/
EphemeralApplicationRegistry.java 198 final int appCount = uninstalledAppStates.size();
199 for (int i = 0; i < appCount; i++) {
329 final int appCount = uninstalledAppStates.size();
330 for (int j = appCount - 1; j >= 0; j--) {
455 final int appCount = uninstalledAppStates.size();
456 for (int i = 0; i < appCount; i++) {
  /device/google/contexthub/firmware/src/
seos.c 774 uint32_t appCount = 0;
784 appCount++;
797 SET_COUNTER(stat.app, appCount);
847 uint32_t appCount = 0;
862 appCount++;
881 SET_COUNTER(stat.app, appCount);
    [all...]

Completed in 3146 milliseconds