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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/sql/
Struct.java 50 public Object[] getAttributes() throws SQLException;
66 public Object[] getAttributes(Map<String, Class<?>> theMap)
  /external/skia/include/svg/
SkSVGBase.h 29 virtual int getAttributes(const SkSVGAttribute** attrPtr) = 0;
  /external/webkit/JavaScriptCore/runtime/
JSVariableObject.cpp 49 if (!(it->second.getAttributes() & DontEnum) || (mode == IncludeDontEnumProperties))
65 descriptor.setDescriptor(registerAt(entry.getIndex()).jsValue(), entry.getAttributes() | DontDelete);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeattributenodeattribute.java 31 * The "getAttributes()" method invoked on an Attribute
34 * first employee and invoke the "getAttributes()" method
71 addrAttr = testAddr.getAttributes();
73 attrList = attrNode.getAttributes();
nodeattributenodeattribute.java 31 * The "getAttributes()" method invoked on an Attribute
34 * first employee and invoke the "getAttributes()" method
72 addrAttr = testAddr.getAttributes();
74 attrList = attrNode.getAttributes();
hc_nodedocumentnodeattribute.java 31 * The "getAttributes()" method invoked on a Document
34 * "getAttributes()" method on the Document Node.
65 attrList = doc.getAttributes();
nodedocumentnodeattribute.java 31 * The "getAttributes()" method invoked on a Document
63 attrList = doc.getAttributes();
hc_nodecommentnodeattributes.java 31 * The "getAttributes()" method invoked on a Comment
77 attrList = commentNode.getAttributes();
82 attrList = commentNode.getAttributes();
nodecommentnodeattributes.java 31 * The "getAttributes()" method invoked on a Comment
77 attrList = childNode.getAttributes();
82 attrList = childNode.getAttributes();
  /cts/tools/dex-tools/src/dex/structure/
DexAnnotation.java 88 List<DexAnnotationAttribute> getAttributes();
  /dalvik/dx/src/com/android/dx/cf/iface/
Member.java 73 public AttributeList getAttributes();
ClassFile.java 113 public AttributeList getAttributes();
  /development/apps/Development/src/com/android/development/
PointerLocation.java 36 WindowManager.LayoutParams lp = getWindow().getAttributes();
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HyperRef.java 29 getAttributes ().set (Attribute.HREF, href);
ISimpleElement.java 24 AttributeSet getAttributes ();
54 getAttributes ().set (Attribute.CLASS, classID);
60 public AttributeSet getAttributes ()
HTMLDocument.java 40 meta.getAttributes ()
50 //getAttributes ().set (Attribute.TITLE, title);
121 style.getAttributes ().set (Attribute.TYPE, "text/css");
144 link.getAttributes ().set (Attribute.TYPE, type); // TODO: escape
145 link.getAttributes ().set (Attribute.HREF, href); // TODO: escape
146 link.getAttributes ().set (Attribute.SRC, href); // TODO: escape
176 hr.getAttributes ().set (Attribute.SIZE, size);
HTMLTable.java 36 final AttributeSet attrs = getAttributes ();
50 m_caption.getAttributes ().set (Attribute.ALIGN, align);
92 getAttributes ().set (Attribute.COLSPAN, span);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
IDragElement.java 61 public abstract IDragAttribute[] getAttributes();
  /cts/tools/dex-tools/src/dex/reader/
DexAnnotationImpl.java 55 public List<DexAnnotationAttribute> getAttributes() {
72 if (!getAttributes().isEmpty()) {
74 for (DexAnnotationAttribute value : getAttributes()) {
  /external/skia/src/svg/
SkSVGElements.h 31 virtual int getAttributes(const SkSVGAttribute** attrPtr); \
38 int SkSVG##_type::getAttributes(const SkSVGAttribute** attrPtr) { \
46 int SkSVG##_type::getAttributes(const SkSVGAttribute** ) { return 0; } \
  /frameworks/base/core/java/android/inputmethodservice/
SoftInputWindow.java 37 WindowManager.LayoutParams lp = getWindow().getAttributes();
77 WindowManager.LayoutParams lp = getWindow().getAttributes();
96 WindowManager.LayoutParams lp = getWindow().getAttributes();
117 WindowManager.LayoutParams lp = getWindow().getAttributes();
134 WindowManager.LayoutParams lp = getWindow().getAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/
AttrsXmlParserTest.java 71 AttributeInfo[] attrs = info.getAttributes();
73 assertEquals("scrollbarSize", info.getAttributes()[0].getName());
74 assertEquals(1, info.getAttributes()[0].getFormats().length);
75 assertEquals(Format.DIMENSION, info.getAttributes()[0].getFormats()[0]);
106 AttributeInfo[] attrs = dep.getAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
DeclareStyleableInfo.java 53 public AttributeInfo[] getAttributes() {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NamedNodeMapSetNamedItemNS.java 108 attributes = element.getAttributes();
134 attributes = element.getAttributes();
164 attributes = element.getAttributes();
168 attributesAlt = elementAlt.getAttributes();
204 attributes = element.getAttributes();
274 attributes = element.getAttributes();
278 attributes = element.getAttributes();
306 attributes = element.getAttributes();
310 attributes = element.getAttributes();
338 attributes = element.getAttributes();
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509AttributeCertificate.java 69 public X509Attribute[] getAttributes();
77 public X509Attribute[] getAttributes(String oid);

Completed in 356 milliseconds

1 2 3 4 5 6 7 8 91011>>