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

1 2 3 4 5 6 7 8 91011>>

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
StyleCycleDetector.java 81 String name = element.getAttribute(ATTR_NAME);
  /sdk/uiautomatorviewer/src/com/android/uiautomator/tree/
UiHierarchyXmlLoader.java 86 String naf = tmpNode.getAttribute("NAF");
UiNode.java 105 public String getAttribute(String key) {
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/wizards/monkey/
MonkeyConfigurationOtherCmdsTab.java 98 configuration.getAttribute(IMonkeyConfigurationConstants.ATTR_OTHER_CMDS,
  /tools/motodev/src/plugins/preflighting.checkers.ui/src/com/motorolamobility/preflighting/checkers/ui/
ImpliedFeaturesMarkerResolution.java 58 (List<Object>) marker.getAttribute(QuickFixGenerator.QUICK_FIX_ID);
  /external/icu4c/test/intltest/
apicoll.cpp 418 if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
423 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
428 if (en_US->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF)
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
DrmEventTest.java 169 assertNull(event.getAttribute(key));
171 assertEquals(event.getAttribute(key), attributes.get(key));
  /external/javassist/src/main/javassist/
CtField.java 253 fi.getAttribute(AnnotationsAttribute.invisibleTag);
255 fi.getAttribute(AnnotationsAttribute.visibleTag);
274 fi.getAttribute(AnnotationsAttribute.invisibleTag);
276 fi.getAttribute(AnnotationsAttribute.visibleTag);
313 fi.getAttribute(AnnotationsAttribute.invisibleTag);
315 fi.getAttribute(AnnotationsAttribute.visibleTag);
332 * <ul><pre>getFieldInfo().getAttribute(SignatureAttribute.tag)
414 public byte[] getAttribute(String name) {
415 AttributeInfo ai = fieldInfo.getAttribute(name);
    [all...]
CtClassType.java 400 = (InnerClassesAttribute)cf.getAttribute(InnerClassesAttribute.tag);
437 cf.getAttribute(AnnotationsAttribute.invisibleTag);
439 cf.getAttribute(AnnotationsAttribute.visibleTag);
475 cf.getAttribute(AnnotationsAttribute.invisibleTag);
477 cf.getAttribute(AnnotationsAttribute.visibleTag);
529 cf.getAttribute(AnnotationsAttribute.invisibleTag);
531 cf.getAttribute(AnnotationsAttribute.visibleTag);
736 InnerClassesAttribute ica = (InnerClassesAttribute)cf.getAttribute(
751 = (EnclosingMethodAttribute)cf.getAttribute(
764 = (EnclosingMethodAttribute)cf.getAttribute(
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DelegatedData.java 97 public String getAttribute(String key) {
98 return getDelegate().getAttribute(key);
  /external/webkit/Source/WebCore/html/
HTMLFrameElementBase.cpp 153 m_frameName = getAttribute(nameAttr);
205 return document()->completeURL(getAttribute(srcAttr));
HTMLFormControlElement.cpp 367 const AtomicString& title = getAttribute(titleAttr);
606 const AtomicString& attributeValue = getAttribute(placeholderAttr);
626 const AtomicString& attributeValue = getAttribute(placeholderAttr);
  /external/webkit/Source/WebCore/inspector/front-end/
utilities.js 484 var value = this.getAttribute("id");
487 value = this.getAttribute("class");
491 value = this.getAttribute("name");
494 value = this.getAttribute("href");
498 value = this.getAttribute("src");
502 value = this.getAttribute("src");
506 value = this.getAttribute("name");
509 value = this.getAttribute("type");
513 value = this.getAttribute("action");
DOMAgent.js 123 getAttribute: function(name)
228 var id = this.getAttribute("id");
234 var className = this.getAttribute("class");
240 if (lowerCaseName === "input" && this.getAttribute("type"))
241 return lowerCaseName + "[type=\"" + this.getAttribute("type") + "\"]";
  /external/webkit/Source/WebKit/chromium/src/
WebPageSerializer.cpp 82 if (equalIgnoringCase(element->getAttribute(HTMLNames::typeAttr), "text/css")) {
95 String value = element->getAttribute(*attributeName);
WebSearchableFormData.cpp 57 String str(form->getAttribute(HTMLNames::accept_charsetAttr));
234 if (equalIgnoringCase(formElement->getAttribute(HTMLNames::methodAttr), "post") || !IsHTTPFormSubmit(formElement.get()))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/
UiViewElementNode.java 152 String className = ((Element) xmlNode).getAttribute(ATTR_CLASS);
173 int severity = marker.getAttribute(IMarker.SEVERITY, 0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 174 int s = m.getAttribute(IMarker.SEVERITY, -1);
178 failureBuilder.append(m.getAttribute(IMarker.MESSAGE, ""));
  /tools/motodev/src/plugins/launch/src/com/motorola/studio/android/launch/ui/
LaunchConfigurationTab.java 673 configuration.getAttribute(ILaunchConfigurationConstants.ATTR_PROJECT_NAME,
677 configuration.getAttribute(ILaunchConfigurationConstants.ATTR_ACTIVITY,
681 (configuration.getAttribute(ILaunchConfigurationConstants.ATTR_LAUNCH_ACTION,
685 (configuration.getAttribute(ILaunchConfigurationConstants.ATTR_LAUNCH_ACTION,
689 configuration.getAttribute(
    [all...]
  /external/webkit/Source/WebCore/rendering/
HitTestResult.cpp 258 return displayString(image->getAttribute(altAttr), m_innerNonSharedNode.get());
319 urlString = element->getAttribute(element->imageSourceAttributeName());
467 urlString = m_innerURLElement->getAttribute(hrefAttr);
470 urlString = m_innerURLElement->getAttribute(XLinkNames::hrefAttr);
474 urlString = m_innerURLElement->getAttribute(hrefAttr);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java 553 int tmpBegin = marker.getAttribute(IMarker.CHAR_START, -1);
557 int tmpEnd = marker.getAttribute(IMarker.CHAR_END, -1);
563 int tmpLine = marker.getAttribute(IMarker.LINE_NUMBER, -1);
568 int tmpSeverity = marker.getAttribute(IMarker.SEVERITY, -1);
573 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 360 containerHandle = config.getAttribute(
383 String currentInstrumentation = config.getAttribute(
405 String testSize = config.getAttribute(
419 projectName = config.getAttribute(IJavaLaunchConfigurationConstants.ATTR_PROJECT_NAME,
432 testTypeName = config.getAttribute(
434 mOriginalTestMethodName = config.getAttribute(
462 containerHandle = config.getAttribute(
    [all...]
  /cts/tools/utils/
CollectAllTests.java 114 documentElement.getAttribute("package");
118 final String packageName = documentElement.getAttribute("package");
311 return e.getAttribute(attributeName);
  /frameworks/base/voip/java/android/net/sip/
SimpleSessionDescription.java 217 public String getAttribute(String name) {
218 return mFields.getAttribute(name);
500 public String getAttribute(String name) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java 329 projectName = config.getAttribute(IJavaLaunchConfigurationConstants.ATTR_PROJECT_NAME,
342 mLaunchAction = config.getAttribute(LaunchConfigDelegate.ATTR_LAUNCH_ACTION,
357 activityName = config.getAttribute(LaunchConfigDelegate.ATTR_ACTIVITY, EMPTY_STRING);

Completed in 3441 milliseconds

1 2 3 4 5 6 7 8 91011>>