Home
last modified time | relevance | path

Searched refs:start_a (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/tools/
Ddiff.py46 def __init__(self, header, file_a, file_b, start_a, len_a, start_b, len_b): argument
48 self.left = DiffLines(file_a, start_a, len_a)
106 start_a = int(diffrange.group(1))
109 start_a = 1
120 hunk = DiffHunk(header, a, b, start_a, len_a, start_b, len_b)
/external/libvpx/libvpx/tools/
Ddiff.py44 def __init__(self, header, file_a, file_b, start_a, len_a, start_b, len_b): argument
46 self.left = DiffLines(file_a, start_a, len_a)
104 start_a = int(diffrange.group(1))
107 start_a = 1
118 hunk = DiffHunk(header, a, b, start_a, len_a, start_b, len_b)
/external/python/cpython2/Lib/
Dhtmllib.py383 def start_a(self, attrs): member in HTMLParser
/external/python/cpython2/Tools/webchecker/
Dwebchecker.py808 def start_a(self, attributes): member in MyHTMLParser