Home
last modified time | relevance | path

Searched refs:is_mandatory (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/scripts/update_payload/
Dchecker_unittest.py226 def DoAddElemTest(self, is_present, is_mandatory, is_submsg, convert, argument
241 args = (msg, name, report, is_mandatory, is_submsg)
243 if is_mandatory and not is_present:
253 def DoAddFieldTest(self, is_mandatory, is_present, convert, linebreak, argument
270 if is_mandatory:
277 if is_mandatory and not is_present:
283 def DoAddSubMsgTest(self, is_mandatory, is_present): argument
294 if is_mandatory:
301 if is_mandatory and not is_present:
Dchecker.py341 def _CheckElem(msg, name, report, is_mandatory, is_submsg, convert=str, argument
371 if is_mandatory: