Lines Matching refs:AttributeSets
535 AttributeSets = AttributeSets.addAttributeAtIndex(getContext(), i, Attr); in addAttributeAtIndex()
539 AttributeSets = AttributeSets.addFnAttribute(getContext(), Kind); in addFnAttr()
543 AttributeSets = AttributeSets.addFnAttribute(getContext(), Kind, Val); in addFnAttr()
547 AttributeSets = AttributeSets.addFnAttribute(getContext(), Attr); in addFnAttr()
551 AttributeSets = AttributeSets.addFnAttributes(getContext(), Attrs); in addFnAttrs()
555 AttributeSets = AttributeSets.addRetAttribute(getContext(), Kind); in addRetAttr()
559 AttributeSets = AttributeSets.addRetAttribute(getContext(), Attr); in addRetAttr()
563 AttributeSets = AttributeSets.addRetAttributes(getContext(), Attrs); in addRetAttrs()
567 AttributeSets = AttributeSets.addParamAttribute(getContext(), ArgNo, Kind); in addParamAttr()
571 AttributeSets = AttributeSets.addParamAttribute(getContext(), ArgNo, Attr); in addParamAttr()
575 AttributeSets = AttributeSets.addParamAttributes(getContext(), ArgNo, Attrs); in addParamAttrs()
579 AttributeSets = AttributeSets.removeAttributeAtIndex(getContext(), i, Kind); in removeAttributeAtIndex()
583 AttributeSets = AttributeSets.removeAttributeAtIndex(getContext(), i, Kind); in removeAttributeAtIndex()
587 AttributeSets = AttributeSets.removeFnAttribute(getContext(), Kind); in removeFnAttr()
591 AttributeSets = AttributeSets.removeFnAttribute(getContext(), Kind); in removeFnAttr()
595 AttributeSets = AttributeSets.removeFnAttributes(getContext(), AM); in removeFnAttrs()
599 AttributeSets = AttributeSets.removeRetAttribute(getContext(), Kind); in removeRetAttr()
603 AttributeSets = AttributeSets.removeRetAttribute(getContext(), Kind); in removeRetAttr()
607 AttributeSets = AttributeSets.removeRetAttributes(getContext(), Attrs); in removeRetAttrs()
611 AttributeSets = AttributeSets.removeParamAttribute(getContext(), ArgNo, Kind); in removeParamAttr()
615 AttributeSets = AttributeSets.removeParamAttribute(getContext(), ArgNo, Kind); in removeParamAttr()
619 AttributeSets = in removeParamAttrs()
620 AttributeSets.removeParamAttributes(getContext(), ArgNo, Attrs); in removeParamAttrs()
624 AttributeSets = in addDereferenceableParamAttr()
625 AttributeSets.addDereferenceableParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableParamAttr()
629 return AttributeSets.hasFnAttr(Kind); in hasFnAttribute()
633 return AttributeSets.hasFnAttr(Kind); in hasFnAttribute()
637 return AttributeSets.hasRetAttr(Kind); in hasRetAttribute()
642 return AttributeSets.hasParamAttr(ArgNo, Kind); in hasParamAttribute()
647 return AttributeSets.getAttributeAtIndex(i, Kind); in getAttributeAtIndex()
651 return AttributeSets.getAttributeAtIndex(i, Kind); in getAttributeAtIndex()
655 return AttributeSets.getFnAttr(Kind); in getFnAttribute()
659 return AttributeSets.getFnAttr(Kind); in getFnAttribute()
665 return AttributeSets.getParamAttr(ArgNo, Kind); in getParamAttribute()
670 AttributeSets = AttributeSets.addDereferenceableOrNullParamAttr(getContext(), in addDereferenceableOrNullParamAttr()