Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-radius.c836 const char *attr_string; in radius_attrs_print() local
845 attr_string = attr_type[rad_attr->type].name; in radius_attrs_print()
847 attr_string = "Unknown"; in radius_attrs_print()
851 attr_string, in radius_attrs_print()
859 attr_string, in radius_attrs_print()
865 attr_string, in radius_attrs_print()
/external/harfbuzz_ng/src/
Dhb-coretext.cc702 … CFMutableAttributedStringRef attr_string = CFAttributedStringCreateMutable (kCFAllocatorDefault, in _hb_coretext_shape() local
704 if (unlikely (!attr_string)) in _hb_coretext_shape()
706 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref); in _hb_coretext_shape()
709 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len), in _hb_coretext_shape()
727 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len), in _hb_coretext_shape()
731 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len), in _hb_coretext_shape()
748 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, k - start), in _hb_coretext_shape()
757 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, chars_len - start), in _hb_coretext_shape()
772 …CTTypesetterRef typesetter = CTTypesetterCreateWithAttributedStringAndOptions (attr_string, option… in _hb_coretext_shape()
774 CFRelease (attr_string); in _hb_coretext_shape()
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
Dparse_html_deps.py183 attr_string = ' '.join(['%s="%s"' % (x[0], x[1]) for x in self.attrs])
184 return '<%s %s>' % (self.tag, attr_string)