HomeSort by relevance Sort by last modified time
    Searched refs:getAttribute (Results 201 - 225 of 589) sorted by null

1 2 3 4 5 6 7 891011>>

  /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");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 444 stringValue = configuration.getAttribute(
478 stringValue = configuration.getAttribute(LaunchConfigDelegate.ATTR_AVD_NAME,
493 value = configuration.getAttribute(LaunchConfigDelegate.ATTR_WIPE_DATA, value);
501 value = configuration.getAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM, value);
511 index = configuration.getAttribute(LaunchConfigDelegate.ATTR_SPEED,
524 index = configuration.getAttribute(LaunchConfigDelegate.ATTR_DELAY,
538 commandLine = configuration.getAttribute(
  /tools/motodev/src/plugins/launch/src/com/motorola/studio/android/launch/
StudioAndroidConfigurationDelegate.java 205 configuration.getAttribute(
248 configuration.getAttribute(ILaunchConfigurationConstants.ATTR_PROJECT_NAME,
350 configurationWorkingCopy.getAttribute(
353 configurationWorkingCopy.getAttribute(
358 configurationWorkingCopy.getAttribute(
394 configurationWorkingCopy.getAttribute(
579 configuration.getAttribute(ILaunchConfigurationConstants.ATTR_PROJECT_NAME,
  /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 122 String id = marker.getAttribute(EclipseLintRunner.MARKER_CHECKID_PROPERTY,
132 resolutions.add(new MoreInfoProposal(id, marker.getAttribute(IMarker.MESSAGE, null)));
178 String id = marker.getAttribute(EclipseLintRunner.MARKER_CHECKID_PROPERTY,
189 String message = marker.getAttribute(IMarker.MESSAGE, null);
281 int start = marker.getAttribute(IMarker.CHAR_START, -1);
282 int end = marker.getAttribute(IMarker.CHAR_END, -1);
SetAttributeFix.java 42 protected String getAttribute() {
TypographyFix.java 67 String message = mMarker.getAttribute(IMarker.MESSAGE, "");
  /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/html/
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/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;
  /external/webkit/Source/WebCore/wml/
WMLDoElement.cpp 190 return parseValueSubstitutingVariableReferences(getAttribute(HTMLNames::labelAttr));
WMLImageElement.cpp 151 return substituteVariableReferences(getAttribute(HTMLNames::altAttr), document());
WMLTimerElement.cpp 156 return parseValueSubstitutingVariableReferences(getAttribute(HTMLNames::valueAttr));
  /packages/apps/Mms/src/com/android/mms/dom/
ElementImpl.java 44 public String getAttribute(String name) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltip.java 62 String message = marker.getAttribute(IMarker.MESSAGE, null);

Completed in 1585 milliseconds

1 2 3 4 5 6 7 891011>>