Lines Matching refs:AttributeSets

626   AttributeSets = AttributeSets.addAttributeAtIndex(getContext(), i, Attr);  in addAttributeAtIndex()
630 AttributeSets = AttributeSets.addFnAttribute(getContext(), Kind); in addFnAttr()
634 AttributeSets = AttributeSets.addFnAttribute(getContext(), Kind, Val); in addFnAttr()
638 AttributeSets = AttributeSets.addFnAttribute(getContext(), Attr); in addFnAttr()
642 AttributeSets = AttributeSets.addFnAttributes(getContext(), Attrs); in addFnAttrs()
646 AttributeSets = AttributeSets.addRetAttribute(getContext(), Kind); in addRetAttr()
650 AttributeSets = AttributeSets.addRetAttribute(getContext(), Attr); in addRetAttr()
654 AttributeSets = AttributeSets.addRetAttributes(getContext(), Attrs); in addRetAttrs()
658 AttributeSets = AttributeSets.addParamAttribute(getContext(), ArgNo, Kind); in addParamAttr()
662 AttributeSets = AttributeSets.addParamAttribute(getContext(), ArgNo, Attr); in addParamAttr()
666 AttributeSets = AttributeSets.addParamAttributes(getContext(), ArgNo, Attrs); in addParamAttrs()
670 AttributeSets = AttributeSets.removeAttributeAtIndex(getContext(), i, Kind); in removeAttributeAtIndex()
674 AttributeSets = AttributeSets.removeAttributeAtIndex(getContext(), i, Kind); in removeAttributeAtIndex()
678 AttributeSets = AttributeSets.removeFnAttribute(getContext(), Kind); in removeFnAttr()
682 AttributeSets = AttributeSets.removeFnAttribute(getContext(), Kind); in removeFnAttr()
686 AttributeSets = AttributeSets.removeFnAttributes(getContext(), AM); in removeFnAttrs()
690 AttributeSets = AttributeSets.removeRetAttribute(getContext(), Kind); in removeRetAttr()
694 AttributeSets = AttributeSets.removeRetAttribute(getContext(), Kind); in removeRetAttr()
698 AttributeSets = AttributeSets.removeRetAttributes(getContext(), Attrs); in removeRetAttrs()
702 AttributeSets = AttributeSets.removeParamAttribute(getContext(), ArgNo, Kind); in removeParamAttr()
706 AttributeSets = AttributeSets.removeParamAttribute(getContext(), ArgNo, Kind); in removeParamAttr()
710 AttributeSets = in removeParamAttrs()
711 AttributeSets.removeParamAttributes(getContext(), ArgNo, Attrs); in removeParamAttrs()
715 AttributeSets = in addDereferenceableParamAttr()
716 AttributeSets.addDereferenceableParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableParamAttr()
720 return AttributeSets.hasFnAttr(Kind); in hasFnAttribute()
724 return AttributeSets.hasFnAttr(Kind); in hasFnAttribute()
728 return AttributeSets.hasRetAttr(Kind); in hasRetAttribute()
733 return AttributeSets.hasParamAttr(ArgNo, Kind); in hasParamAttribute()
738 return AttributeSets.getAttributeAtIndex(i, Kind); in getAttributeAtIndex()
742 return AttributeSets.getAttributeAtIndex(i, Kind); in getAttributeAtIndex()
746 return AttributeSets.getFnAttr(Kind); in getFnAttribute()
750 return AttributeSets.getFnAttr(Kind); in getFnAttribute()
754 return AttributeSets.getRetAttr(Kind); in getRetAttribute()
773 return AttributeSets.getParamAttr(ArgNo, Kind); in getParamAttribute()
778 AttributeSets = AttributeSets.addDereferenceableOrNullParamAttr(getContext(), in addDereferenceableOrNullParamAttr()
783 AttributeSets = AttributeSets.addRangeRetAttr(getContext(), CR); in addRangeRetAttr()