Searched defs:GetCount (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_ref_count.cc42 int ViERefCount::GetCount() const { function in class:webrtc::ViERefCount
/external/chromium_org/ppapi/cpp/
H A Dnetwork_list.cc36 uint32_t NetworkList::GetCount() const { function in class:pp::NetworkList
39 return get_interface<PPB_NetworkList_1_0>()->GetCount(pp_resource());
/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,
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableSet.cpp53 CFCMutableSet::GetCount() const function in class:CFCMutableSet
H A DCFCMutableArray.cpp49 CFCMutableArray::GetCount() const function in class:CFCMutableArray
71 return ::CFArrayGetCountOfValue (array, CFRangeMake(0, GetCount()), value);
/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/ppapi/proxy/
H A Dnetwork_list_resource.cc30 uint32_t NetworkListResource::GetCount() { function in class:ppapi::proxy::NetworkListResource
/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);
H A DLayerRasterizerTest.cpp34 static int GetCount() { return gCount; } function in class:DummyRasterizer
51 REPORTER_ASSERT(reporter, DummyRasterizer::GetCount() == 1);
56 REPORTER_ASSERT(reporter, DummyRasterizer::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);
H A DLayerRasterizerTest.cpp34 static int GetCount() { return gCount; } function in class:DummyRasterizer
53 REPORTER_ASSERT(reporter, DummyRasterizer::GetCount() == 1);
58 REPORTER_ASSERT(reporter, DummyRasterizer::GetCount() == 0);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas106 function GetCount: Integer; function
222 function THashList<TKey, TValue>.GetCount: Integer;
316 Result := GetItem(GetCount - 1);
323 I := GetCount - 1;
/external/chromium_org/base/metrics/
H A Dsample_map.cc26 Count SampleMap::GetCount(Sample value) const { function in class:base::SampleMap
H A Dsample_vector.cc33 Count SampleVector::GetCount(Sample value) const { function in class:base::SampleVector
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_browser_metrics_unittest.cc94 HistogramBase::Count GetCount(HistogramBase::Sample value) { function in class:__anon6875::MetricsRecorder
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/c/
H A Dppb_network_list.h103 uint32_t (*GetCount)(PP_Resource resource); member in struct:PPB_NetworkList_1_0
/external/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h92 GetCount () function in class:lldb_private::TypeCategoryMap
/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/lldb/source/DataFormatters/
H A DDataVisualization.cpp84 DataVisualization::ValueFormats::GetCount () function in class:DataVisualization::ValueFormats
86 return GetFormatManager().GetValueNavigator().GetCount();
234 DataVisualization::Categories::GetCount () function in class:DataVisualization::Categories
276 DataVisualization::NamedSummaryFormats::GetCount () function in class:DataVisualization::NamedSummaryFormats
278 return GetFormatManager().GetNamedSummaryNavigator().GetCount();
/external/chromium_org/base/strings/
H A Dsafe_sprintf.cc138 // caller can now stop adding more data, as GetCount() has reached its
148 inline ssize_t GetCount() const { function in class:base::strings::__anon2447::Buffer
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/
H A Dsqlite_cursor.cc66 jint SQLiteCursor::GetCount(JNIEnv* env, jobject obj) { function in class:SQLiteCursor
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dfake_base_tab_strip_controller.cc37 int FakeBaseTabStripController::GetCount() const { function in class:FakeBaseTabStripController
/external/chromium_org/components/component_updater/test/
H A Durl_request_post_interceptor.cc108 int URLRequestPostInterceptor::GetCount() const { function in class:component_updater::URLRequestPostInterceptor
/external/chromium_org/mojo/system/
H A Dmemory.h358 size_t GetCount() const { return count_; } function in class:mojo::system::UserPointerReaderWriter
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_util.h184 size_t GetCount() const { return count_; } function in class:crazy::Vector
264 size_t GetCount() const { return items_.GetCount(); } function in class:crazy::Set

Completed in 466 milliseconds

12