HomeSort by relevance Sort by last modified time
    Searched defs:stats (Results 151 - 175 of 1153) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/extras/tests/ext4/
rand_emmc_perf.c 38 struct stats { struct
49 static void print_stats(struct stats *stats_buf, int stats_count,
67 fprintf(stderr, "Cannot open full stats output file %s, ignoring\n",
113 struct stats *stats_buf;
117 stats_buf = malloc(stats_count * sizeof(struct stats));
223 fprintf(stderr, "Cannot get full stats filename\n");
  /system/netd/server/
ResolverController.cpp 74 std::vector<android::net::ResolverStats>* stats) {
94 stats->clear();
116 stats->resize(nscount);
129 android::net::ResolverStats& cur_stats = (*stats)[i];
178 std::vector<int32_t>* stats) {
189 ResolverStats::encodeAll(res_stats, stats);
205 std::vector<ResolverStats> stats; local
207 int rv = getDnsInfo(netId, &servers, &domains, &params, &stats);
219 if (i < stats.size()) {
220 const ResolverStats& s = stats[i]
    [all...]
  /test/vts/web/dashboard/src/test/java/com/android/vts/util/
ProfilingPointSummaryTest.java 92 StatSummary stats = summary.getStatSummary(label); local
93 assertNotNull(stats);
94 assertEquals(label, stats.getLabel());
101 StatSummary stats = summary.getStatSummary("bad label"); local
102 assertNull(stats);
113 for (StatSummary stats : summary) {
114 assertEquals(labels[i++], stats.getLabel());
  /external/guava/guava-tests/test/com/google/common/cache/
LocalLoadingCacheTest.java 75 // stats tests
82 assertEquals(EMPTY_STATS, cache.stats());
86 CacheStats stats = cache.stats(); local
87 assertEquals(1, stats.requestCount());
88 assertEquals(0, stats.hitCount());
89 assertEquals(0.0, stats.hitRate());
90 assertEquals(1, stats.missCount());
91 assertEquals(1.0, stats.missRate());
92 assertEquals(1, stats.loadCount())
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceThreadTest.java 371 if (PRINTSTATS) stableService.stats(); // Enable the stats collection
383 if (PRINTSTATS) System.out.println(stableService.stats());
393 if (PRINTSTATS) System.out.println(stableService.stats());
411 if (PRINTSTATS) System.out.println(stableService.stats());
418 if (PRINTSTATS) service.stats(); // Enable the stats collection
426 if (PRINTSTATS) System.out.println(service.stats());
432 if (PRINTSTATS) service.stats(); // Enable the stats collectio
    [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsDatabase.java 85 * Initialize any directories required and index what stats are available.
122 boolean checkin(IntervalStats stats);
155 IntervalStats stats = new IntervalStats(); local
157 UsageStatsXml.read(files.valueAt(i), stats); local
158 if (!checkinAction.checkin(stats)) {
167 // We have successfully checked-in the stats, so rename the files so that they
284 Slog.i(TAG, "Deleting all usage stats files");
344 * Get the latest stats that exist for this interval type.
359 IntervalStats stats = new IntervalStats(); local
360 UsageStatsXml.read(f, stats);
436 final IntervalStats stats = new IntervalStats(); local
564 final IntervalStats stats = new IntervalStats(); local
681 IntervalStats stats = deserializeIntervalStats(getIntervalStatsBytes(in)); local
688 IntervalStats stats = deserializeIntervalStats(getIntervalStatsBytes(in)); local
695 IntervalStats stats = deserializeIntervalStats(getIntervalStatsBytes(in)); local
702 IntervalStats stats = deserializeIntervalStats(getIntervalStatsBytes(in)); local
731 IntervalStats stats = new IntervalStats(); local
775 IntervalStats stats = new IntervalStats(); local
    [all...]
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
UsageStatsTest.java 300 for (UsageStats stats : statsList) {
302 assertLessThanOrEqual(stats.getLastTimeStamp() - stats.getFirstTimeStamp(),
304 if (stats.getPackageName().equals(mTargetPackage) &&
305 stats.getLastTimeUsed() >= beforeTime - TIME_DIFF_THRESHOLD) {
322 List<UsageStats> stats = mUsageStatsManager.queryUsageStats(UsageStatsManager.INTERVAL_BEST, local
324 assertFalse(stats.isEmpty());
328 stats = mUsageStatsManager.queryUsageStats(UsageStatsManager.INTERVAL_BEST,
330 assertTrue(stats.isEmpty());
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceThreadTest.java 370 if (PRINTSTATS) stableService.stats(); // Enable the stats collection
382 if (PRINTSTATS) System.out.println(stableService.stats());
392 if (PRINTSTATS) System.out.println(stableService.stats());
410 if (PRINTSTATS) System.out.println(stableService.stats());
417 if (PRINTSTATS) service.stats(); // Enable the stats collection
425 if (PRINTSTATS) System.out.println(service.stats());
431 if (PRINTSTATS) service.stats(); // Enable the stats collectio
    [all...]
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 87 * Ensure that downloading on wifi reports reasonable stats.
97 * Ensure that downloading on mobile reports reasonable stats.
109 * data usage stats to instrumentation out.
141 * Ensure that uploading on wifi reports reasonable stats.
151 * Ensure that uploading on wifi reports reasonable stats.
160 * Helper method that downloads a test file to upload. The stats reported to instrumentation out
161 * only include upload stats.
217 * the stats to instrumentation out.
244 // remember to use download manager uid for proc stats
263 NetworkStats stats = new NetworkStats(SystemClock.elapsedRealtime(), 1) local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PersonalDictionaryLookup.java 630 List<DictionaryStats> stats = new ArrayList<>(); local
631 stats.add(new DictionaryStats(ANY_LOCALE, Dictionary.TYPE_USER, dictWords.size()));
636 stats.add(new DictionaryStats(ANY_LOCALE, Dictionary.TYPE_USER_SHORTCUT, numShortcuts));
637 mDictionaryStats = stats;
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.4.0-alpha3/
protos-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.4.0-alpha1/
protos-25.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0/
protos-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-beta1/
protos-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-beta2/
protos-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-beta3/
protos-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-rc1/
protos-25.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-rc2/
protos-25.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.1/
protos-25.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.3/
protos-25.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.4/
protos-25.2.4.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/analytics-library/protos/25.2.0/
protos-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.5.0-alpha-preview-01/
protos-25.5.0-alpha-preview-01.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0/
protos-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0-beta1/
protos-25.3.0-beta1.jar 

Completed in 2346 milliseconds

1 2 3 4 5 67 8 91011>>