Searched defs:opt_str (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/ |
D | optparse.py | 142 def __init__(self, opt_str): argument 152 def __init__(self, opt_str, possibilities): argument 1031 def get_option(self, opt_str): argument 1035 def has_option(self, opt_str): argument 1039 def remove_option(self, opt_str): argument 1339 def get_option_group(self, opt_str): argument
|
/external/python/cpython2/Lib/ |
D | optparse.py | 136 def __init__(self, opt_str): argument 146 def __init__(self, opt_str, possibilities): argument 1044 def get_option(self, opt_str): argument 1048 def has_option(self, opt_str): argument 1052 def remove_option(self, opt_str): argument 1352 def get_option_group(self, opt_str): argument
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 1252 getallopts(struct display *dp, const char *opt_str, int *value) in getallopts() 1258 getsearchopts(struct display *dp, const char *opt_str, int *value) in getsearchopts()
|