Searched refs:getAttributes (Results 51 - 75 of 160) sorted by relevance

1234567

/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DSupport_Format.java90 Iterator<Attribute> it = iterator.getAttributes().keySet().iterator();
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DCodeAttribute_info.java118 public IAttributeCollection getAttributes () method in class:CodeAttribute_info
/external/javassist/src/main/javassist/bytecode/
H A DFieldInfo.java213 public List getAttributes() { method in class:FieldInfo
225 * @see #getAttributes()
235 * @see #getAttributes()
H A DCodeAttribute.java86 List src_attr = src.getAttributes();
295 public List getAttributes() { return attributes; } method in class:CodeAttribute
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp41 EnumerateAttributes(cast<Function>(I)->getAttributes());
89 EnumerateAttributes(CI->getAttributes());
91 EnumerateAttributes(II->getAttributes());
461 EnumerateAttributes(F.getAttributes());
/external/llvm/lib/VMCore/
H A DFunction.cpp183 setAttributes(Intrinsic::getAttributes(Intrinsic::ID(IID)));
246 AttrListPtr PAL = getAttributes();
252 AttrListPtr PAL = getAttributes();
307 setAttributes(SrcF->getAttributes());
601 /// This defines the "Intrinsic::getAttributes(ID id)" method.
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DTreeWalker.java320 NamedNodeMap atts = elem_node.getAttributes();
469 NamedNodeMap atts = elem_node.getAttributes();
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DTreeWalker.java333 NamedNodeMap atts = ((Element) node).getAttributes();
469 NamedNodeMap atts = ((Element) node).getAttributes();
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp320 CI->getAttributes() == cast<CallInst>(I2)->getAttributes();
323 CI->getAttributes() == cast<InvokeInst>(I2)->getAttributes();
465 if (F1->getAttributes() != F2->getAttributes())
/external/clang/lib/Parse/
H A DParseDecl.cpp489 DS.getAttributes().addNewInteger(
495 DS.getAttributes().addNewInteger(
501 DS.getAttributes().addNewInteger(
507 DS.getAttributes().addNewInteger(
513 DS.getAttributes().addNewInteger(
519 DS.getAttributes().addNewInteger(
525 DS.getAttributes().addNewInteger(
2473 ParseGNUAttributes(DS.getAttributes(), 0, LateAttrs);
2478 ParseMicrosoftDeclSpec(DS.getAttributes());
2488 DS.getAttributes()
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementDef.java562 XSLTAttributeDef[] getAttributes() method in class:XSLTElementDef
580 XSLTAttributeDef[] attrDefs = getAttributes();
H A DXSLTElementProcessor.java355 XSLTAttributeDef[] attrDefs = def.getAttributes();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestVersionTracker.java245 NamedNodeMap map = node.getAttributes();
310 NamedNodeMap map = node.getAttributes();
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNestedMapData.java235 public Iterable<Map.Entry<String, String>> getAttributes() { method in class:NestedMapData
441 for (Map.Entry<String, String> attribute : from.getAttributes()) {
H A DDefaultDataContext.java296 public Iterable<Map.Entry<String, String>> getAttributes() { method in class:DefaultDataContext.LocalVariable
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp316 Attributes CallerRetAttr = F->getAttributes().getRetAttributes();
356 Attributes CallerRetAttr = F->getAttributes().getRetAttributes();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DUnpackUpdateJars.java186 NamedNodeMap aNamedNodeMap = pluginNode.getAttributes();
/external/emma/core/java12/com/vladium/emma/report/
H A DIItemAttribute.java59 public static IItemAttribute [] getAttributes (final int unitsID) method in class:IItemAttribute.Factory
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
H A DDOMSerializer.java216 NamedNodeMap attrs = element.getAttributes();
/external/llvm/include/llvm/
H A DFunction.h163 /// getAttributes - Return the attribute list for this Function.
165 const AttrListPtr &getAttributes() const { return AttributeList; } function in class:llvm::Function
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.h237 AttrListPtr getAttributes(unsigned i) const {
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSActivation.cpp108 if (it->second.getAttributes() & DontEnum && mode != IncludeDontEnumProperties)
/external/clang/include/clang/Sema/
H A DDeclSpec.h664 ParsedAttributes &getAttributes() { return Attrs; } function in class:clang::DeclSpec
665 const ParsedAttributes &getAttributes() const { return Attrs; } function in class:clang::DeclSpec
1880 const AttributeList *getAttributes() const { return Attrs.getList(); }
1881 AttributeList *getAttributes() { return Attrs.getList(); }
1887 if (getAttributes() || getDeclSpec().hasAttributes()) return true;
/external/clang/lib/Sema/
H A DSemaType.cpp163 return getMutableDeclSpec().getAttributes().getListRef();
173 for (AttributeList *attr = spec.getAttributes().getList(); attr;
210 getMutableDeclSpec().getAttributes().set(0);
214 getMutableDeclSpec().getAttributes().set(savedAttrs[0]);
369 declarator.getMutableDeclSpec().getAttributes().getListRef());
497 assert(state.getDeclarator().getAttributes() && "declarator has no attrs!");
498 AttributeList *attr = state.getDeclarator().getAttributes();
920 if (AttributeList *attrs = DS.getAttributes().getList())
1816 if (AttributeList *attrs = D.getDeclSpec().getAttributes().getList())
1828 if (D.getAttributes())
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java548 public NamedNodeMap getAttributes() method in class:ElemLiteralResult
778 public NamedNodeMap getAttributes() method in class:ElemLiteralResult.Attribute

Completed in 415 milliseconds

1234567