Searched refs:option_strings (Results 1 – 2 of 2) sorted by relevance
/aosp12/build/soong/scripts/ |
H A D | lint_project_xml.py | 31 def __init__(self, option_strings, dest, nargs=None, **kwargs): argument 34 super(CheckAction, self).__init__(option_strings, dest, **kwargs)
|
/aosp12/art/tools/ |
H A D | bisect_profile.py | 42 def __init__(self, option_strings, dest, **kwargs): argument 43 super(ApkAction, self).__init__(option_strings, dest, **kwargs)
|