HomeSort by relevance Sort by last modified time
    Searched defs:Stats (Results 76 - 100 of 208) sorted by null

1 2 34 5 6 7 8 9

  /system/netd/libbpf/include/bpf/
BpfUtils.h 58 struct Stats {
77 // Since we cannot garbage collect the stats map since device boot, we need to make these maps as
  /cts/tests/tests/systemui/src/android/systemui/cts/
LightBarTests.java 96 Stats s = evaluateLightBarBitmap(bitmap, Color.RED /* background */);
117 Stats s = evaluateLightBarBitmap(bitmap, Color.RED /* background */);
149 private void assertLightStats(Bitmap bitmap, Stats s) {
201 private static class Stats {
226 private Stats evaluateLightBarBitmap(Bitmap bitmap, int background) {
236 Stats s = new Stats();
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 831 // Emit per-block stats.
841 const PerBlockIDStats &Stats = I->second;
842 outs() << " Num Instances: " << Stats.NumInstances << "\n";
844 PrintSize(Stats.NumBits);
846 double pct = (Stats.NumBits * 100.0) / BufferSizeBits;
848 if (Stats.NumInstances > 1) {
850 PrintSize(Stats.NumBits/(double)Stats.NumInstances);
852 outs() << " Tot/Avg SubBlocks: " << Stats.NumSubBlocks << "/"
853 << Stats.NumSubBlocks/(double)Stats.NumInstances << "\n"
    [all...]
  /external/perfetto/src/tracing/core/
trace_buffer.h 133 struct Stats {
221 const Stats& stats() const { return stats_; } function in class:perfetto::TraceBuffer
521 Stats stats_;
  /external/skia/src/gpu/
GrGpu.h 390 // Debugging and Stats
392 class Stats {
395 Stats() { this->reset(); }
448 Stats* stats() { return &fStats; } function in class:GrGpu
528 Stats fStats;
GrResourceCache.h 210 struct Stats {
219 Stats() { this->reset(); }
243 void getStats(Stats*) const;
354 // our current stats for all resources
358 // our current stats for resources that count against the budget
  /external/skqp/src/gpu/
GrGpu.h 396 // Debugging and Stats
398 class Stats {
401 Stats() { this->reset(); }
454 Stats* stats() { return &fStats; } function in class:GrGpu
535 Stats fStats;
GrResourceCache.h 205 struct Stats {
214 Stats() { this->reset(); }
238 void getStats(Stats*) const;
349 // our current stats for all resources
353 // our current stats for resources that count against the budget
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.h 363 struct Stats {
377 const Stats& GetStats() const { return stats_; }
421 // Computes stats for the assignment, to be retrieved by GetStats.
443 Stats stats_;
  /external/webrtc/webrtc/base/
network.h 119 struct Stats {
122 Stats() {
156 // |stats| will be populated even if |*changed| is false.
159 NetworkManager::Stats* stats);
  /system/extras/boottime_tools/bootio/
bootio_collector.cpp 219 struct Stats {
237 std::map<int, Stats> statsMap;
238 // Init stats map
239 Stats emptyStat {0, 0., 0, 0};
272 Stats& stats = statsMap[newerSample->timestamp()]; local
273 stats.uptime = newerSample->uptime();
274 stats.cpu += cpuLoad;
275 stats.rbytes += (newerSample->readbytes() - olderSample->readbytes());
276 stats.wbytes += (newerSample->writebytes() - olderSample->writebytes())
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.h 87 template<typename T> class Stats {
89 Stats()
245 Stats<double> GetBitrateStats() const;
250 Stats<double> packets_per_second_stats_;
251 Stats<double> kbps_stats_;
343 Stats<double> GetDelayStats() const;
371 Stats<double> GetDelayStats() const;
372 Stats<double> GetBitrateStats() const;
385 Stats<double> packets_per_second_stats_;
386 Stats<double> kbps_stats_
    [all...]
  /frameworks/base/core/java/android/content/
SyncStatusInfo.java 45 public static class Stats {
57 /** Copy all the stats to another instance. */
58 public void copyTo(Stats to) {
71 /** Clear all the stats. */
85 /** Write all the stats to a parcel. */
99 /** Read all the stats from a parcel. */
116 public final Stats totalStats = new Stats();
117 public final Stats todayStats = new Stats();
    [all...]
  /frameworks/support/content/src/main/java/androidx/contentpager/content/
ContentPager.java 206 private final Stats mStats = new Stats();
322 mStats.increment(Stats.EXTRA_TOTAL_QUERIES);
340 mStats.increment(Stats.EXTRA_RESOLVED_QUERIES);
365 mStats.increment(Stats.EXTRA_COMPAT_PAGED);
432 mStats.increment(Stats.EXTRA_PROVIDER_PAGED);
651 static final class Stats {
665 // simple stats objects tracking paged result handling.
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
Lan91xDxe.c 65 EFI_NETWORK_STATISTICS Stats;
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.cpp 243 auto Stats = getStatsCumulative();
245 Stats->add(TLS->StatsCumulative);
257 Str << "|" << Name << "|" str "|" << Stats[CS_##tag] << "\n";
261 << Stats[CS_NumSpills] + Stats[CS_NumFills] << "\n";
387 // Reset per-function stats being accumulated in TLS.
423 // stats have been fully collected into this thread's TLS.
435 // The Cfg has not been emitted yet, so stats are not ready
731 Str << "Constant pool use stats: count+value+type\n";
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java 174 private final ArrayList<Stats> mProcStats = new ArrayList<Stats>();
175 private final ArrayList<Stats> mWorkingProcs = new ArrayList<Stats>();
183 /** Which stats to pick when filtering */
184 boolean needed(Stats stats);
187 public static class Stats {
193 final ArrayList<Stats> threadStats;
194 final ArrayList<Stats> workingThreads
    [all...]
  /frameworks/native/libs/vr/libpdx_default_transport/
pdx_benchmarks.cpp 95 std::vector<std::string> stats = base::SplitString( local
98 CHECK_EQ(3u, stats.size());
102 uint64_t current_cpu_time_ns = std::stoull(stats[0]);
103 uint64_t current_wait_ns = std::stoull(stats[1]);
104 uint64_t current_timeslices = std::stoull(stats[2]);
145 Stats,
153 PDX_REMOTE_METHOD(Stats, BenchmarkOps::Stats,
228 } else if (argument == "stats") {
229 ProgramOptions.opcode = BenchmarkOps::Stats;
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
sql.go 901 // Stats returns database statistics.
902 func (db *DB) Stats() DBStats {
904 stats := DBStats{
908 return stats
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql.go 901 // Stats returns database statistics.
902 func (db *DB) Stats() DBStats {
904 stats := DBStats{
908 return stats
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
MediaUtils.java 717 public static class Stats {
719 public Stats(double[] data) {
785 public Stats movingAverage(int n) {
787 return new Stats(null);
801 return new Stats(avgs);
810 public Stats movingAverageOverSum(double window) {
812 return new Stats(null);
818 return new Stats(new double[] { average });
824 // TODO: add support for weights in Stats, so we can do a more refined approach.
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 33 import org.antlr.runtime.misc.Stats;
484 Stats.writeReport(GrammarReport.GRAMMAR_STATS_FILENAME,
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 208 // Per-thread stats, live in per-thread cache.
241 // Global stats, used for aggregation and querying.
272 const AllocatorStats *stats = this; local
275 s[i] += stats->Get(AllocatorStat(i));
276 stats = stats->next_;
277 if (stats == this)
280 // All stats must be non-negative.
438 Printf("Stats: SizeClassAllocator64: %zdM mapped in %zd allocations; "
518 uptr n_allocated, n_freed; // Just stats
1278 } stats; member in class:__sanitizer::LargeMmapAllocator
    [all...]
  /external/llvm/tools/sancov/
sancov.cc 82 clEnumValN(StatsAction, "print-coverage-stats",
561 static raw_ostream &operator<<(raw_ostream &OS, const CoverageStats &Stats) {
562 OS << "all-edges: " << Stats.AllPoints << "\n";
563 OS << "cov-edges: " << Stats.CovPoints << "\n";
564 OS << "all-functions: " << Stats.AllFns << "\n";
565 OS << "cov-functions: " << Stats.CovFns << "\n";
829 void collectStats(CoverageStats *Stats) const {
830 Stats->AllPoints += AllCovPoints.size();
831 Stats->AllFns += computeAllFunctions().size();
832 Stats->CovFns += computeCoveredFunctions().size()
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AppStateTracker.java 168 interface Stats {
830 mStatLogger.logDurationStat(Stats.UID_ACTIVE_STATE_CHANGED, start);
837 mStatLogger.logDurationStat(Stats.UID_FG_STATE_CHANGED, start);
844 mStatLogger.logDurationStat(Stats.RUN_ANY_CHANGED, start);
851 mStatLogger.logDurationStat(Stats.ALL_UNWHITELISTED, start);
858 mStatLogger.logDurationStat(Stats.ALL_WHITELIST_CHANGED, start);
865 mStatLogger.logDurationStat(Stats.TEMP_WHITELIST_CHANGED, start);
872 mStatLogger.logDurationStat(Stats.EXEMPT_CHANGED, start);
879 mStatLogger.logDurationStat(Stats.FORCE_ALL_CHANGED, start);
895 Stats.FORCE_APP_STANDBY_FEATURE_FLAG_CHANGED, start)
    [all...]

Completed in 1881 milliseconds

1 2 34 5 6 7 8 9