Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpstats.py146 if len(func_std_string(func)) > self.max_name_len:
147 self.max_name_len = len(func_std_string(func))
240 (func_std_string(func), func))
260 if len(func_std_string(newfunc)) > max_name_len:
261 max_name_len = len(func_std_string(newfunc))
311 if rex.search(func_std_string(func)):
347 if len(func_std_string(func)) > width:
348 width = len(func_std_string(func))
412 print >> self.stream, func_std_string(source).ljust(name_size) + arrow,
420 name = func_std_string(func)
[all …]