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

1 2 3 4 5 6 7 8 91011>>

  /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, ""));
  /external/webkit/Source/WebCore/inspector/front-end/
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/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/editors/
Hyperlinks.java 211 Attr attribute = context.getAttribute();
256 Attr attribute = context.getAttribute();
270 Attr attribute = context.getAttribute();
293 String permission = context.getAttribute().getValue();
308 String intent = context.getAttribute().getValue();
344 Attr attribute = context.getAttribute();
358 Attr attribute = context.getAttribute();
367 if (context.getAttribute() != null) {
380 String value = context.getAttribute().getValue();
404 Attr attribute = context.getAttribute();
    [all...]
  /external/javassist/src/main/javassist/
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...]
  /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);
  /external/webkit/Source/WebCore/html/
HTMLFormControlElement.cpp 367 const AtomicString& title = getAttribute(titleAttr);
606 const AtomicString& attributeValue = getAttribute(placeholderAttr);
626 const AtomicString& attributeValue = getAttribute(placeholderAttr);
  /frameworks/opt/net/voip/src/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);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestCase.java 111 setName(getAttribute(parser, "name"));
  /development/testrunner/test_defs/
xml_suite_helper.py 90 value = suite_element.getAttribute(attribute_name)
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AttributeScope.java 158 public Attribute getAttribute(String name) {
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
Support_Format.java 93 Object value = iterator.getAttribute(attribute);
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 268 public Object getAttribute(String name) {
691 Object valueObj = getAttribute(property);
888 String specifiedClass = (String) getAttribute(LOG_PROPERTY);
    [all...]
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie.java 307 public String getAttribute(final String name) {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionCall.java 283 public String getAttribute(
  /external/chromium/testing/gtest/test/
gtest_xml_test_utils.py 131 childID = child.getAttribute(self.identifying_attribute[child.tagName])
  /external/gtest/test/
gtest_xml_test_utils.py 131 childID = child.getAttribute(self.identifying_attribute[child.tagName])
  /external/jsilver/src/com/google/streamhtmlparser/impl/
HtmlParserImpl.java 238 String attribute = getAttribute();
253 if ("meta".equals(getTag()) && "content".equals(getAttribute())) {
283 public String getAttribute() {
533 if (HtmlUtils.isAttributeJavascript(getAttribute())) {
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_xml_test_utils.py 131 childID = child.getAttribute(self.identifying_attribute[child.tagName])
  /external/llvm/lib/Target/
TargetMachine.cpp 76 getAttribute(AttributeSet::FunctionIndex, \
  /external/proguard/src/proguard/classfile/attribute/
CodeAttribute.java 82 public Attribute getAttribute(Clazz clazz, String name)
  /external/protobuf/gtest/test/
gtest_xml_test_utils.py 130 childID = child.getAttribute(self.identifying_attribute[child.tagName])

Completed in 848 milliseconds

1 2 3 4 5 6 7 8 91011>>