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

  /external/chromium_org/tools/site_compare/
site_compare.py 125 description_string = ("Comparing %s %s to %s %s" %
127 out_file.write(description_string)
128 print description_string
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 102 def doc( description_string )
103 description_string.chomp!
104 description_string.gsub!( /^ *\| ?/, '' )
105 description_string.gsub!( /\s+/, ' ' )
106 return description_string
  /external/chromium_org/cloud_print/service/win/
service_controller.cc 212 base::string16 description_string = local
215 description.lpDescription = const_cast<wchar_t*>(description_string.c_str());
  /external/chromium_org/third_party/webrtc/base/
win32socketserver.cc 124 LPCSTR description_string; local
125 LPCSTR error_string = WSAErrorToString(error, &description_string);
127 << " (" << error_string << ":" << description_string << ") ["
  /external/chromium_org/ui/gfx/
render_text_unittest.cc 238 char* description_string = pango_font_description_to_string(font); local
239 const base::string16 desc = ASCIIToUTF16(description_string);
246 g_free(description_string);
    [all...]

Completed in 1883 milliseconds