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

  /external/libvpx/libvpx/
args.c 102 char option_text[40] = {0}; local
112 snprintf(option_text, 37, "-%s%s%s --%s%6s",
116 snprintf(option_text, 37, "-%s%s",
119 snprintf(option_text, 37, " --%s%s",
122 fprintf(fp, " %-37s\t%s\n", option_text, def->desc);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
args.c 104 char option_text[40] = {0}; local
114 snprintf(option_text, 37, "-%s%s%s --%s%6s",
118 snprintf(option_text, 37, "-%s%s",
121 snprintf(option_text, 37, " --%s%s",
124 fprintf(fp, " %-37s\t%s\n", option_text, def->desc);
  /external/chromium-trace/catapult/third_party/webtest/webtest/
forms.py 126 for i, (option_value, checked, option_text) in enumerate(self.options):
127 if option_text == utils.stringify(text):

Completed in 70 milliseconds