Home
last modified time | relevance | path

Searched refs:OptionParser (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/sepolicy/tests/
H A Dsepolicy_tests.py1 from optparse import OptionParser
125 parser = OptionParser(option_class=MultipleOption, usage=usage)
H A Dtreble_sepolicy_tests.py1 from optparse import OptionParser
335 parser = OptionParser(option_class=MultipleOption, usage=usage)
/aosp12/system/core/init/
H A Dservice_parser.h48 using OptionParser = Result<void> (ServiceParser::*)(std::vector<std::string>&& args);
49 const KeywordMap<ServiceParser::OptionParser>& GetParserMap() const;
H A Dueventd_parser.cpp212 using OptionParser = Result<void> (SubsystemParser::*)(std::vector<std::string> && args); in ParseLineSection() typedef
214 static const KeywordMap<OptionParser> parser_map = { in ParseLineSection()
H A Dservice_parser.cpp535 const KeywordMap<ServiceParser::OptionParser>& ServiceParser::GetParserMap() const { in GetParserMap()
538 static const KeywordMap<ServiceParser::OptionParser> parser_map = { in GetParserMap()
/aosp12/system/sepolicy/tools/
H A Dinsertkeys.py4 from optparse import OptionParser
223 parser = OptionParser(usage=usage, version=version)
/aosp12/frameworks/base/tests/JankBench/scripts/
H A Drunall.py13 parser = optparse.OptionParser(usage=usage, description=desc)
H A Ditr_collect.py137 parser = optparse.OptionParser(usage=usage, description=desc)
H A Dcollect.py201 parser = optparse.OptionParser(usage=usage, description=desc)
/aosp12/build/make/tools/
H A Dparsedeps.py82 opts = optparse.OptionParser()
/aosp12/frameworks/base/packages/SystemUI/scripts/
H A Dnew_merge.py8 from optparse import OptionParser
/aosp12/frameworks/base/startop/scripts/iorap/
H A Dcompiler_ri.py254 …parser = optparse.OptionParser(usage="Usage: %prog [options]", description="Compile systrace file …
/aosp12/system/extras/pagecache/
H A Dpagecache.py352 parser = optparse.OptionParser(usage=usage, description=desc)