Searched defs:GetSize (Results 151 - 175 of 180) sorted by relevance

12345678

/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_definition.cc33 virtual gfx::Size GetSize() OVERRIDE;
73 gfx::Size GLImageSync::GetSize() { function in class:gpu::gles2::__anon8442::GLImageSync
H A Dtexture_manager_unittest.cc2181 size_t GetSize(Pool pool) { function in class:gpu::gles2::CountingMemoryTracker
2404 size_t initial_memory1 = memory_tracker1_->GetSize(MemoryTracker::kUnmanaged);
2405 size_t initial_memory2 = memory_tracker2_->GetSize(MemoryTracker::kUnmanaged);
2424 memory_tracker1_->GetSize(MemoryTracker::kUnmanaged));
2431 memory_tracker1_->GetSize(MemoryTracker::kUnmanaged));
2433 memory_tracker2_->GetSize(MemoryTracker::kUnmanaged));
2439 memory_tracker1_->GetSize(MemoryTracker::kUnmanaged));
2441 memory_tracker2_->GetSize(MemoryTracker::kUnmanaged));
2449 memory_tracker2_->GetSize(MemoryTracker::kUnmanaged));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
H A Dhttp_fs_node.cc211 Error HttpFsNode::GetSize(off_t* out_size) { function in class:nacl_io::HttpFsNode
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc197 return iter->second.GetSize();
1395 int ExtensionSet::Extension::GetSize() const { function in class:google::protobuf::internal::ExtensionSet::Extension
/external/chromium_org/ui/gl/
H A Dgl_surface_glx.cc510 "width", GetSize().width(),
511 "height", GetSize().height());
517 gfx::Size NativeViewGLSurfaceGLX::GetSize() { function in class:gfx::NativeViewGLSurfaceGLX
682 gfx::Size PbufferGLSurfaceGLX::GetSize() { function in class:gfx::PbufferGLSurfaceGLX
/external/lldb/include/lldb/Core/
H A DRangeMap.h319 GetSize () const function in class:lldb_private::RangeArray
605 GetSize () const function in class:lldb_private::RangeVector
893 GetSize () const function in class:lldb_private::RangeDataArray
1193 GetSize () const function in class:lldb_private::RangeDataVector
1464 GetSize () const function in class:lldb_private::AddressDataArray
/external/lldb/include/lldb/Symbol/
H A DType.h489 if (idx < GetSize())
495 GetSize() function in class:lldb_private::TypeListImpl
/external/lldb/source/Symbol/
H A DSymbolContext.cpp1153 SymbolContextList::GetSize() const function in class:SymbolContextList
1184 const uint32_t size = lhs.GetSize();
1185 if (size != rhs.GetSize())
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_memmgr_mini.cpp114 return pFoxitMgr ? ((CFXMEM_FixedMgr*)((CFX_MemoryMgr*)pFoxitMgr)->m_pSystemMgr->user)->GetSize(ptr) : 0;
424 size_t CFXMEM_Pool::GetSize(FX_LPVOID p) const function in class:CFXMEM_Pool
645 size_t CFXMEM_FixedMgr::GetSize(FX_LPVOID p) const function in class:CFXMEM_FixedMgr
650 return pFind->GetSize(p);
693 oldSize = pFind->GetSize(p);
H A Dfx_xml_parser.cpp650 for (int i = 0; i < m_Children.GetSize(); i += 2) {
755 if (index < 0 || index >= m_AttrMap.GetSize()) {
765 if (index < 0 || index >= m_AttrMap.GetSize()) {
848 return m_Children.GetSize() / 2;
853 if (index >= (FX_DWORD)m_Children.GetSize()) {
861 if (index >= (FX_DWORD)m_Children.GetSize() ||
874 if (index >= (FX_DWORD)m_Children.GetSize() ||
887 if (index >= (FX_DWORD)m_Children.GetSize() ||
896 for (int i = 0; i < m_Children.GetSize(); i += 2) {
913 for (int i = 0; i < m_Children.GetSize();
992 int CXML_AttrMap::GetSize() const function in class:CXML_AttrMap
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusTypes.h398 VOID GetSize(OUT SizeF* size) const function in class:RectF
601 VOID GetSize(OUT Size* size) const function in class:Rect
/external/pdfium/core/src/fxge/apple/
H A Dapple_int.h195 virtual FX_FILESIZE GetSize() function in class:CFX_FontProvider
/external/chromium_org/third_party/webrtc/base/
H A Dstream.cc260 bool StreamSegment::GetSize(size_t* size) const { function in class:rtc::StreamSegment
261 if (!StreamAdapterInterface::GetSize(size))
435 bool FileStream::GetSize(size_t* size) const { function in class:rtc::FileStream
449 if (!GetSize(size))
464 bool FileStream::GetSize(const std::string& filename, size_t* size) { function in class:rtc::FileStream
527 GetSize(&file_size);
559 GetSize(&file_size);
808 bool MemoryStreamBase::GetSize(size_t* size) const { function in class:rtc::MemoryStreamBase
1229 bool StringStream::GetSize(size_t* size) const { function in class:rtc::StringStream
H A Dstream.h119 // be tempted to use GetSize() and GetPosition() to deduce the result of
176 virtual bool GetSize(size_t* size) const { return false; } function in class:rtc::StreamInterface
296 virtual bool GetSize(size_t* size) const { function in class:rtc::StreamAdapterInterface
297 return stream_->GetSize(size);
378 virtual bool GetSize(size_t* size) const;
431 virtual bool GetSize(size_t* size) const;
445 static bool GetSize(const std::string& filename, size_t* size);
571 virtual bool GetSize(size_t* size) const;
731 virtual bool GetSize(size_t* size) const;
/external/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp434 GetSize() const function in class:ObjCClasses
476 m_size = objc_classes.GetSize();
/external/lldb/source/Core/
H A DDisassembler.cpp142 const size_t count = sc_list.GetSize();
214 if (sc_list.GetSize ())
401 size_t num_instructions_found = disasm_ptr->GetInstructionList().GetSize();
623 const size_t opcode_pos = ss.GetSize();
643 s->Write (ss.GetData(), ss.GetSize());
965 InstructionList::GetSize() const function in class:InstructionList
1161 return m_instruction_list.GetSize();
H A DModuleList.cpp340 const size_t old_size = sc_list.GetSize();
369 while (i<sc_list.GetSize())
396 return sc_list.GetSize() - old_size;
404 const size_t old_size = sc_list.GetSize();
429 while (i<sc_list.GetSize())
457 return sc_list.GetSize() - old_size;
475 return sc_list.GetSize();
484 size_t initial_size = variable_list.GetSize();
491 return variable_list.GetSize() - initial_size;
501 size_t initial_size = variable_list.GetSize();
682 ModuleList::GetSize() const function in class:ModuleList
[all...]
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp587 DynamicLoaderDarwinKernel::KextImageInfo::GetSize () const function in class:DynamicLoaderDarwinKernel::KextImageInfo
896 const uint32_t num_ondisk_sections = ondisk_section_list->GetSize();
1409 summary_addr.Slide(m_kext_summary_header.GetSize());
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp305 FX_DWORD streamSize = acc.GetSize();
343 CFX_WideString result = PDF_DecodeText(stream.GetData(), stream.GetSize(), pCharMap);
411 int size = m_Objects.GetSize();
420 if (this == NULL || m_Type != PDFOBJ_ARRAY || m_Objects.GetSize() != 4) {
432 if (this == NULL || m_Type != PDFOBJ_ARRAY || m_Objects.GetSize() != 6) {
443 if (i >= (FX_DWORD)m_Objects.GetSize()) {
453 if (i >= (FX_DWORD)m_Objects.GetSize()) {
460 if (this && i < (FX_DWORD)m_Objects.GetSize()) {
468 if (this && i < (FX_DWORD)m_Objects.GetSize()) {
476 if (this == NULL || i >= (FX_DWORD)m_Objects.GetSize()) {
1208 FX_DWORD CPDF_StreamAcc::GetSize() const function in class:CPDF_StreamAcc
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h200 return CFX_ArrayTemplate<TYPE>::GetSize() <= 0;
204 if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize()) {
211 if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize()) {
236 FX_INT32 GetSize() const function in class:CLines
238 return m_Lines.GetSize();
250 for (FX_INT32 i = 0, sz = GetSize(); i < sz; i++) {
258 if (m_nTotal >= GetSize()) {
274 for (FX_INT32 i = GetSize() - 1; i >= m_nTotal; i--) {
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h113 for (FX_INT32 i = 0, sz = m_LineRects.GetSize(); i < sz; i++)
127 for (FX_INT32 i = 0, sz = rects.GetSize(); i < sz; i++)
139 FX_INT32 GetSize() const function in class:CFX_Edit_LineRectArray
141 return m_LineRects.GetSize();
146 if (nIndex < 0 || nIndex >= m_LineRects.GetSize())
169 for (FX_INT32 i = 0, sz = m_Rects.GetSize(); i < sz; i++)
178 for (FX_INT32 i = 0, sz = m_Rects.GetSize(); i < sz; i++)
186 FX_INT32 GetSize() const function in class:CFX_Edit_RectArray
188 return m_Rects.GetSize();
193 if (nIndex < 0 || nIndex >= m_Rects.GetSize())
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdfview.cpp298 virtual FX_FILESIZE GetSize() {return m_size;} function in class:CMemFile
/external/protobuf/src/google/protobuf/
H A Dextension_set.cc186 return iter->second.GetSize();
1389 int ExtensionSet::Extension::GetSize() const { function in class:google::protobuf::internal::ExtensionSet::Extension
/external/chromium_org/content/browser/fileapi/
H A Dobfuscated_file_util_unittest.cc56 int64 GetSize(const base::FilePath& path) { function in namespace:content::__anon7121
332 EXPECT_EQ(0, GetSize(data_path));
347 EXPECT_EQ(length, GetSize(data_path));
364 EXPECT_EQ(length * 2, GetSize(data_path));
369 EXPECT_EQ(0, GetSize(data_path));
600 EXPECT_EQ(src_file_length, GetSize(data_path));
919 EXPECT_EQ(0, GetSize(local_path));
924 EXPECT_EQ(10, GetSize(local_path));
928 EXPECT_EQ(1, GetSize(local_path));
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h67 FX_STRSIZE GetSize() const function in class:CFX_BinaryBuf
185 return m_SavingBuf.GetSize();
414 int GetSize() const function in class:CFX_ArrayTemplate
606 FX_INT32 nSize = src.GetSize();
635 FX_INT32 nSize = src.GetSize();
659 int GetSize() const function in class:CFX_ObjectArray
710 int GetSize() const
1225 FX_DWORD nCount = m_DataList.GetSize();
1546 if (m_CurList < 0 || m_CurList >= m_DataLists.GetSize()) {

Completed in 5759 milliseconds

12345678