HomeSort by relevance Sort by last modified time
    Searched refs:getAttribute (Results 176 - 200 of 533) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorTest.java 78 it.getAttribute(AttributedCharacterIterator.Attribute.LANGUAGE);
82 it.getAttribute(AttributedCharacterIterator.Attribute.READING);
85 assertNull(it.getAttribute(AttributedCharacterIterator.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Rule.java 373 if ( ruleScope!=null && ruleScope.getAttribute(name)!=null ) {
382 if ( returnScope!=null && returnScope.getAttribute(name)!=null ) {
385 else if ( parameterScope!=null && parameterScope.getAttribute(name)!=null ) {
391 if ( rulePropertiesScope.getAttribute(name)!=null ) {
425 (String)uniqueRefAST.code.getAttribute("label");
  /external/webkit/Source/WebCore/html/
HTMLLinkElement.cpp 275 String charset = getAttribute(charsetAttr);
470 return document()->completeURL(getAttribute(hrefAttr));
475 return getAttribute(relAttr);
480 return getAttribute(targetAttr);
485 return getAttribute(typeAttr);
HTMLButtonElement.cpp 179 return getAttribute(valueAttr);
HTMLLabelElement.cpp 69 const AtomicString& controlId = getAttribute(forAttr);
HTMLMapElement.cpp 93 String useMapName = imageElement->getAttribute(usemapAttr).string().substring(1);
  /external/webkit/Source/WebCore/wml/
WMLSelectElement.cpp 306 String value = parseValueSubstitutingVariableReferences(getAttribute(HTMLNames::valueAttr));
537 return parseValueForbiddingVariableReferences(getAttribute(HTMLNames::nameAttr));
542 return parseValueSubstitutingVariableReferences(getAttribute(HTMLNames::valueAttr));
547 return parseValueForbiddingVariableReferences(getAttribute(inameAttr));
552 return parseValueSubstitutingVariableReferences(getAttribute(ivalueAttr));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 200 Attr attribute = context.getAttribute();
245 Attr attribute = context.getAttribute();
259 Attr attribute = context.getAttribute();
282 String permission = context.getAttribute().getValue();
297 String intent = context.getAttribute().getValue();
333 Attr attribute = context.getAttribute();
345 Attr attribute = context.getAttribute();
354 if (context.getAttribute() != null) {
367 return context.getAttribute().getValue();
380 Attr attribute = context.getAttribute();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java 139 private Node getAttribute(int i) {
258 Node attribute = getAttribute(i);
280 Node attribute = getAttribute(i);
303 Node attribute = getAttribute(i);
324 Node attribute = getAttribute(i);
415 // Temporarily translate <fragment> to <include> (and in getAttribute
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 178 m_attributeName = constructQualifiedName(this, getAttribute(SVGNames::attributeNameAttr));
382 parseBeginOrEnd(getAttribute(SVGNames::endAttr), End);
391 parseBeginOrEnd(getAttribute(SVGNames::beginAttr), Begin);
532 const AtomicString& value = getAttribute(SVGNames::restartAttr);
543 const AtomicString& value = getAttribute(SVGNames::fillAttr);
549 return getAttribute(XLinkNames::hrefAttr);
556 const AtomicString& value = getAttribute(SVGNames::durAttr);
565 const AtomicString& value = getAttribute(SVGNames::repeatDurAttr);
576 const AtomicString& value = getAttribute(SVGNames::repeatCountAttr);
592 const AtomicString& value = getAttribute(SVGNames::maxAttr)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 221 String name = element.getAttribute("name"); //$NON-NLS-1$
248 String fqcn = child.getAttribute("class"); //$NON-NLS-1$
252 String fill = child.getAttribute("fill"); //$NON-NLS-1$
260 String skip = child.getAttribute("skip"); //$NON-NLS-1$
262 String render = child.getAttribute("render"); //$NON-NLS-1$
266 String displayName = child.getAttribute("name"); //$NON-NLS-1$
271 String relatedTo = child.getAttribute("relatedTo"); //$NON-NLS-1$
272 String topAttrs = child.getAttribute("topAttrs"); //$NON-NLS-1$
273 String resize = child.getAttribute("resize"); //$NON-NLS-1$
278 String init = child.getAttribute("init"); //$NON-NLS-1
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGAnimationElement.cpp 240 const AtomicString& value = getAttribute(SVGNames::calcModeAttr);
256 const AtomicString& value = getAttribute(SVGNames::attributeTypeAttr);
266 return getAttribute(SVGNames::toAttr);
271 return getAttribute(SVGNames::byAttr);
276 return getAttribute(SVGNames::fromAttr);
282 const AtomicString& value = getAttribute(SVGNames::additiveAttr);
289 const AtomicString& value = getAttribute(SVGNames::accumulateAttr);
  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 338 String version = preferences.getAttribute("EXTERNAL_XML_VERSION");
348 String type = root.getAttribute("type");
377 String key = entry.getAttribute("key");
378 String value = entry.getAttribute("value");
384 String name = child.getAttribute("name");
457 String key = node.getAttribute("key");
458 String value = node.getAttribute("value");
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 827 = (LineNumberAttribute)ca.getAttribute(LineNumberAttribute.tag);
831 LocalVariableAttribute va = (LocalVariableAttribute)ca.getAttribute(
837 = (LocalVariableAttribute)ca.getAttribute(
842 StackMapTable smt = (StackMapTable)ca.getAttribute(StackMapTable.tag);
846 StackMap sm = (StackMap)ca.getAttribute(StackMap.tag);
    [all...]
ClassFile.java 213 = getAttribute(AnnotationsAttribute.invisibleTag);
220 = getAttribute(AnnotationsAttribute.visibleTag);
227 = getAttribute(SignatureAttribute.tag);
310 = (InnerClassesAttribute)getAttribute(InnerClassesAttribute.tag);
719 public AttributeInfo getAttribute(String name) {
749 = (SourceFileAttribute)getAttribute(SourceFileAttribute.tag);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java 120 String id = marker.getAttribute(EclipseLintRunner.MARKER_CHECKID_PROPERTY,
130 resolutions.add(new MoreInfoProposal(id, marker.getAttribute(IMarker.MESSAGE, null)));
176 String id = marker.getAttribute(EclipseLintRunner.MARKER_CHECKID_PROPERTY,
185 String message = marker.getAttribute(IMarker.MESSAGE, null);
276 int start = marker.getAttribute(IMarker.CHAR_START, -1);
277 int end = marker.getAttribute(IMarker.CHAR_END, -1);
  /libcore/luni/src/main/java/java/text/
Bidi.java 130 Object direction = paragraph.getAttribute(TextAttribute.RUN_DIRECTION);
144 Object embedding = paragraph.getAttribute(TextAttribute.BIDI_EMBEDDING);
164 Object numericShaper = paragraph.getAttribute(TextAttribute.NUMERIC_SHAPING);
  /cts/tools/utils/
android_api_description_splitter.py 123 filename = os.path.join(self.out, elem.getAttribute("name").replace(".", "_").lower() + ".xml")
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
AttributedStringTest.java 63 public Object getAttribute(AttributedCharacterIterator.Attribute p) {
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentcreateelementcasesensitive.js 114 attribute1 = newElement1.getAttribute("lang");
115 attribute2 = newElement2.getAttribute("title");
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentcreateelementcasesensitive.js 114 attribute1 = newElement1.getAttribute("lang");
115 attribute2 = newElement2.getAttribute("title");
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp 155 const AtomicString& lang = getAttribute(langAttr);
854 return equalIgnoringCase(getAttribute(aria_multilineAttr), "true");
862 const AtomicString& ariaInvalid = getAttribute(aria_invalidAttr);
871 const AtomicString& AccessibilityObject::getAttribute(const QualifiedName& attribute) const
    [all...]
  /external/webkit/Source/WebCore/dom/
TreeScope.cpp 104 const AtomicString& accessKey = element->getAttribute(accesskeyAttr);
  /external/webkit/Source/WebCore/inspector/front-end/
Section.js 93 var linkData = child.getAttribute("data-uncopyable");
  /external/webkit/Source/WebCore/rendering/
RenderDetails.cpp 159 return node() && node()->isElementNode() ? !static_cast<Element*>(node())->getAttribute(openAttr).isNull() : false;

Completed in 763 milliseconds

1 2 3 4 5 6 78 91011>>