Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dlocale.py179 def format(percent, value, grouping=False, monetary=False, *additional): argument
192 def _format(percent, value, grouping=False, monetary=False, *additional): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dlocale.py185 def format(percent, value, grouping=False, monetary=False, *additional): argument
198 def _format(percent, value, grouping=False, monetary=False, *additional): argument
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
Dprofile.py294 percent = (trace_process * 100.00) / trace_size variable
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
Dsubr_prf.c241 const char *p, *percent, *q; in kvprintf() local