HomeSort by relevance Sort by last modified time
    Searched refs:getAttributes (Results 1 - 25 of 725) 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/smack/src/com/kenai/jbosh/
AbstractBody.java 60 Map<BodyQName, String> attrs = getAttributes();
71 Map<BodyQName, String> attrs = getAttributes();
83 public abstract Map<BodyQName, String> getAttributes();
BodyParserResults.java 60 Map<BodyQName, String> getAttributes() {
  /external/chromium_org/third_party/skia/include/svg/
SkSVGBase.h 22 virtual int getAttributes(const SkSVGAttribute** attrPtr) = 0;
  /external/skia/include/svg/
SkSVGBase.h 22 virtual int getAttributes(const SkSVGAttribute** attrPtr) = 0;
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSAttributeTableGenerator.java 17 AttributeTable getAttributes(Map parameters)
SimpleAttributeTableGenerator.java 21 public AttributeTable getAttributes(Map parameters)
  /external/robolectric/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();
  /dalvik/dx/src/com/android/dx/cf/iface/
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);
  /external/llvm/lib/Target/R600/
AMDGPUMachineFunction.cpp 16 AttributeSet Set = MF.getFunction()->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/chromium_org/third_party/skia/src/svg/
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; } \
  /external/skia/src/svg/
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/SystemUI/src/com/android/systemui/statusbar/phone/
SystemUIDialog.java 39 WindowManager.LayoutParams attrs = getWindow().getAttributes();
46 getWindow().getAttributes().privateFlags |=
49 getWindow().getAttributes().privateFlags &=
  /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 1115 milliseconds

1 2 3 4 5 6 7 8 91011>>