HomeSort by relevance Sort by last modified time
    Searched refs:GetCount (Results 1 - 25 of 232) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/webrtc/video_engine/
vie_impl.cc 38 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...]
vie_ref_count.h 31 int GetCount() const;
vie_ref_count.cc 42 int ViERefCount::GetCount() const {
  /external/chromium_org/chrome/browser/prerender/
prerender_util_unittest.cc 114 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(4))
    [all...]
  /external/chromium_org/base/metrics/
histogram_delta_serialization_unittest.cc 38 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));
sample_map_unittest.cc 18 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(4))
    [all...]
sparse_histogram_unittest.cc 56 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/Host/macosx/cfcpp/
CFCMutableSet.h 32 CFIndex GetCount() const;
CFCMutableArray.h 26 CFIndex GetCount() const;
  /external/lldb/source/DataFormatters/
TypeCategory.cpp 161 TypeCategoryImpl::GetCount (FormatCategoryItems items)
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/
hpack_huffman_aggregator_test.cc 158 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/chromium_org/ppapi/thunk/
ppb_network_list_api.h 21 virtual uint32_t GetCount() = 0;
ppb_network_list_thunk.cc 25 uint32_t GetCount(PP_Resource resource) {
26 VLOG(4) << "PPB_NetworkList::GetCount()";
30 return enter.object()->GetCount();
85 &GetCount,
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view_browsertest.cc 103 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/
SmallAllocatorTest.cpp 22 static int GetCount() { return kCount; }
36 REPORTER_ASSERT(reporter, CountingClass::GetCount() == static_cast<int>(i+1));
39 REPORTER_ASSERT(reporter, CountingClass::GetCount() == 0);
  /external/skia/tests/
SmallAllocatorTest.cpp 22 static int GetCount() { return kCount; }
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/
crazy_linker_util_unittest.cpp 98 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...]
  /ndk/sources/android/crazy_linker/src/
crazy_linker_util_unittest.cpp 98 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/chrome/browser/extensions/activity_log/
uma_policy_browsertest.cc 89 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/
socket_stream_metrics_unittest.cc 50 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/
network_list.h 29 uint32_t GetCount() const;
  /external/lldb/tools/lldb-perf/lib/
Metric.h 41 GetCount () const;
Metric.cpp 38 Metric<T>::GetCount () const
57 return GetSum()/GetCount();
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_test_utils.cc 57 const int base = base_ ? base_->GetCount(i) : 0;
58 const int actual = samples->GetCount(i) - base;
  /external/chromium_org/components/translate/core/common/
translate_metrics_unittest.cc 120 HistogramBase::Count GetCount(HistogramBase::Sample value) {
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));

Completed in 724 milliseconds

1 2 3 4 5 6 7 8 910