Home
last modified time | relevance | path

Searched defs:removeAttributes (Results 1 – 7 of 7) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldGenOrMethodGen.java149 public void removeAttributes() { in removeAttributes() method in FieldGenOrMethodGen
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateSidewaysView.java703 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/
DXPathParts.java509 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/
DAttributes.cpp565 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
DFunction.cpp403 void Function::removeAttributes(unsigned i, const AttrBuilder &Attrs) { in removeAttributes() function in Function
/external/llvm/lib/IR/
DAttributes.cpp955 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
DFunction.cpp399 void Function::removeAttributes(unsigned i, AttributeSet Attrs) { in removeAttributes() function in Function