/prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0-beta2/ |
protos-25.3.0-beta2.jar | |
/prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0-beta3/ |
protos-25.3.0-beta3.jar | |
/prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0-beta4/ |
protos-25.3.0-beta4.jar | |
/prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.1/ |
protos-25.3.1.jar | |
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/ |
TimestampClockSourceVerification.java | 96 public void verify(TestSensorEnvironment environment, SensorStats stats) { 106 stats.addValue(SensorStats.EVENT_TIME_WRONG_CLOCKSOURCE_COUNT_KEY, failuresCount); 107 stats.addValue( 113 stats.addValue(SensorStats.EVENT_TIME_WRONG_CLOCKSOURCE_COUNT_KEY, 0); 115 stats.addValue(PASSED_KEY, success);
|
/cts/tests/tests/os/src/android/os/health/cts/ |
HealthStatsTest.java | 104 // Stats fields 110 final Map<String,HealthStats> stats = readback.getStats(STATS_0); local 111 Assert.assertEquals(1, stats.size()); 112 final HealthStats child = stats.get("a"); 190 // Stats
|
/development/ndk/platforms/android-9/include/linux/nfsd/ |
xdr.h | 124 struct kstatfs stats; member in struct:nfsd_statfsres
|
/development/ndk/platforms/android-9/include/linux/sunrpc/ |
clnt.h | 19 #include <linux/sunrpc/stats.h> 79 struct rpc_stat * stats; member in struct:rpc_program
|
/device/google/dragon/crash_collector/ |
coredump_writer.cc | 38 struct statvfs stats; local 39 if (TEMP_FAILURE_RETRY(statvfs(path.c_str(), &stats)) != 0) { 43 return static_cast<int64_t>(stats.f_bavail) * stats.f_frsize;
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
httparchive.py | 34 $ ./httparchive.py stats archive.wpr 37 $ ./httparchive.py stats --host www.example.com archive.wpr 267 def stats(self, command=None, host=None, full_path=None): member in class:HttpArchive 268 """Print stats about the archive for all URLs that match given params.""" 275 stats = { 284 stats['Domains'][request.host] += 1 285 stats['HTTP_response_code'][self[request].status] += 1 291 stats['content_type'][str_content_type] += 1 295 stats['Documents'][request.host] += 1 297 print >>out, json.dumps(stats, indent=4 [all...] |
/external/compiler-rt/lib/asan/ |
asan_thread.h | 125 AsanStats &stats() { return stats_; } function in class:__asan::AsanThread
|
/external/compiler-rt/lib/lsan/ |
lsan_allocator.cc | 224 uptr stats[AllocatorStatCount]; local 225 allocator.GetStats(stats); 226 return stats[AllocatorStatAllocated]; 231 uptr stats[AllocatorStatCount]; local 232 allocator.GetStats(stats); 233 return stats[AllocatorStatMapped];
|
/external/compiler-rt/lib/msan/ |
msan_allocator.cc | 225 uptr stats[AllocatorStatCount]; local 226 allocator.GetStats(stats); 227 return stats[AllocatorStatAllocated]; 231 uptr stats[AllocatorStatCount]; local 232 allocator.GetStats(stats); 233 return stats[AllocatorStatMapped];
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_mman.cc | 266 uptr stats[AllocatorStatCount]; local 267 allocator()->GetStats(stats); 268 return stats[AllocatorStatAllocated]; 272 uptr stats[AllocatorStatCount]; local 273 allocator()->GetStats(stats); 274 return stats[AllocatorStatMapped];
|
/external/e2fsprogs/lib/ext2fs/ |
bmap64.h | 52 struct ext2_bmap_statistics stats; member in struct:ext2fs_struct_generic_bitmap
|
closefs.c | 474 io_stats stats = 0; local 485 fs->io->manager->get_stats(fs->io, &stats); 486 if (stats && stats->bytes_written && (fs->flags & EXT2_FLAG_RW)) { 487 fs->super->s_kbytes_written += stats->bytes_written >> 10;
|
gen_bitmap64.c | 84 #define INC_STAT(map, name) map->stats.name 128 if (gettimeofday(&bitmap->stats.created, 134 bitmap->stats.type = type; 180 struct ext2_bmap_statistics *stats = &bitmap->stats; local 189 if (stats->test_count) { 190 test_seq_perc = ((float)stats->test_seq / 191 stats->test_count) * 100; 192 test_back_perc = ((float)stats->test_back / 193 stats->test_count) * 100 [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
PerformanceResultsElement.java | 270 final int stats = kind & IPerformancesConstants.STATUS_STATISTICS_MASK; local 271 if (stats > 0) { 273 switch (stats) {
|
/external/eigen/test/ |
sparse_solver.h | 337 std::string stats = solver_stats(solver); local 338 if(stats.size()>0) 339 std::cout << "INFO | " << stats << std::endl; 461 std::string stats = solver_stats(solver); local 462 if(stats.size()>0) 463 std::cout << "INFO | " << stats << std::endl;
|
/external/guava/guava/src/com/google/common/cache/ |
AbstractCache.java | 130 public CacheStats stats() { method in class:AbstractCache 141 * Cache#stats}. This is solely intended for consumption by {@code Cache} implementors.
|
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheBuilderGwtTest.java | 255 final int[] stats = new int[4]; local 262 stats[0]++; 265 stats[1]++; 268 stats[2]++; 271 stats[3]++; 311 assertEquals(2, stats[0]); 312 assertEquals(2, stats[1]); 313 assertEquals(4, stats[2]); 314 assertEquals(3, stats[3]);
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
APIData.java | 123 int[] stats = new int[catnames.length * stanames.length]; local 132 stats[cat * stanames.length + sta] += 1; 141 int v = stats[cat * stanames.length + sta];
|
/external/iproute2/tc/ |
tc_class.c | 274 struct rtattr *stats = NULL; local 280 print_tcstats_attr(fp, tb, buf, &stats);
|
/external/libchrome/dbus/ |
dbus_statistics.cc | 121 StatSet& stats() { return stats_; } function in class:dbus::__anon22780::DBusStatistics 185 const StatSet& stats = g_dbus_statistics->stats(); local 186 if (stats.empty()) 195 // Stats are stored in order by service, then interface, then method. 196 for (StatSet::const_iterator iter = stats.begin(); iter != stats.end(); ) { 205 if (next_iter != stats.end() && 212 continue; // No stats collected for this line, skip it and continue.
|
/external/libpcap/ |
pcap-snf.c | 49 struct snf_ring_stats stats; local 53 if ((rc = snf_ring_getstats(snfps->snf_ring, &stats))) { 58 ps->ps_recv = stats.ring_pkt_recv + stats.ring_pkt_overflow; 59 ps->ps_drop = stats.ring_pkt_overflow; 60 ps->ps_ifdrop = stats.nic_pkt_overflow + stats.nic_pkt_bad;
|