Home
last modified time | relevance | path

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

/external/toolchain-utils/user_activity_benchmarks/
Dprocess_hot_functions.py295 group_lines = group_statistics[0]
299 group_lines.append(','.join([function, statistics[0],
302 (group_lines, group_common_path, group_inclusive_count,
/external/ply/ply/ply/
Dcpp.py281 def group_lines(self,input): member in Preprocessor
617 lines = self.group_lines(t)
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.cpp2057 sb_set<unsigned> group_lines; in try_reserve() local
2059 unsigned nl = kt.get_lines(group_lines); in try_reserve()
2063 lines.add_set(group_lines); in try_reserve()