HomeSort by relevance Sort by last modified time
    Searched refs:getAttributes (Results 51 - 75 of 724) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/tests/org/w3c/dom/
SetNamedItemNS.java 88 anotherMap = anotherElement.getAttributes();
91 map = testAddress.getAttributes();
119 attributes = testAddress.getAttributes();
147 attributes = testAddress.getAttributes();
183 // attributes = child2.getAttributes();
211 attributes = testAddress.getAttributes();
  /dalvik/dx/src/com/android/dx/cf/code/
ConcreteMethod.java 84 AttributeList attribs = method.getAttributes();
87 AttributeList codeAttribs = attCode.getAttributes();
168 public AttributeList getAttributes() {
169 return method.getAttributes();
  /dalvik/dx/src/com/android/dx/cf/iface/
StdField.java 44 AttributeList attribs = getAttributes();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Attributes.java 66 public Attribute[] getAttributes()
  /external/emma/core/java12/com/vladium/jcd/cls/
AbstractClassDefVisitor.java 28 visit (cls.getAttributes (), ctx);
  /external/javassist/src/main/javassist/bytecode/
ClassFilePrinter.java 72 printAttributes(finfo.getAttributes(), out, 'f');
84 printAttributes(minfo.getAttributes(), out, 'm');
89 printAttributes(cf.getAttributes(), out, 'c');
108 printAttributes(ca.getAttributes(), out, kind);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
AttrResourceLoader.java 31 String viewName = node.getParentNode().getParentNode().getAttributes().getNamedItem("name").getNodeValue();
32 String enumName = node.getParentNode().getAttributes().getNamedItem("name").getNodeValue();
33 String name = node.getAttributes().getNamedItem("name").getNodeValue();
34 String value = node.getAttributes().getNamedItem("value").getNodeValue();
  /frameworks/base/core/java/android/inputmethodservice/
SoftInputWindow.java 50 WindowManager.LayoutParams lp = getWindow().getAttributes();
112 WindowManager.LayoutParams lp = getWindow().getAttributes();
119 return getWindow().getAttributes().gravity;
169 WindowManager.LayoutParams lp = getWindow().getAttributes();
  /frameworks/base/services/core/java/com/android/server/am/
FactoryErrorDialog.java 34 WindowManager.LayoutParams attrs = getWindow().getAttributes();
  /hardware/qcom/display/msm8084/libexternal/
external.h 48 void getAttributes(int& width, int& height);
  /hardware/qcom/display/msm8226/libexternal/
external.h 48 void getAttributes(int& width, int& height);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attreffectivevalue.java 71 attributes = testNode.getAttributes();
attrentityreplacement.java 76 attributes = testNode.getAttributes();
attrname.java 72 attributes = testNode.getAttributes();
attrnextsiblingnull.java 71 attributes = testNode.getAttributes();
attrparentnodenull.java 71 attributes = testNode.getAttributes();
attrprevioussiblingnull.java 71 attributes = testNode.getAttributes();
attrspecifiedvalue.java 74 attributes = testNode.getAttributes();
attrspecifiedvaluechanged.java 76 attributes = testNode.getAttributes();
elementassociatedattribute.java 74 attributes = testEmployee.getAttributes();
hc_attreffectivevalue.java 70 attributes = testNode.getAttributes();
hc_attrgetvalue1.java 69 attributes = testNode.getAttributes();
hc_attrhaschildnodes.java 67 attributes = testNode.getAttributes();
hc_attrnextsiblingnull.java 70 attributes = testNode.getAttributes();
hc_attrparentnodenull.java 70 attributes = testNode.getAttributes();

Completed in 683 milliseconds

1 23 4 5 6 7 8 91011>>