Searched defs:removeAttributes (Results 1 – 7 of 7) sorted by relevance
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | FieldGenOrMethodGen.java | 149 public void removeAttributes() { in removeAttributes() method in FieldGenOrMethodGen
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateSidewaysView.java | 703 private static String removeAttributes(String xpath, Set<String> skipAttributes) { in removeAttributes() method in GenerateSidewaysView 712 private static void removeAttributes(XPathParts parts, Set<String> skipAttributes) { in removeAttributes() method in GenerateSidewaysView
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XPathParts.java | 509 public XPathParts removeAttributes(String elementName, Collection<String> attributeNames) { in removeAttributes() method in XPathParts 513 public XPathParts removeAttributes(int elementIndex, Collection<String> attributeNames) { in removeAttributes() method in XPathParts 740 public void removeAttributes(Collection<String> attributeNames) { in removeAttributes() method in XPathParts.Element
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Attributes.cpp | 565 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, in removeAttributes() function in AttributeSet 1130 AttributeList::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes() function in AttributeList 1145 AttributeList AttributeList::removeAttributes(LLVMContext &C, in removeAttributes() function in AttributeList 1392 AttrBuilder &AttrBuilder::removeAttributes(AttributeList A, uint64_t Index) { in removeAttributes() function in AttrBuilder
|
D | Function.cpp | 403 void Function::removeAttributes(unsigned i, const AttrBuilder &Attrs) { in removeAttributes() function in Function
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 955 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes() function in AttributeSet 998 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes() function in AttributeSet 1315 AttrBuilder &AttrBuilder::removeAttributes(AttributeSet A, uint64_t Index) { in removeAttributes() function in AttrBuilder
|
D | Function.cpp | 399 void Function::removeAttributes(unsigned i, AttributeSet Attrs) { in removeAttributes() function in Function
|