/external/chromium_org/chrome/browser/chromeos/memory/ |
D | oom_priority_manager_unittest.cc | 43 OomPriorityManager::TabStats stats; in TEST_F() local 50 OomPriorityManager::TabStats stats; in TEST_F() local 57 OomPriorityManager::TabStats stats; in TEST_F() local 64 OomPriorityManager::TabStats stats; in TEST_F() local 71 OomPriorityManager::TabStats stats; in TEST_F() local 78 OomPriorityManager::TabStats stats; in TEST_F() local 85 OomPriorityManager::TabStats stats; in TEST_F() local 93 OomPriorityManager::TabStats stats; in TEST_F() local 102 OomPriorityManager::TabStats stats; in TEST_F() local
|
/external/libvpx/libvpx/ |
D | vpxstats.c | 19 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) { in stats_open_file() 64 int stats_open_mem(stats_io_t *stats, int pass) { in stats_open_mem() 79 void stats_close(stats_io_t *stats, int last_pass) { in stats_close() 97 void stats_write(stats_io_t *stats, const void *pkt, size_t len) { in stats_write() 120 vpx_fixed_buf_t stats_get(stats_io_t *stats) { in stats_get()
|
/external/chromium_org/cc/debug/ |
D | benchmark_instrumentation.cc | 15 const MainThreadRenderingStats& stats) { in IssueMainThreadRenderingStatsEvent() 23 const ImplThreadRenderingStats& stats) { in IssueImplThreadRenderingStatsEvent()
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheLoadingTest.java | 102 CacheStats stats = cache.stats(); in testLoad() local 175 CacheStats stats = cache.stats(); in testReload() local 225 CacheStats stats = cache.stats(); in testRefresh() local 284 CacheStats stats = cache.stats(); in testRefresh_getIfPresent() local 325 CacheStats stats = cache.stats(); in testBulkLoad_default() local 371 CacheStats stats = cache.stats(); in testBulkLoad_loadAll() local 590 CacheStats stats = cache.stats(); in testLoadNull() local 661 CacheStats stats = cache.stats(); in testReloadNull() local 706 CacheStats stats = cache.stats(); in testReloadNullFuture() local 755 CacheStats stats = cache.stats(); in testRefreshNull() local [all …]
|
D | CacheManualTest.java | 31 CacheStats stats = cache.stats(); in testGetIfPresent() local 107 CacheStats stats = cache.stats(); in testGetAllPresent() local
|
D | CacheStatsTest.java | 29 CacheStats stats = new CacheStats(0, 0, 0, 0, 0, 0); in testEmpty() local 45 CacheStats stats = new CacheStats(11, 13, 17, 19, 23, 27); in testSingle() local
|
D | AbstractCacheTest.java | 85 CacheStats stats = counter.snapshot(); in testEmptySimpleStats() local 116 CacheStats stats = counter.snapshot(); in testSingleSimpleStats() local
|
/external/chromium_org/net/disk_cache/ |
D | stats_histogram.cc | 27 const Stats* stats) in StatsHistogram() 34 void StatsHistogram::InitializeBucketRanges(const Stats* stats, in InitializeBucketRanges() 43 const Stats* stats) { in FactoryGet()
|
D | stats.cc | 73 bool VerifyStats(OnDiskStats* stats) { in VerifyStats() 102 OnDiskStats* stats = &local_stats; in Init() local 217 OnDiskStats* stats = reinterpret_cast<OnDiskStats*>(data); in SerializeStats() local
|
/external/compiler-rt/lib/asan/ |
D | asan_stats.cc | 60 AsanStats stats; in PrintAccumulatedStats() local 78 static void FlushToAccumulatedStatsUnlocked(AsanStats *stats) { in FlushToAccumulatedStatsUnlocked() 110 void FlushToAccumulatedStats(AsanStats *stats) { in FlushToAccumulatedStats() 115 void GetAccumulatedStats(AsanStats *stats) { in GetAccumulatedStats()
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | statscollector_unittest.cc | 249 webrtc::StatsCollector stats; // Implementation under test. in TestCertificateReports() local 328 webrtc::StatsCollector stats; // Implementation under test. in TEST_F() local 361 webrtc::StatsCollector stats; // Implementation under test. in TEST_F() local 404 webrtc::StatsCollector stats; // Implementation under test. in TEST_F() local 419 webrtc::StatsCollector stats; // Implementation under test. in TEST_F() local 438 webrtc::StatsCollector stats; // Implementation under test. in TEST_F() local 465 webrtc::StatsCollector stats; // Implementation under test. in TEST_F() local 521 webrtc::StatsCollector stats; // Implementation under test. in TEST_F() local 570 webrtc::StatsCollector stats; // Implementation under test. in TEST_F() local 595 webrtc::StatsCollector stats; // Implementation under test. in TEST_F() local [all …]
|
/external/libvpx/libvpx/test/ |
D | codec_factory.h | 88 const unsigned long init_flags, TwopassStatsStore *stats) in VP8Encoder() 117 TwopassStatsStore *stats) const { in CreateEncoder() 170 const unsigned long init_flags, TwopassStatsStore *stats) in VP9Encoder() 199 TwopassStatsStore *stats) const { in CreateEncoder()
|
/external/blktrace/btt/ |
D | globals.h | 118 struct stats { struct 140 struct stats stats, all_stats; argument
|
/external/chromium/net/disk_cache/ |
D | stats.cc | 72 bool LoadStats(BackendImpl* backend, Addr address, OnDiskStats* stats) { in LoadStats() 95 bool StoreStats(BackendImpl* backend, Addr address, OnDiskStats* stats) { in StoreStats() 105 bool CreateStats(BackendImpl* backend, Addr* address, OnDiskStats* stats) { in CreateStats() 126 OnDiskStats stats; in Init() local 236 OnDiskStats stats; in Store() local
|
/external/chromium/chrome/browser/renderer_host/ |
D | web_cache_manager.cc | 84 RendererInfo* stats = &(stats_[renderer_id]); in Add() local 123 const WebCache::UsageStats& stats) { in ObserveStats() 166 WebCache::UsageStats* stats) { in GatherStats() 187 const WebCache::UsageStats& stats) { in GetSize()
|
D | web_cache_manager_unittest.cc | 32 static std::map<int, WebCacheManager::RendererInfo>& stats( in stats() function in WebCacheManagerTest 51 WebCache::UsageStats* stats) { in GatherStats() 55 const WebCache::UsageStats& stats) { in GetSize() 191 WebCache::UsageStats stats; in TEST_F() local
|
/external/kernel-headers/original/linux/ |
D | taskstats_kern.h | 32 struct taskstats *stats; in taskstats_tgid_alloc() local 52 struct taskstats *stats = NULL; in taskstats_tgid_free() local
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | web_cache_manager.cc | 96 RendererInfo* stats = &(stats_[renderer_id]); in Add() local 135 const WebCache::UsageStats& stats) { in ObserveStats() 198 WebCache::UsageStats* stats) { in GatherStats() 219 const WebCache::UsageStats& stats) { in GetSize()
|
D | web_cache_manager_unittest.cc | 33 static std::map<int, WebCacheManager::RendererInfo>& stats( in stats() function in WebCacheManagerTest 52 WebCache::UsageStats* stats) { in GatherStats() 56 const WebCache::UsageStats& stats) { in GetSize() 192 WebCache::UsageStats stats; in TEST_F() local
|
/external/chromium_org/media/cast/logging/ |
D | logging_impl.cc | 155 const FrameStatsMap* stats = stats_.GetFrameStatsData(); in GetFrameStatsData() local 190 const PacketStatsMap* stats = stats_.GetPacketStatsData(); in GetPacketStatsData() local 206 const GenericStatsMap* stats = stats_.GetGenericStatsData(); in GetGenericStatsData() local
|
/external/chromium_org/content/browser/media/ |
D | webrtc_internals_browsertest.cc | 72 StatsUnit stats; member 225 StatsUnit& stats) { in ExecuteAndVerifyAddStats() 384 const StatsUnit& stats) { in VerifyStatsDump() 475 StatsUnit stats = {FAKE_TIME_STAMP}; in IN_PROC_BROWSER_TEST_F() local 491 StatsUnit stats = {FAKE_TIME_STAMP}; in IN_PROC_BROWSER_TEST_F() local 515 StatsUnit stats = {FAKE_TIME_STAMP}; in IN_PROC_BROWSER_TEST_F() local 568 StatsUnit stats = {FAKE_TIME_STAMP}; in IN_PROC_BROWSER_TEST_F() local 704 StatsUnit stats = { FAKE_TIME_STAMP }; in IN_PROC_BROWSER_TEST_F() local
|
/external/linux-tools-perf/ |
D | builtin-stat.c | 201 struct stats struct 207 struct stats res_stats[3]; argument 222 static void update_stats(struct stats *stats, u64 val) in update_stats() 232 static double avg_stats(struct stats *stats) in avg_stats() 253 static double stddev_stats(struct stats *stats) in stddev_stats()
|
/external/iproute2/netem/ |
D | Makefile | 19 stats: stats.c target
|
/external/chromium_org/remoting/webapp/ |
D | connection_stats.js | 34 remoting.ConnectionStats.prototype.update = function(stats) { argument
|
/external/chromium_org/content/renderer/gpu/ |
D | render_widget_compositor.h | 113 virtual void renderingStats(blink::WebRenderingStats& stats) const {} in renderingStats()
|