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

1 2 3

  /external/chromium_org/third_party/webrtc/video_engine/
vie_ref_count.cc 42 int ViERefCount::GetCount() const {
  /external/chromium_org/components/translate/core/browser/
translate_browser_metrics_unittest.cc 94 HistogramBase::Count GetCount(HistogramBase::Sample value) {
110 HistogramBase::Count count = samples_->GetCount(value);
113 return count - base_samples_->GetCount(value);
185 EXPECT_EQ(1, recorder.GetCount(ENGLISH));
195 EXPECT_EQ(1, recorder.GetCount(ENGLISH));
207 EXPECT_EQ(1, recorder.GetCount(ENGLISH));
  /external/chromium_org/ppapi/cpp/
network_list.cc 36 uint32_t NetworkList::GetCount() const {
39 return get_interface<PPB_NetworkList_1_0>()->GetCount(pp_resource());
  /external/chromium_org/ppapi/proxy/
network_list_resource.cc 30 uint32_t NetworkListResource::GetCount() {
  /external/chromium_org/ppapi/thunk/
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/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);
LayerRasterizerTest.cpp 34 static int GetCount() { return gCount; }
51 REPORTER_ASSERT(reporter, DummyRasterizer::GetCount() == 1);
56 REPORTER_ASSERT(reporter, DummyRasterizer::GetCount() == 0);
  /external/lldb/source/Host/macosx/cfcpp/
CFCMutableArray.cpp 49 CFCMutableArray::GetCount() const
71 return ::CFArrayGetCountOfValue (array, CFRangeMake(0, GetCount()), value);
CFCMutableSet.cpp 53 CFCMutableSet::GetCount() const
CFCMutableDictionary.cpp 48 CFCMutableDictionary::GetCount() const
  /external/lldb/tools/lldb-perf/lib/
Metric.cpp 38 Metric<T>::GetCount () const
57 return GetSum()/GetCount();
  /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);
LayerRasterizerTest.cpp 34 static int GetCount() { return gCount; }
53 REPORTER_ASSERT(reporter, DummyRasterizer::GetCount() == 1);
58 REPORTER_ASSERT(reporter, DummyRasterizer::GetCount() == 0);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 106 function GetCount: Integer;
222 function THashList<TKey, TValue>.GetCount: Integer;
316 Result := GetItem(GetCount - 1);
323 I := GetCount - 1;
  /external/chromium_org/base/metrics/
sample_map.cc 26 Count SampleMap::GetCount(Sample value) const {
sample_vector.cc 33 Count SampleVector::GetCount(Sample value) const {
  /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));
  /external/chromium_org/ppapi/c/
ppb_network_list.h 103 uint32_t (*GetCount)(PP_Resource resource);
  /external/lldb/include/lldb/DataFormatters/
TypeCategoryMap.h 92 GetCount ()
  /external/lldb/source/DataFormatters/
DataVisualization.cpp 84 DataVisualization::ValueFormats::GetCount ()
86 return GetFormatManager().GetValueNavigator().GetCount();
234 DataVisualization::Categories::GetCount ()
276 DataVisualization::NamedSummaryFormats::GetCount ()
278 return GetFormatManager().GetNamedSummaryNavigator().GetCount();
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/base/strings/
safe_sprintf.cc 138 // caller can now stop adding more data, as GetCount() has reached its
148 inline ssize_t GetCount() const {
157 // needed so that GetCount() can return the number of bytes that should
653 return buffer.GetCount();
683 return buffer.GetCount();
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.cc 66 jint SQLiteCursor::GetCount(JNIEnv* env, jobject obj) {
  /external/chromium_org/chrome/browser/ui/views/tabs/
fake_base_tab_strip_controller.cc 37 int FakeBaseTabStripController::GetCount() const {
  /external/chromium_org/components/component_updater/test/
url_request_post_interceptor.cc 108 int URLRequestPostInterceptor::GetCount() const {

Completed in 409 milliseconds

1 2 3