HomeSort by relevance Sort by last modified time
    Searched refs:hasAttribute (Results 26 - 50 of 179) sorted by null

12 3 4 5 6 7 8

  /external/llvm/lib/IR/
AttributeImpl.h 122 bool hasAttribute(Attribute::AttrKind A) const;
123 bool hasAttribute(StringRef Kind) const;
172 bool hasAttribute(Attribute::AttrKind Kind) const;
173 bool hasAttribute(StringRef Kind) const;
  /external/llvm/lib/Target/Hexagon/
HexagonRemoveSZExtArgs.cpp 54 if (F.getAttributes().hasAttribute(Idx, Attribute::SExt)) {
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 96 Callee->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
  /external/webkit/Source/WebCore/html/
HTMLTrackElement.cpp 113 return hasAttribute(defaultAttr);
StepRange.cpp 38 if (element->hasAttribute(precisionAttr)) {
HTMLNameCollection.cpp 84 if (e->getAttribute(nameAttr) == m_name || (e->getIdAttribute() == m_name && e->hasAttribute(nameAttr)))
HTMLProgressElement.cpp 128 if (!hasAttribute(valueAttr))
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementhasattribute02.java 34 * The method hasAttribute returns true when an attribute with a given name is specified
36 * Invoke the hasAttribute method to on an element with default attributes and verify if it
79 state = element.hasAttribute("defaultAttr");
hasAttribute02.java 34 * The "hasAttribute()" method for an Element should
36 * Retrieve the first "address" element and the "hasAttribute()" method
78 state = testNode.hasAttribute("street");
hasAttribute04.java 34 * The "hasAttribute()" method for an Element should
36 * Retrieve the first "address" element and the "hasAttribute()" method
78 state = testNode.hasAttribute("dmstc:domestic");
  /libcore/luni/src/main/java/org/w3c/dom/
Element.java 338 public boolean hasAttribute(String name);
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 104 !CPUAttr.hasAttribute(Attribute::None) ?CPUAttr.getValueAsString() : "";
106 !FSAttr.hasAttribute(Attribute::None) ? FSAttr.getValueAsString() : "";
  /external/llvm/lib/Target/X86/
X86PadShortFunction.cpp 95 if (FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
97 FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
  /development/testrunner/
android_manifest.py 50 if not manifest or not manifest.hasAttribute('package'):
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
Data.java 95 boolean hasAttribute(String key);
  /external/llvm/include/llvm/IR/
Attributes.h 143 bool hasAttribute(AttrKind Val) const;
146 bool hasAttribute(StringRef Val) const;
284 bool hasAttribute(unsigned Index, Attribute::AttrKind Kind) const;
287 bool hasAttribute(unsigned Index, StringRef Kind) const;
  /external/llvm/include/llvm/MC/
MCSectionMachO.h 160 bool hasAttribute(unsigned Value) const {
  /external/webkit/Source/WebCore/editing/
SplitElementCommand.cpp 97 if (m_element1->hasAttribute(HTMLNames::idAttr))
  /external/webkit/Source/WebCore/svg/
SVGSymbolElement.cpp 108 return hasAttribute(SVGNames::viewBoxAttr);
SVGAnimationElement.cpp 225 if (hasAttribute(SVGNames::valuesAttr))
495 if (hasAttribute(SVGNames::keyPointsAttr) && m_keyPoints.size() != m_keyTimes.size())
502 if ((hasAttribute(SVGNames::keyPointsAttr) && m_keyPoints.size() != splinesCount)
524 && (calcMode == CalcModePaced || !hasAttribute(SVGNames::keyTimesAttr) || hasAttribute(SVGNames::keyPointsAttr) || (m_values.size() == m_keyTimes.size()))
527 && (!hasAttribute(SVGNames::keyPointsAttr) || (m_keyTimes.size() > 1 && m_keyTimes.size() == m_keyPoints.size()));
531 m_animationValid = calcMode == CalcModePaced || !hasAttribute(SVGNames::keyPointsAttr) || (m_keyTimes.size() > 1 && m_keyTimes.size() == m_keyPoints.size());
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInput.h 87 bool hasAttribute() const
  /external/llvm/lib/CodeGen/
StackProtector.cpp 205 if (F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
208 else if (F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
211 else if (!F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
  /external/webkit/Source/WebCore/wml/
WMLDoElement.cpp 121 if (!hasAttribute(HTMLNames::nameAttr))
WMLImageElement.cpp 143 if (hasAttribute(localsrcAttr) && !m_useFallbackAttribute)
  /packages/apps/Mms/src/com/android/mms/dom/
ElementImpl.java 80 public boolean hasAttribute(String name) {

Completed in 803 milliseconds

12 3 4 5 6 7 8