HomeSort by relevance Sort by last modified time
    Searched refs:getAttributes (Results 1 - 25 of 482) 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)
  /sdk/rule_api/src/com/android/ide/common/api/
IDragElement.java 64 public abstract IDragAttribute[] getAttributes();
  /development/samples/HelloActivity/src/com/example/android/helloactivity/
HelloActivity.java 41 WindowManager.LayoutParams params = getWindow().getAttributes();
46 WindowManager.LayoutParams params = getWindow().getAttributes();
  /external/webkit/Source/JavaScriptCore/runtime/
JSVariableObject.cpp 49 if (!(it->second.getAttributes() & DontEnum) || (mode == IncludeDontEnumProperties))
65 descriptor.setDescriptor(registerAt(entry.getIndex()).get(), 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();
  /cts/tools/dex-tools/src/dex/structure/
DexAnnotation.java 88 List<DexAnnotationAttribute> getAttributes();
  /dalvik/dexgen/src/com/android/dexgen/rop/
Member.java 73 public AttributeList 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);
  /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; } \
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttrsXmlParserTest.java 65 AttributeInfo[] attrs = info.getAttributes();
67 assertEquals("scrollbarSize", info.getAttributes()[0].getName());
68 assertEquals(1, info.getAttributes()[0].getFormats().length);
69 assertEquals(Format.DIMENSION, info.getAttributes()[0].getFormats()[0]);
100 AttributeInfo[] attrs = dep.getAttributes();
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NamedNodeMapSetNamedItemNS.java 96 attributes = element.getAttributes();
116 attributes = element.getAttributes();
140 attributes = element.getAttributes();
144 attributesAlt = elementAlt.getAttributes();
174 attributes = element.getAttributes();
238 attributes = element.getAttributes();
242 attributes = element.getAttributes();
264 attributes = element.getAttributes();
268 attributes = element.getAttributes();
290 attributes = element.getAttributes();
    [all...]
NamedNodeMapGetNamedItemNS.java 111 attributes = element.getAttributes();
132 attributes = element.getAttributes();
151 attributes = element.getAttributes();
166 attributes = element.getAttributes();
185 // attributesMap1 = element.getAttributes();
186 // attributesMap2 = element.getAttributes();
  /external/llvm/include/llvm/
Attributes.h 228 return getAttributes(Idx);
234 return getAttributes(0);
239 return getAttributes(~0U);
245 return (getAttributes(Idx) & Attr) != 0;
251 return Attribute::getAlignmentFromAttrs(getAttributes(Idx));
298 /// getAttributes - The attributes for the specified index are
300 Attributes getAttributes(unsigned Idx) const;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs10/
CertificationRequestInfoTest.java 64 assertEquals(attributes, certReqInfo.getAttributes());
80 .getAttributes().get(0);
82 .getAttributes().get(0);
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509AttributeCertificate.java 69 public X509Attribute[] getAttributes();
77 public X509Attribute[] getAttributes(String oid);

Completed in 1516 milliseconds

1 2 3 4 5 6 7 8 91011>>