HomeSort by relevance Sort by last modified time
    Searched defs:extra_options (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/test/shaping/
run-tests.py 27 extra_options = "--verify" variable
74 (fontfile, extra_options, options, unicodes))
77 os.path.join (srcdir, fontfile), extra_options, "--unicodes",
86 os.path.join (srcdir, fontfile), extra_options, "--unicodes",
  /external/ppp/pppd/
options.c 191 static struct option_list *extra_options = NULL; variable in typeref:struct:option_list
628 for (list = extra_options; list != NULL; list = list->next)
886 list->next = extra_options;
887 extra_options = list;
1035 for (list = extra_options; list != NULL; list = list->next)
    [all...]
auth.c 149 static struct wordlist *extra_options; variable in typeref:struct:wordlist
842 if (extra_options) {
843 options_from_list(extra_options, 1);
844 free_wordlist(extra_options);
845 extra_options = 0;
    [all...]
  /external/webrtc/webrtc/
common_types.h 713 Config* extra_options; member in struct:webrtc::VideoCodec

Completed in 737 milliseconds