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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
ColladaParser.java 167 String geoURL = shape.getAttribute("url").substring(1);
179 String meshIndexName = materialRef.getAttribute("symbol");
180 String materialName = materialRef.getAttribute("target");
206 String lightURL = shape.getAttribute("url");
217 String camURL = shape.getAttribute("url");
228 String name = node.getAttribute("name");
229 String id = node.getAttribute("id");
248 String description = field.getAttribute("sid");
334 String samplerName = typeElem.getAttribute("texture");
350 String id = mat.getAttribute("id");
    [all...]
  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DOMInputCapsule.java 74 String version = currentElem.getAttribute("format_version");
126 String tmpString = currentElem.getAttribute(name);
152 String sizeString = tmpEl.getAttribute("size");
153 String[] strings = parseTokens(tmpEl.getAttribute("data"));
192 String sizeString = tmpEl.getAttribute("size");
227 String tmpString = currentElem.getAttribute(name);
253 String sizeString = tmpEl.getAttribute("size");
254 String[] strings = parseTokens(tmpEl.getAttribute("data"));
291 String sizeString = tmpEl.getAttribute("size");
330 String tmpString = currentElem.getAttribute(name)
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
RequestTargetHost.java 72 .getAttribute(ExecutionContext.HTTP_TARGET_HOST);
75 .getAttribute(ExecutionContext.HTTP_CONNECTION);
  /external/webkit/Source/WebCore/wml/
WMLPostfieldElement.cpp 67 return parseValueSubstitutingVariableReferences(getAttribute(HTMLNames::nameAttr));
72 return parseValueSubstitutingVariableReferences(getAttribute(HTMLNames::valueAttr));
WMLSetvarElement.cpp 84 return parseValueSubstitutingVariableReferences(getAttribute(HTMLNames::nameAttr), WMLErrorInvalidVariableName);
89 return parseValueSubstitutingVariableReferences(getAttribute(HTMLNames::valueAttr));
WMLFieldSetElement.cpp 55 String title = parseValueSubstitutingVariableReferences(getAttribute(HTMLNames::titleAttr));
  /external/webkit/Source/WebKit/chromium/src/
WebElement.cpp 71 WebString WebElement::getAttribute(const WebString& attrName) const
73 return constUnwrap<Element>()->getAttribute(attrName);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_documentcreateelementcasesensitive.java 79 attribute1 = newElement1.getAttribute("lang");
80 attribute2 = newElement2.getAttribute("title");
elementaddnewattribute.java 73 attrValue = testEmployee.getAttribute("district");
  /libcore/luni/src/test/java/libcore/xml/
JaxenXPathTestSuite.java 90 String url = document.getAttribute("url");
119 String select = element.getAttribute("select");
152 final String select = element.getAttribute("select");
155 if (element.getAttribute("exception").equals("true")) {
171 final String valueOfSelect = valueOf.getAttribute("select");
184 final String count = element.getAttribute("count");
204 final String select = element.getAttribute("select");
292 return element.getAttribute("var:" + variableName.getLocalPart());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/uimodel/
UiItemElementNode.java 48 String type = elem.getAttribute(SdkConstants.ATTR_TYPE);
49 String name = elem.getAttribute(SdkConstants.ATTR_NAME);
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/ui/perspective/extension/
AndroidPerspectiveExtensionReader.java 70 String viewId = viewElement.getAttribute(ATT_ID);
71 String area = viewElement.getAttribute(ATT_AREA);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java 204 setName(getAttribute(parser, NAME_ATTR));
205 mResult = CtsTestStatus.getStatus(getAttribute(parser, RESULT_ATTR));
206 mStartTime = getAttribute(parser, STARTTIME_ATTR);
207 mEndTime = getAttribute(parser, ENDTIME_ATTR);
212 mMessage = getAttribute(parser, MESSAGE_ATTR);
  /external/javassist/src/main/javassist/bytecode/
FieldInfo.java 90 = getAttribute(AnnotationsAttribute.invisibleTag);
97 = getAttribute(AnnotationsAttribute.visibleTag);
104 = getAttribute(SignatureAttribute.tag);
196 = (ConstantAttribute)getAttribute(ConstantAttribute.tag);
227 public AttributeInfo getAttribute(String name) {
  /external/webkit/Source/WebCore/html/
HTMLAppletElement.cpp 116 args.set("code", getAttribute(codeAttr));
118 const AtomicString& codeBase = getAttribute(codebaseAttr);
122 const AtomicString& name = document()->isHTMLDocument() ? getAttribute(nameAttr) : getIdAttribute();
125 const AtomicString& archive = getAttribute(archiveAttr);
131 const AtomicString& mayScript = getAttribute(mayscriptAttr);
HTMLTableCellElement.cpp 139 return getAttribute(abbrAttr);
144 return getAttribute(axisAttr);
154 return getAttribute(headersAttr);
164 return getAttribute(scopeAttr);
171 addSubresourceURL(urls, document()->completeURL(getAttribute(backgroundAttr)));
HTMLHtmlElement.cpp 73 const AtomicString& manifest = getAttribute(manifestAttr);
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedStringTest.java 210 public Object getAttribute(AttributedCharacterIterator.Attribute p) {
430 .getAttribute(aci[0]).equals("value1"));
432 .getAttribute(aci[1]).equals("value2"));
434 .getAttribute(aci[2]) == null);
462 .getAttribute(aci[0]) == null);
464 .getAttribute(aci[1]) == null);
466 .getAttribute(aci[2]) == null);
471 .getAttribute(aci[0]).equals("value1"));
473 .getAttribute(aci[1]).equals("value2"));
475 .getAttribute(aci[2]) == null)
    [all...]
  /external/apache-http/src/org/apache/http/client/protocol/
ResponseProcessCookies.java 80 CookieStore cookieStore = (CookieStore) context.getAttribute(
87 CookieSpec cookieSpec = (CookieSpec) context.getAttribute(
94 CookieOrigin cookieOrigin = (CookieOrigin) context.getAttribute(
RequestAddCookies.java 88 CookieStore cookieStore = (CookieStore) context.getAttribute(
96 CookieSpecRegistry registry= (CookieSpecRegistry) context.getAttribute(
104 HttpHost targetHost = (HttpHost) context.getAttribute(
111 ManagedClientConnection conn = (ManagedClientConnection) context.getAttribute(
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 194 public String getAttribute();
  /external/llvm/lib/DebugInfo/
DWARFAbbreviationDeclaration.h 36 return Attributes.size() > idx ? Attributes[idx].getAttribute() : 0;
  /external/webkit/Source/WebCore/accessibility/
AccessibilitySlider.h 60 const AtomicString& getAttribute(const QualifiedName& attribute) const;
  /external/webkit/Source/WebKit/chromium/public/
WebElement.h 57 WEBKIT_API WebString getAttribute(const WebString&) const;
  /frameworks/base/drm/java/android/drm/
DrmEvent.java 125 public Object getAttribute(String key) {

Completed in 1620 milliseconds

1 23 4 5 6 7 8 91011>>