Lines Matching refs:p
37 def p_uid_active_time_table(self, p): argument
39 p[0] = p[1:]
41 def p_cpus(self, p): argument
43 p[0] = p[3]
45 def p_uid_active_time(self, p): argument
47 p[0] = [p[1], p[3]]
78 def p_uid_policy_time_table(self, p): argument
80 p[0] = p[1:]
82 def p_header_row(self, p): argument
84 p[0] = sum(int(x) for x in p[1])
86 def p_policy_info(self, p): argument
88 p[0] = p[4]
90 def p_uid_policy_time(self, p): argument
92 p[0] = [p[1], p[3]]