Home
last modified time | relevance | path

Searched refs:all_options (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/realtime/lib/
Dlibrttest.c116 char *all_options; in rt_init_long() local
118 if (asprintf(&all_options, ":b:mp:v:sc:%s", options) == -1) { in rt_init_long()
125 for (i = 0; i < strlen(all_options); i++) { in rt_init_long()
126 char opt = all_options[i]; in rt_init_long()
132 if (strchr(&all_options[i + 1], opt)) { in rt_init_long()
149 if (!strchr(all_options, cur_opt->val)) { in rt_init_long()
152 cur_opt->name, cur_opt->val, all_options); in rt_init_long()
169 while ((c = getopt_long(argc, argv, all_options, longopts, NULL)) != -1) { in rt_init_long()
229 free(all_options); in rt_init_long()
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
D__main__.py65 all_options, all_column_widths = builder.get_menu_options()
69 for name, description in all_options:
Dbuilder.py607 all_options = []
622 all_options.append((name, description))
624 return all_options, max_string_length
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc2882 std::vector<std::string> all_options; in FormatBracketedOptions() local
2883 if (RetrieveOptions(depth, options, pool, &all_options)) { in FormatBracketedOptions()
2884 output->append(Join(all_options, ", ")); in FormatBracketedOptions()
2886 return !all_options.empty(); in FormatBracketedOptions()
2893 std::vector<std::string> all_options; in FormatLineOptions() local
2894 if (RetrieveOptions(depth, options, pool, &all_options)) { in FormatLineOptions()
2895 for (const std::string& option : all_options) { in FormatLineOptions()
2899 return !all_options.empty(); in FormatLineOptions()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc2890 std::vector<std::string> all_options; in FormatBracketedOptions() local
2891 if (RetrieveOptions(depth, options, pool, &all_options)) { in FormatBracketedOptions()
2892 output->append(Join(all_options, ", ")); in FormatBracketedOptions()
2894 return !all_options.empty(); in FormatBracketedOptions()
2901 std::vector<std::string> all_options; in FormatLineOptions() local
2902 if (RetrieveOptions(depth, options, pool, &all_options)) { in FormatLineOptions()
2903 for (const std::string& option : all_options) { in FormatLineOptions()
2907 return !all_options.empty(); in FormatLineOptions()