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

1 2 34 5 6 7 8 910

  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.h 86 jint GetCount(JNIEnv* env, jobject obj);
  /external/chromium_org/native_client_sdk/src/examples/api/network_monitor/
network_monitor.cc 73 uint32_t count = network_list.GetCount();
  /external/chromium_org/net/websockets/
websocket_stream_test.cc     [all...]
  /external/chromium_org/third_party/webrtc/video_engine/
vie_external_codec_impl.cc 43 int32_t ref_count = GetCount();
  /external/lldb/source/API/
SBTypeFilter.cpp 85 return m_opaque_sp->GetCount();
  /external/lldb/source/Host/macosx/cfcpp/
CFCMutableDictionary.h 32 CFIndex GetCount() const;
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 462 return ((CPDF_Array*)pValue)->GetCount();
583 for (FX_DWORD i = 0; i < pArray->GetCount(); i ++)
631 if (pArray->GetCount() < 1) {
744 return ((CPDF_Array*)pValue)->GetCount();
929 return (int)pArray->GetCount();
941 int iCount = (int)pArray->GetCount();
957 int iCount = (int)pArray->GetCount();
979 for (int i = 0; i < (int)pArray->GetCount(); i ++) {
    [all...]
doc_link.cpp 72 for (FX_DWORD i = 0; i < pAnnotList->GetCount(); i ++) {
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListBox.h 76 FX_INT32 GetCount() const;
  /art/runtime/
profiler.h 61 uint32_t GetCount() { return count_; }
252 uint32_t GetCount() const { return count_; }
  /external/chromium_org/components/component_updater/test/
update_checker_unittest.cc 183 EXPECT_EQ(1, post_interceptor_->GetCount())
231 EXPECT_EQ(1, post_interceptor_->GetCount())
url_request_post_interceptor.h 84 int GetCount() const;
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_proc_maps.cpp 168 if (index_ >= entries_.GetCount())
177 for (size_t n = 0; n < entries_.GetCount(); ++n) {
  /external/opencv/cvaux/src/
_cvfacedetection.h 108 inline long GetCount();
118 inline long FaceTemplate::GetCount()
121 }//inline long FaceTemplate::GetCount()
  /ndk/sources/android/crazy_linker/src/
crazy_linker_proc_maps.cpp 163 if (index_ >= entries_.GetCount())
172 for (size_t n = 0; n < entries_.GetCount(); ++n) {
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 190 FX_INT32 CFX_List::GetCount() const
454 FX_INT32 CPLST_Select::GetCount() const
646 if (nItemIndex >= 0 && nItemIndex < GetCount())
694 OnVK(GetCount()-1, bShift, bCtrl);
704 OnVK(GetCount()-1, bShift, bCtrl);
739 ReArrange(GetCount() - 1);
834 for (FX_INT32 i=0,sz=m_aSelItems.GetCount(); i<sz; i++)
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_utility.cpp 361 for (FX_DWORD i = 0; i < p->GetCount(); i ++) {
422 FX_DWORD dwCount = pNumbers->GetCount() / 2;
438 for (FX_DWORD i = 0; i < pKids->GetCount(); i ++) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 558 int GetCount() const;
677 long GetCount() const; //loaded only
840 unsigned long GetCount() const;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tlogstg.h 154 virtual HRESULT WINAPI GetCount(TLENUMF flags,DWORD *pcEntries) = 0;
168 HRESULT (WINAPI *GetCount)(ITravelLogStg *This,TLENUMF flags,DWORD *pcEntries);
184 #define ITravelLogStg_GetCount(This,flags,pcEntries) (This)->lpVtbl->GetCount(This,flags,pcEntries)
  /external/chromium_org/base/metrics/
sample_vector.cc 33 Count SampleVector::GetCount(Sample value) const {
  /external/chromium_org/chrome/browser/extensions/api/metrics_private/
metrics_apitest.cc 129 EXPECT_EQ(bucket.count, samples.GetCount(bucket.histogram_value));
  /external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.h 49 virtual int GetCount() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_user_data_logger_unittest.cc 34 return histogram ? histogram->SnapshotSamples()->GetCount(value) : 0;
  /external/chromium_org/media/audio/win/
device_enumeration_win.cc 52 collection->GetCount(&number_of_active_devices);
  /external/chromium_org/ppapi/tests/
test_network_monitor.cc 60 size_t count = network_list.GetCount();

Completed in 3090 milliseconds

1 2 34 5 6 7 8 910