HomeSort by relevance Sort by last modified time
    Searched refs:getAttributes (Results 126 - 150 of 636) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/skia/include/svg/
SkSVGPaintState.h 48 virtual int getAttributes(const SkSVGAttribute** attrPtr);
  /external/llvm/include/llvm/IR/
Intrinsics.h 59 /// Intrinsic::getAttributes(ID) - Return the attributes for an intrinsic.
61 AttributeSet getAttributes(LLVMContext &C, ID id);
  /external/llvm/lib/Target/Hexagon/
HexagonRemoveSZExtArgs.cpp 59 if (F.getAttributes().hasAttribute(Idx, Attribute::SExt)) {
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 96 Callee->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILIntrinsicInfo.cpp 79 /// This defines the "getAttributes(ID id)" method.
90 AttrListPtr List = getAttributes((AMDGPUIntrinsic::ID)IntrID);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
XTagXmlResourceLoader.java 47 String name = node.getAttributes().getNamedItem( "name" ).getNodeValue();
XpathResourceXmlLoader.java 26 String name = node.getAttributes().getNamedItem("name").getNodeValue();
  /external/skia/include/svg/
SkSVGPaintState.h 48 virtual int getAttributes(const SkSVGAttribute** attrPtr);
  /frameworks/base/core/java/android/hardware/usb/
UsbEndpoint.java 93 public int getAttributes() {
  /frameworks/base/services/java/com/android/server/am/
AppWaitingForDebuggerDialog.java 56 WindowManager.LayoutParams attrs = getWindow().getAttributes();
BaseErrorDialog.java 36 WindowManager.LayoutParams attrs = getWindow().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();
hc_attrappendchild2.java 70 attributes = testNode.getAttributes();

Completed in 506 milliseconds

1 2 3 4 56 7 8 91011>>