Home
last modified time | relevance | path

Searched refs:units (Results 1 – 4 of 4) sorted by relevance

/system/media/camera/docs/
Dmetadata_template.mako162 % if prop.units is not None:
163 <units>${prop.units | x}</units>
Dmetadata_helpers.py669 if entry.units:
670 text += '\n\n<b>Units</b>: %s\n' % (dedent(entry.units))
Dhtml.mako331 % if prop.units is not None:
332 ${prop.units | wbr}
Dmetadata_model.py1191 def units(self): member in Entry