Home
last modified time | relevance | path

Searched defs:convert (Results 1 – 4 of 4) sorted by relevance

/system/extras/tests/workloads/
Dcapture.sh27 function convert { function
/system/update_engine/scripts/update_payload/
Dchecker_unittest.py155 def SetupAddElemTest(self, is_present, is_submsg, convert=str, argument
193 def DoAddElemTest(self, is_present, is_mandatory, is_submsg, convert, argument
220 def DoAddFieldTest(self, is_mandatory, is_present, convert, linebreak, argument
Dchecker.py343 def _CheckElem(msg, name, report, is_mandatory, is_submsg, convert=str, argument
422 def _CheckMandatoryField(msg, field_name, report, msg_name, convert=str, argument
430 def _CheckOptionalField(msg, field_name, report, convert=str, argument
/system/core/liblog/
Dlogprint.cpp1292 struct timespec convert; in convertMonotonic() member
1294 struct timespec time, convert; in convertMonotonic() local