Searched refs:GetCount (Results 1 - 25 of 186) sorted by relevance

12345678

/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_impl.cc38 if (vie_base->GetCount() > 0) {
39 LOG(LS_ERROR) << "ViEBase ref count > 0: " << vie_base->GetCount();
44 if (vie_capture->GetCount() > 0) {
45 LOG(LS_ERROR) << "ViECapture ref count > 0: " << vie_capture->GetCount();
51 if (vie_codec->GetCount() > 0) {
52 LOG(LS_ERROR) << "ViECodec ref count > 0: " << vie_codec->GetCount();
58 if (vie_external_codec->GetCount() > 0) {
60 << vie_external_codec->GetCount();
66 if (vie_file->GetCount() > 0) {
67 LOG(LS_ERROR) << "ViEFile ref count > 0: " << vie_file->GetCount();
[all...]
H A Dvie_ref_count.h31 int GetCount() const;
H A Dvie_ref_count.cc42 int ViERefCount::GetCount() const { function in class:webrtc::ViERefCount
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_util_unittest.cc114 EXPECT_EQ(++num_responses, server_samples->GetCount(0));
115 EXPECT_EQ( num_mps, server_samples->GetCount(1));
116 EXPECT_EQ( num_ngx, server_samples->GetCount(2));
117 EXPECT_EQ( num_pss, server_samples->GetCount(3));
118 EXPECT_EQ( num_other, server_samples->GetCount(4));
129 EXPECT_EQ(++num_responses, server_samples->GetCount(0));
130 EXPECT_EQ(++num_mps, server_samples->GetCount(1));
131 EXPECT_EQ( num_ngx, server_samples->GetCount(2));
132 EXPECT_EQ( num_pss, server_samples->GetCount(3));
133 EXPECT_EQ( num_other, server_samples->GetCount(
[all...]
/external/chromium_org/base/metrics/
H A Dhistogram_delta_serialization_unittest.cc38 EXPECT_EQ(1, snapshot->GetCount(1));
39 EXPECT_EQ(1, snapshot->GetCount(10));
40 EXPECT_EQ(1, snapshot->GetCount(100));
41 EXPECT_EQ(1, snapshot->GetCount(1000));
48 EXPECT_EQ(2, snapshot2->GetCount(1));
49 EXPECT_EQ(2, snapshot2->GetCount(10));
50 EXPECT_EQ(2, snapshot2->GetCount(100));
51 EXPECT_EQ(2, snapshot2->GetCount(1000));
H A Dsample_map_unittest.cc18 EXPECT_EQ(-100, samples.GetCount(1));
19 EXPECT_EQ(200, samples.GetCount(2));
39 EXPECT_EQ(300, samples1.GetCount(1));
40 EXPECT_EQ(300, samples1.GetCount(2));
41 EXPECT_EQ(100, samples1.GetCount(3));
42 EXPECT_EQ(200, samples1.GetCount(4));
48 EXPECT_EQ(100, samples1.GetCount(1));
49 EXPECT_EQ(100, samples1.GetCount(2));
50 EXPECT_EQ(100, samples1.GetCount(3));
51 EXPECT_EQ(0, samples1.GetCount(
[all...]
H A Dsparse_histogram_unittest.cc56 EXPECT_EQ(1, snapshot1->GetCount(100));
62 EXPECT_EQ(2, snapshot2->GetCount(100));
63 EXPECT_EQ(1, snapshot2->GetCount(101));
84 EXPECT_EQ(2, samples->GetCount(100));
85 EXPECT_EQ(1, samples->GetCount(200));
/external/lldb/source/DataFormatters/
H A DTypeCategory.cpp161 TypeCategoryImpl::GetCount (FormatCategoryItems items) function in class:TypeCategoryImpl
165 count += m_summary_nav->GetCount();
167 count += m_regex_summary_nav->GetCount();
169 count += m_filter_nav->GetCount();
171 count += m_regex_filter_nav->GetCount();
174 count += m_synth_nav->GetCount();
176 count += m_regex_synth_nav->GetCount();
321 if (index < m_summary_nav->GetCount())
324 return m_regex_summary_nav->GetTypeNameSpecifierAtIndex(index-m_summary_nav->GetCount());
330 if (index < m_summary_nav->GetCount())
[all...]
/external/chromium_org/net/spdy/
H A Dhpack_huffman_aggregator_test.cc158 EXPECT_EQ(0, samples->GetCount(0));
159 EXPECT_EQ(1, samples->GetCount(1));
160 EXPECT_EQ(101, samples->GetCount(129));
161 EXPECT_EQ(10, samples->GetCount(256));
175 EXPECT_EQ(0, samples->GetCount(0));
176 EXPECT_EQ(1, samples->GetCount(1));
177 EXPECT_EQ(32, samples->GetCount(2));
178 EXPECT_EQ(106, samples->GetCount(129));
179 EXPECT_EQ(10, samples->GetCount(256));
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableSet.h32 CFIndex GetCount() const;
H A DCFCMutableArray.h26 CFIndex GetCount() const;
/external/chromium_org/chrome/browser/ui/views/passwords/
H A Dmanage_passwords_bubble_view_browsertest.cc103 samples->GetCount(
106 samples->GetCount(
109 samples->GetCount(
129 samples->GetCount(
132 samples->GetCount(
135 samples->GetCount(
151 samples->GetCount(
154 samples->GetCount(
157 samples->GetCount(
172 samples->GetCount(
[all...]
/external/chromium_org/third_party/skia/tests/
H A DSmallAllocatorTest.cpp22 static int GetCount() { return kCount; } function in class:CountingClass
36 REPORTER_ASSERT(reporter, CountingClass::GetCount() == static_cast<int>(i+1));
39 REPORTER_ASSERT(reporter, CountingClass::GetCount() == 0);
/external/skia/tests/
H A DSmallAllocatorTest.cpp22 static int GetCount() { return kCount; } function in class:CountingClass
36 REPORTER_ASSERT(reporter, CountingClass::GetCount() == static_cast<int>(i+1));
39 REPORTER_ASSERT(reporter, CountingClass::GetCount() == 0);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_util_unittest.cpp98 EXPECT_EQ(1U, v.GetCount());
109 EXPECT_EQ(static_cast<size_t>(kMaxCount), v.GetCount());
146 EXPECT_EQ(kMaxCount + 1, v.GetCount());
147 for (int n = 0; n < v.GetCount(); ++n) {
171 EXPECT_EQ(kMaxCount - 1, v.GetCount());
190 EXPECT_EQ(kMaxCount - 1 - n, v.GetCount());
192 EXPECT_EQ(0u, v.GetCount());
199 EXPECT_EQ(0U, s.GetCount());
210 EXPECT_EQ(1U, s.GetCount());
226 EXPECT_EQ(3U, s.GetCount());
[all...]
/external/chromium_org/ppapi/thunk/
H A Dppb_network_list_thunk.cc25 uint32_t GetCount(PP_Resource resource) { function in namespace:ppapi::thunk::__anon10296
26 VLOG(4) << "PPB_NetworkList::GetCount()";
30 return enter.object()->GetCount();
85 &GetCount,
H A Dppb_network_list_api.h21 virtual uint32_t GetCount() = 0;
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Duma_policy_browsertest.cc89 EXPECT_EQ(3, google_samples->GetCount(1));
102 EXPECT_EQ(2, cnn_samples->GetCount(1));
133 EXPECT_EQ(2, google_samples->GetCount(1));
162 EXPECT_EQ(1, google_samples->GetCount(1));
198 EXPECT_EQ(1, cnn_samples->GetCount(1));
274 EXPECT_EQ(1, google_samples->GetCount(1));
281 EXPECT_EQ(1, cnn_samples->GetCount(1));
291 EXPECT_EQ(1, google_samples->GetCount(2));
298 EXPECT_EQ(1, cnn_samples->GetCount(2));
/external/chromium_org/net/socket_stream/
H A Dsocket_stream_metrics_unittest.cc50 EXPECT_EQ(1, samples->GetCount(SocketStreamMetrics::PROTOCOL_UNKNOWN));
51 EXPECT_EQ(2, samples->GetCount(SocketStreamMetrics::PROTOCOL_WEBSOCKET));
53 samples->GetCount(SocketStreamMetrics::PROTOCOL_WEBSOCKET_SECURE));
85 EXPECT_EQ(1, samples->GetCount(SocketStreamMetrics::ALL_CONNECTIONS));
86 EXPECT_EQ(2, samples->GetCount(SocketStreamMetrics::TUNNEL_CONNECTION));
87 EXPECT_EQ(3, samples->GetCount(SocketStreamMetrics::SOCKS_CONNECTION));
88 EXPECT_EQ(4, samples->GetCount(SocketStreamMetrics::SSL_CONNECTION));
116 EXPECT_EQ(3, samples->GetCount(SocketStreamMetrics::WIRE_PROTOCOL_WEBSOCKET));
117 EXPECT_EQ(7, samples->GetCount(SocketStreamMetrics::WIRE_PROTOCOL_SPDY));
/external/chromium_org/ppapi/cpp/
H A Dnetwork_list.h29 uint32_t GetCount() const;
/external/chromium_org/chrome/browser/chromeos/net/
H A Dnetwork_portal_detector_test_utils.cc57 const int base = base_ ? base_->GetCount(i) : 0;
58 const int actual = samples->GetCount(i) - base;
/external/lldb/tools/lldb-perf/lib/
H A DMetric.cpp38 Metric<T>::GetCount () const function in class:Metric
57 return GetSum()/GetCount();
/external/chromium_org/components/translate/core/common/
H A Dtranslate_metrics_unittest.cc120 HistogramBase::Count GetCount(HistogramBase::Sample value) { function in class:translate::__anon6885::MetricsRecorder
136 HistogramBase::Count count = samples_->GetCount(value);
139 return count - base_samples_->GetCount(value);
267 EXPECT_EQ(0, recorder.GetCount(kTrue));
268 EXPECT_EQ(0, recorder.GetCount(kFalse));
270 EXPECT_EQ(1, recorder.GetCount(kTrue));
271 EXPECT_EQ(0, recorder.GetCount(kFalse));
273 EXPECT_EQ(1, recorder.GetCount(kTrue));
274 EXPECT_EQ(1, recorder.GetCount(kFalse));
/external/chromium_org/components/precache/core/
H A Dprecache_database_unittest.cc113 EXPECT_EQ(1, delta_samples->GetCount(sample));
360 EXPECT_EQ(1, downloaded_precache_motivated_bytes->GetCount(kSize1));
361 EXPECT_EQ(2, downloaded_precache_motivated_bytes->GetCount(kSize2));
362 EXPECT_EQ(1, downloaded_precache_motivated_bytes->GetCount(kSize3));
363 EXPECT_EQ(1, downloaded_precache_motivated_bytes->GetCount(kSize4));
368 EXPECT_EQ(2, downloaded_non_precache_bytes->GetCount(kSize2));
369 EXPECT_EQ(1, downloaded_non_precache_bytes->GetCount(kSize5));
374 EXPECT_EQ(1, downloaded_non_precache_bytes_cellular->GetCount(kSize2));
375 EXPECT_EQ(1, downloaded_non_precache_bytes_cellular->GetCount(kSize5));
380 EXPECT_EQ(1, saved_bytes->GetCount(kSize
[all...]
/external/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h61 GetCount ();
122 GetCount ();
164 GetCount ();

Completed in 566 milliseconds

12345678