Searched defs:is_mandatory (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/update_engine/scripts/update_payload/ |
H A D | checker_unittest.py | 226 def DoAddElemTest(self, is_present, is_mandatory, is_submsg, convert, argument 253 def DoAddFieldTest(self, is_mandatory, is_present, convert, linebreak, argument 283 def DoAddSubMsgTest(self, is_mandatory, is_present): argument
|
H A D | checker.py | 341 def _CheckElem(msg, name, report, is_mandatory, is_submsg, convert=str, argument
|