Lines Matching refs:def
29 def repeat_rule(to_repeat, zero_ok=False):
35 def p_multiple(self, p):
50 def literal_token(tok):
57 def t_token(self, t):
78 def t_HEX_LITERAL(self, t):
83 def t_FLOAT(self, t):
88 def t_NUMBER(self, t):
102 def t_DASH(self, t):
106 def t_NEWLINE(self, t):
113 def t_error(self, t):
119 def p_error(self, p):
123 def p_empty(self, p):
127 def __init__(self):
139 def parse_line(self, rule, line, custom={}):
158 def parse_contents(self, file_contents):
173 def get_path(self):
177 def prepare_test(self, shell):
188 def result_correct(self, parse_result):
192 def test_format(self):
199 def get_permission_checker(self):