/external/tcpdump/ |
print-radius.c | 836 const char *attr_string; local 845 attr_string = attr_type[rad_attr->type].name; 847 attr_string = "Unknown"; 851 attr_string, 859 attr_string, 865 attr_string, [all...] |
/external/chromium_org/ui/gfx/ |
render_text_mac.h | 71 // Applies RenderText styles to |attr_string| with the given |ct_font|. 72 void ApplyStyles(CFMutableAttributedStringRef attr_string, CTFontRef ct_font);
|
render_text_mac.cc | 194 void RenderTextMac::ApplyStyles(CFMutableAttributedStringRef attr_string, 213 CFAttributedStringSetAttribute(attr_string, range, 221 CFAttributedStringSetAttribute(attr_string, range, 234 CFAttributedStringSetAttribute(attr_string, range, kCTFontAttributeName,
|
/frameworks/base/media/mca/filterfw/jni/ |
jni_shader_program.cpp | 278 const std::string attr_string = ToCppString(env, attr_name); local 279 ProgramVar program_var = program->GetAttribute(attr_string); 310 const std::string attr_string = ToCppString(env, attr_name); local 311 ProgramVar program_var = program->GetAttribute(attr_string);
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-coretext.cc | 591 CFMutableAttributedStringRef attr_string = CFAttributedStringCreateMutable (NULL, chars_len); local 592 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref); 594 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len), 624 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, k - start), 633 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, chars_len - start - 1), 641 CTLineRef line = CTLineCreateWithAttributedString (attr_string); 642 CFRelease (attr_string);
|
/external/harfbuzz_ng/src/ |
hb-coretext.cc | 225 CFAttributedStringRef attr_string = CFAttributedStringCreate (kCFAllocatorDefault, string_ref, attrs); local 229 CTLineRef line = CTLineCreateWithAttributedString (attr_string); 230 CFRelease (attr_string);
|
/external/libvpx/libvpx/examples/includes/geshi/ |
geshi.php | 3802 $attr_string = ''; variable [all...] |