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

  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttributeData.h 48 virtual const ELFAttributeValue *getAttributeValue(TagType pTag) const = 0;
57 getOrCreateAttributeValue(TagType pTag) = 0;
65 TagType pTag, const ELFAttributeValue& pInAttr) = 0;
85 /// except leaving undefined value in pTag.
86 static bool ReadTag(TagType& pTag, const char* &pBuf, size_t &pBufSize);
102 static bool WriteAttribute(TagType pTag, const ELFAttributeValue& pValue,
ELFDynamic.h 44 virtual void setValue(uint64_t pTag, uint64_t pValue) = 0;
80 inline void setValue(uint64_t pTag, uint64_t pValue);
117 inline void setValue(uint64_t pTag, uint64_t pValue);
179 void reserveOne(uint64_t pTag);
181 void applyOne(uint64_t pTag, uint64_t pValue);
  /frameworks/compile/mclinker/lib/Target/
ELFAttributeData.cpp 18 bool ELFAttributeData::ReadTag(TagType& pTag, const char* &pBuf,
23 pTag = static_cast<ELFAttributeData::TagType>(
64 bool ELFAttributeData::WriteAttribute(TagType pTag,
69 leb128::encode<uint32_t>(pBuf, pTag);
ELFDynamic.cpp 84 void ELFDynamic::reserveOne(uint64_t pTag)
90 void ELFDynamic::applyOne(uint64_t pTag, uint64_t pValue)
93 m_EntryList[m_Idx]->setValue(pTag, pValue);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLParagraphElement.cpp 35 : HTMLElement(pTag, document)
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.h 154 virtual const ELFAttributeValue *getAttributeValue(TagType pTag) const;
157 getOrCreateAttributeValue(TagType pTag);
175 TagType pTag, const ELFAttributeValue& pInAttr);
189 static unsigned int GetAttributeValueType(TagType pTag);
ARMELFAttributeData.cpp 18 const ELFAttributeValue *ARMELFAttributeData::getAttributeValue(TagType pTag) const
20 if (pTag <= Tag_Max) {
21 const ELFAttributeValue &attr_value = m_Attrs[pTag];
30 UnknownAttrsMap::const_iterator attr_it = m_UnknownAttrs.find(pTag);
41 ARMELFAttributeData::getOrCreateAttributeValue(TagType pTag)
45 if (pTag <= Tag_Max) {
46 attr_value = &m_Attrs[pTag];
49 attr_value = &m_UnknownAttrs[pTag];
58 attr_value->setType(GetAttributeValueType(pTag));
63 unsigned int ARMELFAttributeData::GetAttributeValueType(TagType pTag)
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_metadata.cpp 100 CXML_Element *pTag = pElmntRdf->GetElement(NULL, FX_BSTRC("Description"), i);
101 if (!pTag) {
105 CXML_Element *pElmnt = pTag->GetElement(NULL, bsTag);
120 CXML_Element *pElmnt = pTag->GetElement(NULL, bsTag);
135 CXML_Element *pElmnt = pTag->GetElement(NULL, bsTag);
  /external/icu/icu4c/source/common/
uloc_tag.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FormatBlockCommand.cpp 146 blockTags.add(pTag);
ReplaceSelectionCommand.cpp 605 elements.add(pTag.localName());
634 if (HTMLElement* paragraphElement = toHTMLElement(enclosingNodeWithTag(positionInParentBeforeNode(*node), pTag)))
    [all...]
TextIterator.cpp     [all...]
EditorCommand.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLErrors.cpp 157 RefPtrWillBeRawPtr<Element> paragraph = m_document->createElement(pTag, true);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLStackItem.h 188 || tagName == HTMLNames::pTag
HTMLTreeBuilderSimulator.cpp 73 || threadSafeMatch(tagName, pTag)
HTMLTreeBuilder.cpp 468 if (!m_tree.openElements()->inButtonScope(pTag.localName()))
470 AtomicHTMLToken endP(HTMLToken::EndTag, pTag.localName());
501 if (item->isSpecialNode() && !item->hasTagName(addressTag) && !item->hasTagName(divTag) && !item->hasTagName(pTag))
666 || token->name() == pTag
770 if (!m_tree.inQuirksMode() && m_tree.openElements()->inButtonScope(pTag))
771 processFakeEndTag(pTag);
    [all...]
HTMLConstructionSite.cpp 75 || item->hasTagName(pTag)
    [all...]
  /frameworks/base/media/java/android/media/
TtmlRenderer.java 239 boolean pTag = node.mName.equals(TtmlUtils.TAG_P);
242 extractText(node.mChildren.get(i), startUs, endUs, out, pTag || inPTag);
244 if (pTag && length != out.length()) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]

Completed in 7451 milliseconds