Home | History | Annotate | Download | only in IR

Lines Matching defs:PAL

370   AttributeSet PAL = getAttributes();
371 PAL = PAL.addAttribute(getContext(), i, Kind);
372 setAttributes(PAL);
376 AttributeSet PAL = getAttributes();
377 PAL = PAL.addAttribute(getContext(), i, Attr);
378 setAttributes(PAL);
382 AttributeSet PAL = getAttributes();
383 PAL = PAL.addAttributes(getContext(), i, Attrs);
384 setAttributes(PAL);
388 AttributeSet PAL = getAttributes();
389 PAL = PAL.removeAttribute(getContext(), i, Kind);
390 setAttributes(PAL);
394 AttributeSet PAL = getAttributes();
395 PAL = PAL.removeAttribute(getContext(), i, Kind);
396 setAttributes(PAL);
400 AttributeSet PAL = getAttributes();
401 PAL = PAL.removeAttributes(getContext(), i, Attrs);
402 setAttributes(PAL);
406 AttributeSet PAL = getAttributes();
407 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes);
408 setAttributes(PAL);
412 AttributeSet PAL = getAttributes();
413 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes);
414 setAttributes(PAL);