HomeSort by relevance Sort by last modified time
    Searched refs:attr_string (Results 1 - 7 of 7) sorted by null

  /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 70 // Applies RenderText styles to |attr_string| with the given |ct_font|.
71 void ApplyStyles(CFMutableAttributedStringRef attr_string, CTFontRef ct_font);
render_text_mac.cc 193 void RenderTextMac::ApplyStyles(CFMutableAttributedStringRef attr_string,
212 CFAttributedStringSetAttribute(attr_string, range,
220 CFAttributedStringSetAttribute(attr_string, range,
233 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 225 CFAttributedStringRef attr_string = CFAttributedStringCreate (kCFAllocatorDefault, string_ref, attrs); local
229 CTLineRef line = CTLineCreateWithAttributedString (attr_string);
230 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...]

Completed in 2349 milliseconds