Home
last modified time | relevance | path

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

/external/toolchain-utils/user_activity_benchmarks/
Dutils_unittest.py34 cwp_function_groups_lines = \
38 result = utils.ParseFunctionGroups(cwp_function_groups_lines)
Dutils.py176 def ParseFunctionGroups(cwp_function_groups_lines): argument
191 return [tuple(line.split()) for line in cwp_function_groups_lines]
Dprocess_hot_functions_unittest.py165 cwp_function_groups_lines = ['group1 /a\n', 'group2 /b\n', 'group3 /c\n',
170 cwp_function_groups_lines)