Home
last modified time | relevance | path

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

/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/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/XNNPACK/src/
Dmemory-planner.c73 const size_t start_a = ((struct memory_block*)a)->start; in cmp_memory_block() local
75 return (start_a > start_b) - (start_a < start_b); in cmp_memory_block()
/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