HomeSort by relevance Sort by last modified time
    Searched defs:getAttribute (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionCall.java 283 public String getAttribute(
  /external/chromium_org/third_party/icu/source/i18n/
tblcoll.cpp 493 UColAttributeValue RuleBasedCollator::getAttribute(UColAttribute attr,
  /external/deqp/modules/egl/
teglChooseConfigReference.cpp 137 return a.getAttribute(Attribute) < b.getAttribute(Attribute);
151 EGLint getAttribute (const EGLenum attribute) const
153 return m_info.getAttribute(attribute);
162 if (a.getAttribute(attribute) != b.getAttribute(attribute)) return false;
291 AttribRule getAttribute (EGLenum name)
312 const EGLint cfgValue = config.getAttribute(rule.name);
336 const EGLint value = getAttribute(attrib).value;
  /external/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java 51 public static IItemAttribute getAttribute (final int attributeID, final int unitsID)
  /external/javassist/src/main/javassist/
CtMember.java 37 public byte[] getAttribute(String name) { return null; }
282 public abstract byte[] getAttribute(String name);
  /external/javassist/src/main/javassist/bytecode/
FieldInfo.java 90 = getAttribute(AnnotationsAttribute.invisibleTag);
97 = getAttribute(AnnotationsAttribute.visibleTag);
104 = getAttribute(SignatureAttribute.tag);
196 = (ConstantAttribute)getAttribute(ConstantAttribute.tag);
227 public AttributeInfo getAttribute(String name) {
CodeAttribute.java 304 public AttributeInfo getAttribute(String name) {
MethodInfo.java 140 = getAttribute(AnnotationsAttribute.invisibleTag);
147 = getAttribute(AnnotationsAttribute.visibleTag);
154 = getAttribute(ParameterAnnotationsAttribute.invisibleTag);
161 = getAttribute(ParameterAnnotationsAttribute.visibleTag);
168 = (AnnotationDefaultAttribute) getAttribute(AnnotationDefaultAttribute.tag);
177 = getAttribute(SignatureAttribute.tag);
299 public AttributeInfo getAttribute(String name) {
453 .getAttribute(LineNumberAttribute.tag);
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultDataContext.java 284 public String getAttribute(String key) {
DelegatedData.java 97 public String getAttribute(String key) {
98 return getDelegate().getAttribute(key);
NestedMapData.java 223 public String getAttribute(String key) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 313 flattened.append(getAttribute(parser, attrNames[i]));
TestPackageResult.java 199 setAppPackageName(getAttribute(parser, APP_PACKAGE_NAME_ATTR));
200 setName(getAttribute(parser, NAME_ATTR));
201 setAbi(getAttribute(parser, ABI_ATTR));
202 setDigest(getAttribute(parser, DIGEST_ATTR));
Test.java 338 setName(getAttribute(parser, NAME_ATTR));
339 mResult = CtsTestStatus.getStatus(getAttribute(parser, RESULT_ATTR));
340 mStartTime = getAttribute(parser, STARTTIME_ATTR);
341 mEndTime = getAttribute(parser, ENDTIME_ATTR);
346 mMessage = getAttribute(parser, MESSAGE_ATTR);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
xmlparser.cpp 733 UXMLElement::getAttribute(int32_t i, UnicodeString &name, UnicodeString &value) const {
744 UXMLElement::getAttribute(const UnicodeString &name) const {
  /external/deqp/executor/
xeXMLParser.hpp 157 const char* getAttribute (const char* name) const { return m_attributes.find(name)->second.c_str(); }
xeTestResultParser.cpp 382 const char* TestResultParser::getAttribute (const char* name)
387 return m_xmlParser.getAttribute(name);
449 const char* version = getAttribute("Version");
453 m_result->casePath = getAttribute("CasePath");
457 m_result->caseType = getTestCaseType(m_xmlParser.getAttribute("CaseType"));
481 result->statusCode = getTestStatusCode(getAttribute("StatusCode"));
493 section->name = getAttribute("Name");
494 section->description = getAttribute("Description");
502 number->name = getAttribute("Name");
503 number->description = getAttribute("Description")
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp 733 UXMLElement::getAttribute(int32_t i, UnicodeString &name, UnicodeString &value) const {
744 UXMLElement::getAttribute(const UnicodeString &name) const {
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 45 dwarf::Attribute getAttribute() const { return Attribute; }
  /external/llvm/lib/IR/
Attributes.cpp 457 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const {
464 Attribute AttributeSetNode::getAttribute(StringRef Kind) const {
858 Attribute AttributeSet::getAttribute(unsigned Index,
861 return ASN ? ASN->getAttribute(Kind) : Attribute();
864 Attribute AttributeSet::getAttribute(unsigned Index,
867 return ASN ? ASN->getAttribute(Kind) : Attribute();
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 273 public Object getAttribute(String name) {
696 Object valueObj = getAttribute(property);
    [all...]
  /external/chromium_org/remoting/webapp/js_proto/
dom_proto.js 87 Node.prototype.getAttribute = function(name) { };
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp 249 if (equalIgnoringCase(getAttribute(aria_expandedAttr), "true"))
310 if (equalIgnoringCase(object->getAttribute(aria_hiddenAttr), "true"))
386 const AtomicString& result = getAttribute(aria_checkedAttr);
397 return equalIgnoringCase(getAttribute(aria_multilineAttr), "true");
402 return !getAttribute(aria_pressedAttr).isEmpty();
590 const AtomicString& lang = getAttribute(langAttr);
620 const AtomicString& AXObject::getAttribute(const QualifiedName& attribute) const
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 433 const AtomicString& Element::getAttribute(const QualifiedName& name) const
855 const AtomicString& Element::getAttribute(const AtomicString& localName) const
867 return getAttribute(QualifiedName(nullAtom, localName, namespaceURI));
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
ReflectUtils.java 415 public Attribute getAttribute() {

Completed in 5280 milliseconds

12 3 4 5