Home | History | Annotate | Download | only in media

Lines Matching refs:def

11   def __init__(self):
17 def AffectedFiles(self):
20 def AffectedSourceFiles(self, fn):
24 def ReadFile(self, f):
30 def __init__(self, message, items=None, long_text=''):
36 def __init__(self, message, items, long_text=''):
41 def __init__(self, message, items, long_text=''):
46 def __init__(self, message, items, long_text=''):
51 def __init__(self, message, items, long_text=''):
57 def __init__(self, local_path, new_contents):
62 def ChangedContents(self):
65 def NewContents(self):
68 def LocalPath(self):
73 def __init__(self, changed_files):
76 def LocalPaths(self):
83 def simpleCheck(self, contents, expected_errors):
93 def testValid(self):
96 def testValidComments(self):
100 def testValidMultiLine(self):
105 def testValidMultiLineComments(self):
111 def testNoPlusOne(self):
114 def testInvalidWithIgnore(self):
118 def testNoMax(self):
121 def testNoMaxNoPlusOne(self):
124 def testMultipleErrors(self):
129 def testValidAndInvalid(self):
134 def testInvalidMultiLine(self):
139 def testInvalidComments(self):
143 def testInvalidMultiLineComments(self):