Searched refs:line_type (Results 1 – 5 of 5) sorted by relevance
109 line_type = line['type']110 self.signature.update(line_type)112 if line_type == '{':115 elif line_type == '}':124 elif line_type == '.' or line_type == '!':129 raise Exception('Unknown line type: \'%s\'' % line_type)
495 line_type = 'swipe' if bool('swipe' in gesture) else 'basic'505 if line_type is 'swipe':539 speed, line_type)
1357 def __init__(self, line_type): argument1359 % (_MAXLINE, line_type))
1453 def __init__(self, line_type): argument1455 % (_MAXLINE, line_type))
425 const char line_type, in ParseFailedExpectLine() argument429 description << "Expect line: " << line_type << "=" << line_value; in ParseFailedExpectLine()