/external/u-boot/drivers/block/ |
D | blkcache.c | 26 static struct block_cache_stats _stats = { variable 64 ++_stats.hits; in blkcache_read() 70 ++_stats.misses; in blkcache_read() 82 if (blkcnt > _stats.max_blocks_per_entry) in blkcache_fill() 85 if (_stats.max_entries == 0) in blkcache_fill() 89 if (_stats.max_entries <= _stats.entries) { in blkcache_fill() 93 _stats.entries--; in blkcache_fill() 125 _stats.entries++; in blkcache_fill() 140 --_stats.entries; in blkcache_invalidate() 148 if ((blocks != _stats.max_blocks_per_entry) || in blkcache_configure() [all …]
|
/external/nos/host/android/citadel/citadeld/ |
D | main.cpp | 235 response->resize(sizeof(_stats)); in getCachedStats() 236 memcpy(response->data(), &_stats, sizeof(_stats)); in getCachedStats() 247 data1.totalTimeInStateMs = _stats.time_since_hard_reset / 1000; in onGetStats() 248 data1.totalStateEntryCount = _stats.hard_reset_count; in onGetStats() 254 data2.totalTimeInStateMs = _stats.time_spent_awake / 1000; in onGetStats() 255 data2.totalStateEntryCount = _stats.wake_count; in onGetStats() 256 data2.lastEntryTimestampMs = _stats.time_at_last_wake / 1000; in onGetStats() 261 data3.totalTimeInStateMs = _stats.time_spent_in_deep_sleep / 1000; in onGetStats() 262 data3.totalStateEntryCount = _stats.deep_sleep_count; in onGetStats() 263 data3.lastEntryTimestampMs = _stats.time_at_last_deep_sleep / 1000; in onGetStats() [all …]
|
/external/catch2/include/reporters/ |
D | catch_reporter_console.cpp | 37 …ConsoleAssertionPrinter(std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessag… in ConsoleAssertionPrinter() argument 39 stats(_stats), in ConsoleAssertionPrinter() 40 result(_stats.assertionResult), in ConsoleAssertionPrinter() 43 messages(_stats.infoMessages), in ConsoleAssertionPrinter() 50 if (_stats.infoMessages.size() == 1) in ConsoleAssertionPrinter() 52 if (_stats.infoMessages.size() > 1) in ConsoleAssertionPrinter() 63 if (_stats.infoMessages.size() == 1) in ConsoleAssertionPrinter() 65 if (_stats.infoMessages.size() > 1) in ConsoleAssertionPrinter() 72 if (_stats.infoMessages.size() == 1) in ConsoleAssertionPrinter() 74 if (_stats.infoMessages.size() > 1) in ConsoleAssertionPrinter() [all …]
|
D | catch_reporter_tap.hpp | 65 … AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats, std::size_t _counter ) in AssertionPrinter() argument 67 , result( _stats.assertionResult ) in AssertionPrinter() 68 , messages( _stats.infoMessages ) in AssertionPrinter() 69 , itMessage( _stats.infoMessages.begin() ) in AssertionPrinter()
|
D | catch_reporter_compact.cpp | 79 AssertionPrinter(std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessages) in AssertionPrinter() argument 81 , result(_stats.assertionResult) in AssertionPrinter() 82 , messages(_stats.infoMessages) in AssertionPrinter() 83 , itMessage(_stats.infoMessages.begin()) in AssertionPrinter()
|
D | catch_reporter_bases.hpp | 109 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode()
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_tap.hpp | 65 … AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats, std::size_t _counter ) in AssertionPrinter() argument 67 , result( _stats.assertionResult ) in AssertionPrinter() 68 , messages( _stats.infoMessages ) in AssertionPrinter() 69 , itMessage( _stats.infoMessages.begin() ) in AssertionPrinter()
|
D | catch.hpp | 5166 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() 13107 AssertionPrinter(std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessages) in AssertionPrinter() argument 13109 , result(_stats.assertionResult) in AssertionPrinter() 13110 , messages(_stats.infoMessages) in AssertionPrinter() 13111 , itMessage(_stats.infoMessages.begin()) in AssertionPrinter() 13343 …ConsoleAssertionPrinter(std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessag… in ConsoleAssertionPrinter() argument 13345 stats(_stats), in ConsoleAssertionPrinter() 13346 result(_stats.assertionResult), in ConsoleAssertionPrinter() 13349 messages(_stats.infoMessages), in ConsoleAssertionPrinter() 13356 if (_stats.infoMessages.size() == 1) in ConsoleAssertionPrinter() [all …]
|
/external/libxcam/modules/isp/iq/ |
D | x3a_analyze_tuner.cpp | 209 _stats = stats; in pre_3a_analyze() 220 ret = _analyzer->push_3a_stats (_stats); in post_3a_analyze() 221 _stats.release (); in post_3a_analyze()
|
D | x3a_analyze_tuner.h | 74 SmartPtr<X3aStats> _stats; variable
|
/external/autotest/client/site_tests/power_LoadTest/ |
D | power_LoadTest.py | 114 self._stats = collections.defaultdict(list) 405 for kname in self._stats: 408 for end_idx in xrange(samples_per_loop, len(self._stats[kname]), 411 self._stats[kname][start_idx:end_idx]) 417 for kname in self._stats: 418 _log_stats(kname, self._stats[kname]) 461 voltage_np = numpy.array(self._stats['v_voltage_now']) 583 self._stats['w_energy_rate'].append(energy_rate) 584 self._stats['v_voltage_now'].append(voltage_now)
|
/external/autotest/client/cros/power/ |
D | power_status.py | 614 self._stats = self._read_stats() 623 result = self.do_diff(result, self._stats) 624 self._stats = raw_stats 633 total = sum(self._stats.itervalues()) 637 return sum((float(k)*v) / total for (k, v) in self._stats.iteritems()) 1344 stats_secs = sum(stat_obj._stats.itervalues()) 1908 self._stats = get_available_cpu_stats() 1909 self._stats.append(GPUFreqStats()) 1911 for stat in self._stats: 1923 for stat in self._stats: [all …]
|
D | power_test.py | 64 self._stats = power_status.StatoMatic() 116 keyvals = self._stats.publish()
|
/external/libnl/python/netlink/route/ |
D | tc.py | 450 def format(self, details=False, _stats=False, nodev=False, argument 525 def format(self, details=False, _stats=False, nodev=False, argument
|
/external/bcc/tests/cc/ |
D | catch.hpp | 8602 explicit SectionNode( SectionStats const& _stats ) : stats( _stats ) {} in SectionNode() 9566 … AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessages ) in AssertionPrinter() argument 9568 stats( _stats ), in AssertionPrinter() 9569 result( _stats.assertionResult ), in AssertionPrinter() 9572 messages( _stats.infoMessages ), in AssertionPrinter() 9580 if( _stats.infoMessages.size() == 1 ) in AssertionPrinter() 9582 if( _stats.infoMessages.size() > 1 ) in AssertionPrinter() 9594 if( _stats.infoMessages.size() == 1 ) in AssertionPrinter() 9596 if( _stats.infoMessages.size() > 1 ) in AssertionPrinter() 9623 if( _stats.infoMessages.size() == 1 ) in AssertionPrinter() [all …]
|
/external/libnl/include/netlink-private/ |
D | types.h | 483 uint64_t pre ##_stats[RTNL_TC_STATS_MAX+1]; \
|
/external/grpc-grpc/doc/core/ |
D | transport_explainer.md | 46 * collect\_stats: Get stats
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor.cc | 1547 NodeExecStatsInterface* _stats) in AsyncState() 1558 stats(_stats) { in AsyncState()
|