HomeSort by relevance Sort by last modified time
    Searched refs:m_Type (Results 1 - 25 of 58) sorted by null

1 2 3

  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttributeValue.h 43 : m_Type(Uninitialized), m_IntValue(0), m_StringValue() { }
49 { return m_Type; }
52 { m_Type = pType; }
75 { return (m_Type == Uninitialized); }
81 { return (m_Type & Int); }
84 { return (m_Type & String); }
87 { return (m_Type & NoDefault); }
107 m_Type = Uninitialized;
114 unsigned int m_Type;
  /frameworks/compile/mclinker/lib/Script/
InputToken.cpp 17 : m_Type(Unknown), m_bAsNeeded(false)
22 : StrToken(StrToken::Input, pName), m_Type(pType), m_bAsNeeded(pAsNeeded)
  /frameworks/compile/mclinker/include/mcld/Script/
InputToken.h 37 Type type() const { return m_Type; }
47 Type m_Type;
Assignment.h 54 Type type() const { return m_Type; }
76 Type m_Type;
OutputSectDesc.h 57 m_Type = pType;
60 Type type() const { return m_Type; }
92 if (m_Type != pRHS.m_Type)
106 Type m_Type;
Operand.h 43 Type type() const { return m_Type; }
55 Type m_Type;
  /frameworks/compile/mclinker/lib/MC/
Input.cpp 19 : m_Type(Unknown),
31 : m_Type(Unknown),
46 : m_Type(pType),
62 : m_Type(pType),
  /frameworks/compile/mclinker/include/mcld/MC/
Input.h 77 { m_Type = pType; }
80 { return m_Type; }
83 { return (m_Type != Unknown); }
130 unsigned int m_Type;
  /frameworks/compile/mclinker/include/mcld/Fragment/
Stub.h 36 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType)
46 Type type() const { return m_Type; }
51 Type m_Type;
Relocation.h 69 { return m_Type; }
110 /// m_Type - the type of the relocation entries
111 Type m_Type;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser.cpp 142 if (m_ParamBuf1[m_ParamStartPos].m_Type == 0) {
158 m_ParamBuf1[index].m_Type = 0;
161 m_ParamBuf1[index].m_Type = PDFOBJ_NAME;
175 m_ParamBuf1[index].m_Type = PDFOBJ_NUMBER;
182 m_ParamBuf1[index].m_Type = 0;
189 if (m_ParamBuf1[index].m_Type == 0) {
210 if (param.m_Type == PDFOBJ_NUMBER) {
212 param.m_Type = 0;
216 if (param.m_Type == PDFOBJ_NAME) {
218 param.m_Type = 0;
    [all...]
  /external/pdfium/core/src/fxge/ge/
text_int.h 27 m_Type = 0;
33 int m_Type;
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 20 switch (m_Type) {
45 switch (m_Type) {
73 switch (m_Type) {
97 switch (m_Type) {
123 switch (m_Type) {
149 switch (m_Type) {
173 if (m_Type == PDFOBJ_ARRAY) {
181 switch (m_Type) {
199 if (m_Type != PDFOBJ_REFERENCE) {
200 return m_Type;
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 59 uint32_t type() const { return m_Type; }
97 if (llvm::ELF::PT_TLS != m_Type)
114 uint32_t m_Type; // Type of segment
LDSection.h 74 { return m_Type; }
148 { m_Type = type; }
197 uint32_t m_Type;
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 65 : m_Type(0x0), m_TargetData(0x0), m_pSymInfo(NULL), m_Addend(0x0) {
72 : m_Type(pType),
135 m_Type = pType;
150 return pRelocator.getSize(m_Type);
  /frameworks/compile/mclinker/lib/Target/
ELFAttributeValue.cpp 56 if ((pValue.type() != m_Type) || isUninitialized())
  /external/pdfium/core/src/reflow/
reflowedpage.h 152 if (NULL == pParentObj || PDFPAGE_FORM != pParentObj->m_Type) {
301 m_Type = Unknow;
309 return m_Type;
312 RF_DataType m_Type;
323 m_Type = Line;
331 m_Type = Text;
342 m_Type = Image;
360 m_Type = Path;
autoreflow.cpp 23 } else if(pObj->m_Type != PDFPAGE_TEXT) {
25 } else if(pPrevObj->m_Type != PDFPAGE_TEXT) {
63 if(pObj->m_Type != PDFPAGE_TEXT) {
83 if(pObj->m_Type != PDFPAGE_IMAGE) {
309 if(pCurObj->m_Type == PDFPAGE_TEXT) {
330 if(pCurObj->m_Type == PDFPAGE_TEXT) {
353 if(pCurObj->m_Type == PDFPAGE_TEXT || pLastObj->m_Type == PDFPAGE_TEXT) {
355 if(pCurObj->m_Type == PDFPAGE_TEXT) {
377 if(pCurObj->m_Type == PDFPAGE_TEXT)
    [all...]
  /frameworks/compile/mclinker/lib/LD/
LDSection.cpp 27 m_Type(0x0),
47 m_Type(pType),
ELFSegment.cpp 25 : m_Type(llvm::ELF::PT_NULL),
38 : m_Type(pType),
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 24 m_Type = Unknown;
49 m_Type = RadioButton;
57 m_Type = PushButton;
59 m_Type = CheckBox;
63 m_Type = File;
65 m_Type = RichText;
67 m_Type = Text;
84 m_Type = ComboBox;
89 m_Type = ListBox;
96 m_Type = Sign;
    [all...]
tagged_int.h 46 return m_Type;
83 CFX_ByteString m_Type;
doc_tagged.cpp 158 if (pParentElement->m_Kids[i].m_Type != CPDF_StructKid::Element) {
216 m_Type = pDict->GetString(FX_BSTRC("S"));
217 CFX_ByteString mapped = pTree->m_pRoleMap->GetString(m_Type);
219 m_Type = mapped;
227 if (m_Kids[i].m_Type == CPDF_StructKid::Element && m_Kids[i].m_Element.m_pElement) {
268 pKid->m_Type = CPDF_StructKid::Invalid;
276 pKid->m_Type = CPDF_StructKid::PageContent;
294 pKid->m_Type = CPDF_StructKid::StreamContent;
307 pKid->m_Type = CPDF_StructKid::Object;
316 pKid->m_Type = CPDF_StructKid::Element;
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 44 return m_Type;
89 FX_DWORD m_Type;
119 m_Type = PDFOBJ_BOOLEAN;
124 m_Type = PDFOBJ_BOOLEAN;
163 m_Type = PDFOBJ_NUMBER;
234 m_Type = PDFOBJ_STRING;
240 m_Type = PDFOBJ_STRING;
288 m_Type = PDFOBJ_NAME;
293 m_Type = PDFOBJ_NAME;
298 m_Type = PDFOBJ_NAME;
    [all...]

Completed in 487 milliseconds

1 2 3