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

<<11121314151617181920>>

  /device/huawei/angler/power/
power.c 664 uint64_t stats[sizeof(parameter_names)] = {0}; local
671 ret = extract_stats(stats, RPM_STAT, RPM_PARAMETERS, 0);
677 ret = extract_stats(stats, RPM_MASTER_STAT, NUM_PARAMETERS, 4);
685 list[0].total_transitions = stats[0];
686 list[0].residency_in_msec_since_boot = stats[1];
692 list[0].voters[0].total_time_in_msec_voted_for_since_boot = stats[4];
693 list[0].voters[0].total_number_of_times_voted_since_boot = stats[5];
697 list[0].voters[1].total_time_in_msec_voted_for_since_boot = stats[6];
698 list[0].voters[1].total_number_of_times_voted_since_boot = stats[7];
702 list[0].voters[2].total_time_in_msec_voted_for_since_boot = stats[8]
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 57 /** Because I may change the stats, I need to track that for later
61 public static readonly string RuntimeStatsFilename = "runtime.stats";
90 ProfileStats stats = new ProfileStats(); field in class:Antlr.Runtime.Debug.Profiler
102 stats.numRuleInvocations++;
104 stats.maxRuleInvocationDepth = Math.Max(stats.maxRuleInvocationDepth, ruleLevel);
128 stats.numMemoizationCacheMisses++;
129 stats.numGuessingRuleInvocations++; // we'll have to enter
134 stats.numMemoizationCacheHits++;
147 stats.numMemoizationCacheEntries++
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 57 /** Because I may change the stats, I need to track that for later
61 public static readonly string RuntimeStatsFilename = "runtime.stats";
90 ProfileStats stats = new ProfileStats(); field in class:Antlr.Runtime.Debug.Profiler
105 stats.numRuleInvocations++;
107 stats.maxRuleInvocationDepth = Math.Max(stats.maxRuleInvocationDepth, ruleLevel);
134 stats.numMemoizationCacheMisses++;
135 stats.numGuessingRuleInvocations++; // we'll have to enter
142 stats.numMemoizationCacheHits++;
156 stats.numMemoizationCacheEntries++
    [all...]
  /external/autotest/client/tests/cyclictest/src/
cyclictest.c 66 struct thread_stat *stats; member in struct:thread_param
207 struct thread_stat *stat = par->stats;
499 struct thread_stat *stat = par->stats;
574 par[i].stats = &stat[i];
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 606 uptr stats[AllocatorStatCount]; local
607 getAllocator().GetStats(stats);
608 return stats[AllocatorStatAllocated];
612 uptr stats[AllocatorStatCount]; local
613 getAllocator().GetStats(stats);
614 return stats[AllocatorStatMapped];
  /external/deqp/modules/gles2/performance/
es2pDrawCallBatchingTests.cpp 815 Statistics stats; local
817 stats.mean = mean;
818 stats.standardDeviation = standardDeviation;
819 stats.standardErrorOfMean = standardErrorOfMean;
821 return stats;
    [all...]
  /external/e2fsprogs/e2fsck/
journal.c 966 io_stats stats = 0; local
987 ctx->fs->io->manager->get_stats(ctx->fs->io, &stats);
988 if (stats && stats->bytes_written)
989 kbytes_written = stats->bytes_written >> 10;
  /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/
ConfigResultsElement.java 324 double[] stats = null; local
337 stats = getStatistics();
338 if (stats != null) {
340 localBuffer.append((int) stats[0]);
342 localBuffer.append(Util.DOUBLE_FORMAT.format(stats[1]));
344 localBuffer.append(Util.DOUBLE_FORMAT.format(stats[2]));
346 localBuffer.append(Util.PERCENTAGE_FORMAT.format(stats[3]));
354 if (stats == null && printValues) {
365 if (stats == null && printValues) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUService.java 952 public String stats() { method in class:ICUService
953 ICURWLock.Stats stats = factoryLock.resetStats(); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUService.java 950 public String stats() { method in class:ICUService
951 ICURWLock.Stats stats = factoryLock.resetStats(); local
    [all...]
  /external/iproute2/misc/
arpd.c 87 } stats; variable in typeref:struct:__anon20624
236 stats.probes_sent++;
262 stats.probes_suppressed++;
354 stats.app_bad++;
366 stats.app_neg++;
372 stats.app_recv++;
374 stats.app_success++;
383 stats.app_suppressed++;
408 stats.kern_neg++;
418 stats.kern_change++
    [all...]
ifstat.c 67 static const char *stats[MAXS] = { variable
276 for (i=0; i<MAXS && stats[i]; i++)
277 jsonw_uint_field(jw, stats[i], vals[i]);
391 for (i=0; i < m && stats[i]; i++)
392 jsonw_uint_field(jw, stats[i], vals[i]);
  /external/llvm/lib/MC/
MCAssembler.cpp 39 namespace stats { namespace in namespace:__anon25358
172 ++stats::evaluateFixup;
325 ++stats::FragmentLayouts;
435 ++stats::EmittedFragments;
439 ++stats::EmittedAlignFragments;
479 ++stats::EmittedDataFragments;
484 ++stats::EmittedRelaxableFragments;
489 ++stats::EmittedCompactEncodedInstFragments;
494 ++stats::EmittedFillFragments;
526 ++stats::EmittedOrgFragments
    [all...]
  /external/lzma/C/
Ppmd7.c 30 #define STATS(ctx) Ppmd7_GetStats(p, ctx)
307 p->MinContext->Stats = REF(p->FoundState);
361 for (s = STATS(c); s->Symbol != p->FoundState->Symbol; s++);
385 for (s = STATS(c); s->Symbol != upState.Symbol; s++);
441 CPpmd_State *s = STATS(c);
525 oldPtr = STATS(c);
528 c->Stats = STATS_REF(ptr);
542 c->Stats = REF(s);
562 CPpmd_State *s = STATS(c) + ns1;
575 CPpmd_State *stats = STATS(p->MinContext); local
    [all...]
  /external/ppp/pppd/include/net/
ppp_defs.h 139 struct ppp_stats stats; member in struct:ifpppstatsreq
  /external/selinux/libselinux/src/
label_file.c 978 static void stats(struct selabel_handle *rec) function
1015 rec->func_stats = &stats;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 34 namespace stats { namespace in namespace:__anon31247
243 ++stats::EvaluateFixup;
372 ++stats::FragmentLayouts;
390 ++stats::EmittedFragments;
645 stats::ObjectBytes += OS.tell() - StartOffset;
687 ++stats::RelaxedInstructions;
806 ++stats::RelaxationSteps;
  /external/valgrind/coregrind/m_coredump/
coredump-solaris.c 664 struct vg_stat stats; local
665 if (VG_(fstat)(fd, &stats) != 0) {
670 vki_prpriv_t *prpriv = VG_(malloc)("coredump-elf.cp.1", stats.size);
672 if (VG_(read)(fd, prpriv, stats.size) != stats.size) {
679 *size = stats.size;
    [all...]
  /external/valgrind/coregrind/
m_stacktrace.c 165 const Bool do_stats = False; // compute and output some stats regularly.
178 } stats; local
183 // = stats.nr >= 123456;
284 if (do_stats) stats.nr++;
317 if (do_stats) stats.Ca++;
328 //??? stats
369 if (do_stats) stats.Fw++;
376 if (do_stats) stats.Cf++;
395 if (do_stats) stats.FO++;
399 if (do_stats && uregs.xip != fpverif_uregs.xip) stats.xi++
    [all...]
  /external/webrtc/talk/app/webrtc/
statscollector.cc 46 // http://w3c.github.io/webrtc-stats/#rtcstatsicecandidatetype-enum such that
47 // our stats report for ice candidate type could conform to that.
53 // Strings used by the stats collector to report adapter types. This fits the
54 // general stype of http://w3c.github.io/webrtc-stats than what
294 // TODO(hta): Extract some stats here.
300 // TODO(hta): Extract some stats here.
303 // Template to extract stats from a data vector.
314 // Each track can have stats for both local and remote objects.
482 // update stats reports. That would also clean up the threading story a bit
483 // since we'd be creating/updating the stats report objects consistently o
690 SessionStats stats; local
911 AudioProcessorInterface::AudioProcessorStats stats; local
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 284 webrtc::AudioSendStream::Stats GetAudioSendStreamStats() const {
285 webrtc::AudioSendStream::Stats stats; local
286 stats.local_ssrc = 12;
287 stats.bytes_sent = 345;
288 stats.packets_sent = 678;
289 stats.packets_lost = 9012;
290 stats.fraction_lost = 34.56f;
291 stats.codec_name = "codec_name_send";
292 stats.ext_seqnum = 789
311 const auto stats = GetAudioSendStreamStats(); local
333 webrtc::AudioReceiveStream::Stats stats; local
366 const auto stats = GetAudioReceiveStreamStats(); local
    [all...]
  /external/webrtc/webrtc/base/
network.cc 235 NetworkManager::Stats stats; local
236 MergeNetworkList(new_networks, changed, &stats);
241 NetworkManager::Stats* stats) {
270 stats->ipv4_network_count++;
273 stats->ipv6_network_count++;
796 NetworkManager::Stats stats; local
797 MergeNetworkList(list, &changed, &stats);
    [all...]
  /external/webrtc/webrtc/call/
call_perf_tests.cc 597 VideoSendStream::Stats stats = send_stream_->GetStats(); local
598 if (stats.substreams.size() > 0) {
599 RTC_DCHECK_EQ(1u, stats.substreams.size());
601 stats.substreams.begin()->second.total_bitrate_bps / 1000;
617 // Expect bitrate stats to roughly match the max encode bitrate.
651 EXPECT_TRUE(Wait()) << "Timeout while waiting for send-bitrate stats.";
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 929 NetEqNetworkStatistics stats; local
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 521 // gather the final stats for this record
527 const sp<AMessage> &stats = trackStats.itemAt(i); local
530 stats->findString("mime", &mime);
533 stats->findString("component-name", &name);
542 if (stats->findInt32("width", &width)
543 && stats->findInt32("height", &height)) {
550 stats->findInt64("frames-total", &numFramesTotal);
551 stats->findInt64("frames-dropped-output", &numFramesDropped);
642 if (property_get_bool("persist.debug.sf.stats", false)) {
855 const sp<AMessage> &stats = trackStats.itemAt(i) local
    [all...]

Completed in 1211 milliseconds

<<11121314151617181920>>