HomeSort by relevance Sort by last modified time
    Searched refs:getAttributes (Results 101 - 125 of 528) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/VMCore/
Instruction.cpp 209 CI->getAttributes() == cast<CallInst>(I)->getAttributes();
212 CI->getAttributes() == cast<InvokeInst>(I)->getAttributes();
264 CI->getAttributes() == cast<CallInst>(I)->getAttributes();
267 CI->getAttributes() ==
268 cast<InvokeInst>(I)->getAttributes();
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 96 final WindowManager.LayoutParams attrs = mWindow.getAttributes();
132 * getAttributes: Retrieve the current window attributes associated with this panel.
146 WindowManager.LayoutParams attr = mWindow.getAttributes();
162 attr = mWindow.getAttributes();
521 assertEquals(PixelFormat.OPAQUE, window.getAttributes().format);
531 assertEquals(PixelFormat.JPEG, window.getAttributes().format);
540 WindowManager.LayoutParams attrs = mWindow.getAttributes();
547 attrs = mWindow.getAttributes();
559 WindowManager.LayoutParams attrs = mWindow.getAttributes();
568 attrs = mWindow.getAttributes();
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdField.java 72 AttributeList attribs = getAttributes();
StdMember.java 107 public final AttributeList getAttributes() {
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttCode.java 142 public AttributeList getAttributes() {
  /dalvik/dx/src/com/android/dx/cf/iface/
StdMember.java 107 public final AttributeList getAttributes() {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
PrefixResolverDefault.java 99 NamedNodeMap nnm = parent.getAttributes();
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPPrefixResolver.java 101 NamedNodeMap nnm = parent.getAttributes();
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509V2AttributeCertificate.java 275 public X509Attribute[] getAttributes()
277 ASN1Sequence seq = cert.getAcinfo().getAttributes();
288 public X509Attribute[] getAttributes(String oid)
290 ASN1Sequence seq = cert.getAcinfo().getAttributes();
  /external/llvm/lib/Target/MBlaze/
MBlazeIntrinsicInfo.cpp 86 /// This defines the "getAttributes(ID id)" method.
107 AttrListPtr AList = getAttributes((mblazeIntrinsic::ID) IntrID);
  /external/webkit/Source/JavaScriptCore/runtime/
SymbolTable.h 72 unsigned getAttributes() const
  /frameworks/base/core/java/android/hardware/usb/
UsbEndpoint.java 93 public int getAttributes() {
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrcreatedocumentfragment.java 77 domesticAttr = domesticNode.getAttributes();
attrcreatetextnode.java 75 attributes = testNode.getAttributes();
attrcreatetextnode2.java 74 attributes = testNode.getAttributes();
attrdefaultvalue.java 84 attributes = testNode.getAttributes();
attrnotspecifiedvalue.java 81 attributes = testNode.getAttributes();
attrsetvaluenomodificationallowederrEE.java 85 attrList = entElement.getAttributes();
attrspecifiedvalueremove.java 86 attributes = testNode.getAttributes();
documentcreateelementdefaultattr.java 82 defaultAttr = newElement.getAttributes();
elementremoveattributeaftercreate.java 38 * interface. It also uses the "getAttributes()" method
78 attributes = testEmployee.getAttributes();
elementremoveattributenodenomodificationallowederr.java 94 attrList = genElement.getAttributes();
elementremoveattributenodenomodificationallowederrEE.java 86 attrList = entElement.getAttributes();
elementretrieveallattributes.java 31 * The "getAttributes()" method(Node Interface) may
36 * of the first employee by using the "getAttributes()"
80 attributes = testAddress.getAttributes();
hc_attrappendchild1.java 71 attributes = testNode.getAttributes();

Completed in 1112 milliseconds

1 2 3 45 6 7 8 91011>>