Searched refs:attr_string (Results 1 - 3 of 3) sorted by relevance

/external/tcpdump/
H A Dprint-radius.c892 const char *attr_string; local
901 attr_string = attr_type[rad_attr->type].name;
903 attr_string = "Unknown";
907 attr_string,
915 attr_string,
921 attr_string,
/external/harfbuzz_ng/src/
H A Dhb-coretext.cc821 * string_ref (via attr_string). We must release those before resizing buffer. */
856 CFMutableAttributedStringRef attr_string = CFAttributedStringCreateMutable (kCFAllocatorDefault, local
858 if (unlikely (!attr_string))
860 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref);
863 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len),
881 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len),
885 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len),
902 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, k - start),
911 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, chars_len - start),
931 CFAttributedStringRemoveAttribute (attr_string, feature_rang
[all...]
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
H A Dparse_html_deps.py270 attr_string = ' '.join('%s="%s"' % (x[0], x[1]) for x in self.attrs)
271 return '<%s %s>' % (self.tag, attr_string)

Completed in 180 milliseconds