Searched defs:GetData (Results 1 - 25 of 84) sorted by last modified time

1234

/external/webrtc/src/system_wrappers/source/
H A Dcpu_linux.cc41 GetData(m_oldBusyTime, m_oldIdleTime, m_busyArray, m_idleArray);
68 if (GetData(busy, idle, m_busyArray, m_idleArray) != 0)
110 int CpuLinux::GetData(long long& busy, long long& idle, long long*& busyArray, function in class:webrtc::CpuLinux
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h583 void GetData(int& nChars, FX_DWORD*& pCharCodes, FX_FLOAT*& pCharPos) function in class:CPDF_TextObject
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h459 const TYPE* GetData() const function in class:CFX_ArrayTemplate
464 TYPE* GetData() function in class:CFX_ArrayTemplate
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp343 CFX_WideString result = PDF_DecodeText(stream.GetData(), stream.GetSize(), pCharMap);
412 CPDF_Object** pList = (CPDF_Object**)m_Objects.GetData();
1198 FX_LPCBYTE CPDF_StreamAcc::GetData() const function in class:CPDF_StreamAcc
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscgats.c1515 char* GetData(cmsIT8* it8, int nSet, int nField) function
2160 char *Data = GetData(it8, i, idField);
2184 char *Label = GetData(it8, i, idField);
2479 data = GetData(it8, i, t->SampleID);
2502 data = GetData(it8, i, t->SampleID);
2548 return GetData(it8, row, col);
2605 return GetData(it8, iSet, iField);
2686 Data = GetData(it8, nPatch, t->SampleID);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusRegion.h352 // Get the size of the buffer needed for the GetData method
368 Region::GetData(OUT BYTE* buffer, function in class:Region
/external/opencv/cvaux/src/
H A Dcvfacedetection.cpp203 tmp = m_pFaceList->GetData();
215 while ( (tmp = m_pFaceList->GetData()) != 0 )
222 while ( (tmp = m_pFaceList->GetData()) != 0 )
480 Face * List::GetData() function in class:List
484 }//Face * List::GetData()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h1380 virtual HRESULT STDMETHODCALLTYPE GetData( function in struct:GalliumD3D11DeviceContext
H A Dd3d11_objects.h681 virtual HRESULT STDMETHODCALLTYPE GetData( function in struct:GalliumD3D11Asynchronous
686 return this->device->GetData(this, out_data, data_size, get_data_flags);
/external/lldb/include/lldb/Core/
H A DDataExtractor.h462 GetData (lldb::offset_t *offset_ptr, lldb::offset_t length) const function in class:lldb_private::DataExtractor
H A DEvent.h140 GetData () function in class:lldb_private::Event
146 GetData () const function in class:lldb_private::Event
H A DRegularExpression.h64 GetData () function in class:lldb_private::RegularExpression::Match
H A DStreamBuffer.h69 GetData () const function in class:lldb_private::StreamBuffer
/external/lldb/include/lldb/Target/
H A DThread.h185 GetData() function in class:lldb_private::Thread::RegisterCheckpoint
191 GetData() const function in class:lldb_private::Thread::RegisterCheckpoint
/external/lldb/source/API/
H A DSBInstruction.cpp138 SBInstruction::GetData (SBTarget target) function in class:SBInstruction
144 if (m_opaque_sp->GetData (*data_extractor_sp))
H A DSBStream.cpp39 SBStream::GetData () function in class:SBStream
44 return static_cast<StreamString *>(m_opaque_ap.get())->GetData();
H A DSBTypeSummary.cpp111 SBTypeSummary::GetData () function in class:SBTypeSummary
238 if ( GetData() == NULL || rhs.GetData() == NULL || strcmp(GetData(), rhs.GetData()) )
H A DSBTypeSynthetic.cpp77 SBTypeSynthetic::GetData () function in class:SBTypeSynthetic
160 if ( strcmp(GetData(), rhs.GetData()) )
H A DSBValue.cpp1548 SBValue::GetData () function in class:SBValue
1557 value_sp->GetData(*data_sp);
1562 log->Printf ("SBValue(%p)::GetData () => SBData(%p)",
/external/lldb/source/Core/
H A DDisassembler.cpp643 s->Write (ss.GetData(), ss.GetSize());
950 Instruction::GetData (DataExtractor &data) function in class:Instruction
952 return m_opcode.GetData(data);
H A DOpcode.cpp89 Opcode::GetData (DataExtractor &data) const function in class:Opcode
H A DRegisterValue.cpp36 if (GetData (data))
49 const char *fmt = format_string.GetData();
102 RegisterValue::GetData (DataExtractor &data) const function in class:RegisterValue
140 if (!GetData(reg_data))
H A DScalar.cpp134 Scalar::GetData (DataExtractor &data, size_t limit_byte_size) const function in class:Scalar
2032 if (!GetData(data))
H A DStreamString.cpp57 StreamString::GetData () const function in class:StreamString
H A DValue.cpp291 Value::GetData (DataExtractor &data) function in class:Value
299 if (m_value.GetData (data))
347 if (m_value.GetData (data))

Completed in 342 milliseconds

1234