/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
elementsetattributens01.java | 74 String attrName; 80 attrName = attribute.getNodeName(); 82 assertEquals("elementsetattributens01_attrName", "attr", attrName);
|
elementsetattributens02.java | 76 String attrName; 83 attrName = attribute.getNodeName(); 85 assertEquals("elementsetattributens02_attrName", "this:street", attrName);
|
elementsetattributens03.java | 77 String attrName; 86 attrName = attribute.getNodeName(); 88 assertEquals("elementsetattributens03_attrName", "defaultAttr", attrName);
|
namednodemapgetnameditemns02.java | 77 String attrName; 83 attrName = attribute.getNodeName(); 84 assertEquals("namednodemapgetnameditemns02", "emp:domestic", attrName);
|
namednodemapgetnameditemns03.java | 78 String attrName; 87 attrName = attribute.getNodeName(); 88 assertEquals("namednodemapgetnameditemns03", "L2:att", attrName);
|
namednodemapgetnameditemns04.java | 80 String attrName; 88 attrName = attribute.getNodeName(); 89 assertEquals("namednodemapgetnameditemns04", "street", attrName);
|
namednodemapsetnameditemns01.java | 80 String attrName; 88 attrName = attribute.getNodeName(); 89 assertEquals("namednodemapsetnameditemns01", "streets", attrName);
|
namednodemapsetnameditemns02.java | 79 String attrName; 86 attrName = attribute.getNodeName(); 87 assertEquals("namednodemapsetnameditemns02", "L1:att", attrName);
|
nodesetprefix02.java | 79 String attrName; 88 attrName = attribute.getNodeName(); 90 assertEquals("nodesetprefix02_attrName", "dmstc:domestic", attrName);
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
ElementGetAttributeNodeNS.java | 59 String attrName; 74 attrName = attribute.getName(); 79 assertEquals("elementgetattributenodens01_attrName", "l2:att", attrName);
|
/external/webkit/Source/WebCore/svg/ |
SVGFontFaceUriElement.cpp | 65 const QualifiedName& attrName = attr->name(); 66 if (attrName == XLinkNames::hrefAttr)
|
SVGUseElement.cpp | 144 void SVGUseElement::svgAttributeChanged(const QualifiedName& attrName) 146 SVGStyledTransformableElement::svgAttributeChanged(attrName); 148 bool isXYAttribute = attrName == SVGNames::xAttr || attrName == SVGNames::yAttr; 149 bool isWidthHeightAttribute = attrName == SVGNames::widthAttr || attrName == SVGNames::heightAttr; 154 if (SVGTests::handleAttributeChange(this, attrName)) 161 if (SVGURIReference::isKnownAttribute(attrName)) { 183 if (SVGStyledElement::isKnownAttribute(attrName)) { 188 if (SVGLangSpace::isKnownAttribute(attrName) [all...] |
SVGFEFloodElement.h | 39 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName);
|
SVGFontElement.cpp | 53 void SVGFontElement::synchronizeProperty(const QualifiedName& attrName) 55 SVGStyledElement::synchronizeProperty(attrName); 57 if (attrName == anyQName() || SVGExternalResourcesRequired::isKnownAttribute(attrName))
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
XmlParseUtils.java | 75 final String attrName, final String tag, final XmlPullParser parser) 81 "No " + attrName + " attribute found in <" + tag + "/>", parser);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
ST.stg | 145 /** An action has %st.attrName=expr; or %{st}.attrName=expr; */ 146 actionSetAttribute(st,attrName,expr) ::= << 147 (<st>).SetAttribute("<attrName>",<expr>);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ST4ObjC.stg | 224 /** An action has %st.attrName=expr; or %{st}.attrName=expr; */ 225 actionSetAttribute(st,attrName,expr) ::= << 226 [(<st>) setAttribute:@"<attrName>" value:<expr>];
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
ST.stg | 163 /** An action has %st.attrName=expr; or %{st}.attrName=expr; */ 164 actionSetAttribute(st,attrName,expr) ::= << 165 (<st>)["<attrName>"] = <expr>
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
Schema.java | 71 @param attrName Name (Qname) of the attribute 76 public void attribute(String elemName, String attrName, 80 throw new Error("Attribute " + attrName + 84 e.setAttribute(attrName, type, value);
|
/external/webkit/Source/WebCore/html/ |
HTMLVideoElement.cpp | 96 const QualifiedName& attrName = attr->name(); 98 if (attrName == posterAttr) { 114 } else if (attrName == widthAttr) 116 else if (attrName == heightAttr)
|
HTMLFormCollection.cpp | 101 Element* HTMLFormCollection::getNamedItem(const QualifiedName& attrName, const AtomicString& name) const 104 return getNamedFormItem(attrName, name, 0); 107 Element* HTMLFormCollection::getNamedFormItem(const QualifiedName& attrName, const String& name, int duplicateNumber) const 115 if (associatedElement->isEnumeratable() && element->getAttribute(attrName) == name) { 126 if (element->getAttribute(attrName) == name) {
|
/external/webkit/Source/WebCore/wml/ |
WMLElement.h | 37 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
|
/external/ppp/pppd/plugins/radius/ |
dict.c | 257 strcpy (dval->attrname, attrstr); 332 DICT_ATTR *rc_dict_findattr (char *attrname) 340 if (strcasecmp (attr->name, attrname) == 0) 352 if (strcasecmp (attr->name, attrname) == 0) { 395 DICT_VALUE * rc_dict_getval (UINT4 value, char *attrname) 402 if (strcmp (val->attrname, attrname) == 0 &&
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideshowActivity.java | 121 String attrName = node.getNodeName(); 123 if ("left".equals(attrName) || "top".equals(attrName) || 124 "height".equals(attrName) || "width".equals(attrName) || 125 "fit".equals(attrName)) { 127 } else if ("id".equals(attrName)) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/ |
ValuesContentAssist.java | 163 String attrName = element.getAttribute(ATTR_NAME); 164 int pos = attrName.indexOf(':'); 166 attrName = attrName.substring(pos + 1); 174 if (desc.getXmlLocalName().equals(attrName)) {
|