Lines Matching refs:AttributeSets
573 AttributeSets = AttributeSets.addAttributeAtIndex(getContext(), i, Attr); in addAttributeAtIndex()
577 AttributeSets = AttributeSets.addFnAttribute(getContext(), Kind); in addFnAttr()
581 AttributeSets = AttributeSets.addFnAttribute(getContext(), Kind, Val); in addFnAttr()
585 AttributeSets = AttributeSets.addFnAttribute(getContext(), Attr); in addFnAttr()
589 AttributeSets = AttributeSets.addFnAttributes(getContext(), Attrs); in addFnAttrs()
593 AttributeSets = AttributeSets.addRetAttribute(getContext(), Kind); in addRetAttr()
597 AttributeSets = AttributeSets.addRetAttribute(getContext(), Attr); in addRetAttr()
601 AttributeSets = AttributeSets.addRetAttributes(getContext(), Attrs); in addRetAttrs()
605 AttributeSets = AttributeSets.addParamAttribute(getContext(), ArgNo, Kind); in addParamAttr()
609 AttributeSets = AttributeSets.addParamAttribute(getContext(), ArgNo, Attr); in addParamAttr()
613 AttributeSets = AttributeSets.addParamAttributes(getContext(), ArgNo, Attrs); in addParamAttrs()
617 AttributeSets = AttributeSets.removeAttributeAtIndex(getContext(), i, Kind); in removeAttributeAtIndex()
621 AttributeSets = AttributeSets.removeAttributeAtIndex(getContext(), i, Kind); in removeAttributeAtIndex()
625 AttributeSets = AttributeSets.removeFnAttribute(getContext(), Kind); in removeFnAttr()
629 AttributeSets = AttributeSets.removeFnAttribute(getContext(), Kind); in removeFnAttr()
633 AttributeSets = AttributeSets.removeFnAttributes(getContext(), AM); in removeFnAttrs()
637 AttributeSets = AttributeSets.removeRetAttribute(getContext(), Kind); in removeRetAttr()
641 AttributeSets = AttributeSets.removeRetAttribute(getContext(), Kind); in removeRetAttr()
645 AttributeSets = AttributeSets.removeRetAttributes(getContext(), Attrs); in removeRetAttrs()
649 AttributeSets = AttributeSets.removeParamAttribute(getContext(), ArgNo, Kind); in removeParamAttr()
653 AttributeSets = AttributeSets.removeParamAttribute(getContext(), ArgNo, Kind); in removeParamAttr()
657 AttributeSets = in removeParamAttrs()
658 AttributeSets.removeParamAttributes(getContext(), ArgNo, Attrs); in removeParamAttrs()
662 AttributeSets = in addDereferenceableParamAttr()
663 AttributeSets.addDereferenceableParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableParamAttr()
667 return AttributeSets.hasFnAttr(Kind); in hasFnAttribute()
671 return AttributeSets.hasFnAttr(Kind); in hasFnAttribute()
675 return AttributeSets.hasRetAttr(Kind); in hasRetAttribute()
680 return AttributeSets.hasParamAttr(ArgNo, Kind); in hasParamAttribute()
685 return AttributeSets.getAttributeAtIndex(i, Kind); in getAttributeAtIndex()
689 return AttributeSets.getAttributeAtIndex(i, Kind); in getAttributeAtIndex()
693 return AttributeSets.getFnAttr(Kind); in getFnAttribute()
697 return AttributeSets.getFnAttr(Kind); in getFnAttribute()
716 return AttributeSets.getParamAttr(ArgNo, Kind); in getParamAttribute()
721 AttributeSets = AttributeSets.addDereferenceableOrNullParamAttr(getContext(), in addDereferenceableOrNullParamAttr()