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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/cf/iface/
HasAttribute.java 30 public AttributeList getAttributes();
Member.java 73 public AttributeList getAttributes();
  /libcore/ojluni/src/main/java/java/sql/
Struct.java 79 Object[] getAttributes() throws SQLException;
104 Object[] getAttributes(java.util.Map<String,Class<?>> map)
  /external/skia/include/svg/parser/
SkSVGBase.h 22 virtual int getAttributes(const SkSVGAttribute** attrPtr) = 0;
  /packages/apps/Camera2/src/com/android/camera/data/
MetadataLoader.java 41 if (data.getAttributes().isImage()) {
46 } else if (data.getAttributes().isVideo()) {
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSAttributeTableGenerator.java 19 AttributeTable getAttributes(Map parameters)
SimpleAttributeTableGenerator.java 21 public AttributeTable getAttributes(Map parameters)
  /external/jetty/src/java/org/eclipse/jetty/server/handler/jmx/
ContextHandlerMBean.java 38 Attributes attrs = ((ContextHandler)_managed).getAttributes();
51 Attributes attrs = ((ContextHandler)_managed).getAttributes();
57 Attributes attrs = ((ContextHandler)_managed).getAttributes();
63 Attributes attrs = ((ContextHandler)_managed).getAttributes();
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowWindow.java 12 public WindowManager.LayoutParams getAttributes() {
  /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();
  /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();
  /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);
  /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/parser/
SkSVGElements.h 23 virtual int getAttributes(const SkSVGAttribute** attrPtr); \
30 int SkSVG##_type::getAttributes(const SkSVGAttribute** attrPtr) { \
38 int SkSVG##_type::getAttributes(const SkSVGAttribute** ) { return 0; } \
  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
MgmtTreeRoot.java 17 if (getAttributes() != null && !getAttributes().isEmpty()) {
18 for (Map.Entry<String, String> avp : getAttributes().entrySet()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
SystemUIDialog.java 41 WindowManager.LayoutParams attrs = getWindow().getAttributes();
64 dialog.getWindow().getAttributes().privateFlags |=
67 dialog.getWindow().getAttributes().privateFlags &=
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
ManagementTreeRoot.java 42 if (getAttributes() != null && !getAttributes().isEmpty()) {
43 for (Map.Entry<String, String> avp : getAttributes().entrySet()) {
  /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().size());
69 assertEquals(Format.DIMENSION, info.getAttributes()[0].getFormats().iterator().next());
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...]
  /frameworks/base/tests/CoreTests/android/core/
NsdServiceInfoTest.java 120 assertTrue(attributedInfo.getAttributes().keySet().contains("adorable"));
121 String sound = new String(attributedInfo.getAttributes().get("sound"), "UTF-8");
123 byte[] edgeCases = attributedInfo.getAttributes().get("edge cases");
125 assertFalse(attributedInfo.getAttributes().keySet().contains("sticky"));
148 Map<String, byte[]> originalMap = original.getAttributes();
149 Map<String, byte[]> resultMap = result.getAttributes();

Completed in 670 milliseconds

1 2 3 4 5 6 7 8 91011>>