Searched refs:start_a (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/tools/ |
D | diff.py | 44 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/ |
D | diff.py | 46 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/ |
D | memory-planner.c | 73 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/ |
D | htmllib.py | 383 def start_a(self, attrs): member in HTMLParser
|
/external/python/cpython2/Tools/webchecker/ |
D | webchecker.py | 808 def start_a(self, attributes): member in MyHTMLParser
|