HomeSort by relevance Sort by last modified time
    Searched defs:stats (Results 201 - 225 of 1225) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/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/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::__anon22979::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;
  /external/llvm/lib/MC/
MCExpr.cpp 28 namespace stats { namespace in namespace:__anon25579
607 ++stats::MCExprEvaluate;
  /external/ltp/testcases/kernel/fs/mongo/
reiser_fract_tree.c 16 long stats = 0; variable
232 if (!stats)
236 printf("File stats: Units are decimal (1k = 1000)\n");
489 stats = atol(argv[10]);
498 if (stats)
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_nic.c 111 struct iw_statistics stats; local
114 memset(&stats, 0, sizeof(stats));
118 req.u.data.pointer = &stats;
142 struct iw_statistics stats; local
145 memset(&stats, 0, sizeof(stats));
149 req.u.data.pointer = &stats;
168 *leveldBm = ((char) stats.qual.level * -1);
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_draw.c 98 struct pipe_query_data_pipeline_statistics *stats = local
103 stats->ia_vertices += end[0] - begin[0];
104 stats->ia_primitives += end[1] - begin[1];
105 stats->vs_invocations += end[2] - begin[2];
106 stats->gs_invocations += end[3] - begin[3];
107 stats->gs_primitives += end[4] - begin[4];
108 stats->c_invocations += end[5] - begin[5];
109 stats->c_primitives += end[6] - begin[6];
110 stats->ps_invocations += end[7] - begin[7];
111 stats->hs_invocations += end[8] - begin[8]
    [all...]
  /external/selinux/libselinux/src/
label_backends_android.c 360 static void stats(struct selabel_handle __attribute__((unused)) *rec) function
362 selinux_log(SELINUX_WARNING, "'stats' functionality not implemented.\n");
377 rec->func_stats = &stats;
394 rec->func_stats = &stats;
  /external/skia/tests/
Test.h 47 virtual void* stats() const { return nullptr; } function in class:skiatest::Reporter

Completed in 2625 milliseconds

1 2 3 4 5 6 7 891011>>