HomeSort by relevance Sort by last modified time
    Searched refs:pContent (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOT.h 24 X86_32GOTEntry(uint64_t pContent, SectionData* pParent)
25 : GOT::Entry<4>(pContent, pParent) {}
46 X86_64GOTEntry(uint64_t pContent, SectionData* pParent)
47 : GOT::Entry<8>(pContent, pParent) {}
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOT.h 24 HexagonGOTEntry(uint64_t pContent, SectionData* pParent)
25 : GOT::Entry<4>(pContent, pParent) {}
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.h 28 AArch64GOTEntry(uint64_t pContent, SectionData* pParent)
29 : GOT::Entry<8>(pContent, pParent) {}
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 26 ARMGOTEntry(uint64_t pContent, SectionData* pParent)
27 : GOT::Entry<4>(pContent, pParent) {}
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_content.cpp 49 CPDF_Object* pContent = pPageDict ? pPageDict->GetElementValue("Contents") : NULL;
50 if (pContent != NULL) {
122 CPDF_Object* pContent = pDict ? pDict->GetElementValue("Contents") : NULL;
123 if (!pContent) {
127 int type = pContent->GetType();
129 CPDF_Array* pArray = (CPDF_Array*)pContent;
135 pContent = pArray->GetElement(i);
136 if (!pContent || pContent->GetType() != PDFOBJ_STREAM) {
140 pStream->LoadAllData((CPDF_Stream*)pContent);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 957 CPDF_Object* pContent = pPage->m_pFormDict->GetElementValue(FX_BSTRC("Contents"));
958 if (pContent == NULL) {
962 if (pContent->GetType() == PDFOBJ_STREAM) {
965 m_pSingleStream->LoadAllData((CPDF_Stream*)pContent, FALSE);
966 } else if (pContent->GetType() == PDFOBJ_ARRAY) {
967 CPDF_Array* pArray = (CPDF_Array*)pContent;
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 820 milliseconds