Home
last modified time | relevance | path

Searched refs:option_text (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/
Dargs.c102 char option_text[40] = {0}; in arg_show_usage() local
112 snprintf(option_text, 37, "-%s%s%s --%s%6s", in arg_show_usage()
116 snprintf(option_text, 37, "-%s%s", in arg_show_usage()
119 snprintf(option_text, 37, " --%s%s", in arg_show_usage()
122 fprintf(fp, " %-37s\t%s\n", option_text, def->desc); in arg_show_usage()
/external/chromium-trace/catapult/third_party/webtest/webtest/
Dforms.py126 for i, (option_value, checked, option_text) in enumerate(self.options):
127 if option_text == utils.stringify(text):