HomeSort by relevance Sort by last modified time
    Searched refs:getAttributes (Results 76 - 100 of 326) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodedocumenttypenodevalue.java 64 attrList = docType.getAttributes();
nodeentitynodeattributes.java 31 * The "getAttributes()" method invoked on an Entity
71 attrList = entityNode.getAttributes();
nodeentityreferencenodeattributes.java 31 * The "getAttributes()" method invoked on an EntityReference
75 attrList = entRefNode.getAttributes();
nodenotationnodeattributes.java 31 * The "getAttributes()" method invoked on a Notation
34 * node and invoke the "getAttributes()" method on the
74 attrList = notationNode.getAttributes();
nodeprocessinginstructionnodeattributes.java 31 * The "getAttributes()" method invoked on a Processing
35 * the "getAttributes()" method. It should return null.
69 attrList = piNode.getAttributes();
nodetextnodeattribute.java 31 * The "getAttributes()" method invoked on a Text
34 * first employee and invoke the "getAttributes()" method
72 attrList = textNode.getAttributes();
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getNamedItemNS02.java 80 attributes = testEmployee.getAttributes();
hc_namednodemapinvalidtype1.java 67 attributes = docElem.getAttributes();
ownerElement01.java 75 attributes = testNode.getAttributes();
namednodemapsetnameditemns03.java 92 attributes = element.getAttributes();
96 attributesAlt = elementAlt.getAttributes();
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
AuthenticatedAttributes.java 43 public List getAttributes() {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NamedNodeMapGetNamedItemNS.java 123 attributes = element.getAttributes();
150 attributes = element.getAttributes();
175 attributes = element.getAttributes();
196 attributes = element.getAttributes();
215 // attributesMap1 = element.getAttributes();
216 // attributesMap2 = element.getAttributes();
GetNamedItemNS.java 76 attributes = testEmployee.getAttributes();
99 attributes = testEmployee.getAttributes();
RemoveNamedItemNS.java 99 attributes = testAddress.getAttributes();
123 attributes = testAddress.getAttributes();
165 // attributes = child2.getAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
INode.java 184 public IAttribute[] getAttributes();
  /libcore/luni/src/main/java/java/net/
JarURLConnection.java 92 public Attributes getAttributes() throws java.io.IOException {
94 return (jEntry == null) ? null : jEntry.getAttributes();
  /frameworks/base/core/java/android/view/
Window.java 510 final WindowManager.LayoutParams attrs = getAttributes();
530 final WindowManager.LayoutParams attrs = getAttributes();
544 final WindowManager.LayoutParams attrs = getAttributes();
563 final WindowManager.LayoutParams attrs = getAttributes();
584 final WindowManager.LayoutParams attrs = getAttributes();
599 final WindowManager.LayoutParams attrs = getAttributes();
649 final WindowManager.LayoutParams attrs = getAttributes();
660 * retrieved with {@link #getAttributes()}; you probably do not want to
680 public final WindowManager.LayoutParams getAttributes() {
    [all...]
  /cts/tools/host/src/com/android/cts/
XMLResourceHandler.java 52 Node node = elem.getAttributes().getNamedItem(attrName);
119 elem.getAttributes().setNamedItem(attrNode);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
AttrsXmlParser.java 139 info.setAttributes(style.getAttributes());
158 info.setAttributes(style.getAttributes());
217 Node nameNode = node.getAttributes().getNamedItem("name"); //$NON-NLS-1$
221 Node parentNode = node.getAttributes().getNamedItem("parent"); //$NON-NLS-1$
249 Node nameNode = attrNode.getAttributes().getNamedItem("name"); //$NON-NLS-1$
332 Node attrFormat = attrNode.getAttributes().getNamedItem("format"); //$NON-NLS-1$
391 Node nameNode = child.getAttributes().getNamedItem("name"); //$NON-NLS-1$
403 Node valueNode = child.getAttributes().getNamedItem("value"); //$NON-NLS-1$
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 130 final WindowManager.LayoutParams attrs = mWindow.getAttributes();
171 * getAttributes: Retrieve the current window attributes associated with this panel.
184 method = "getAttributes",
207 WindowManager.LayoutParams attr = mWindow.getAttributes();
223 attr = mWindow.getAttributes();
    [all...]
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttCode.java 142 public AttributeList getAttributes() {
  /dalvik/dx/src/com/android/dx/cf/iface/
StdMember.java 107 public final AttributeList getAttributes() {
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509V2AttributeCertificate.java 257 public X509Attribute[] getAttributes()
259 ASN1Sequence seq = cert.getAcinfo().getAttributes();
270 public X509Attribute[] getAttributes(String oid)
272 ASN1Sequence seq = cert.getAcinfo().getAttributes();
  /external/skia/include/svg/
SkSVGPaintState.h 55 virtual int getAttributes(const SkSVGAttribute** attrPtr);
  /external/webkit/JavaScriptCore/runtime/
SymbolTable.h 72 unsigned getAttributes() const

Completed in 1322 milliseconds

1 2 34 5 6 7 8 91011>>