Searched defs:get_opcodes (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Ddifflib.py101 use .get_opcodes():
103 >>> for opcode in s.get_opcodes():
141 get_opcodes()
531 def get_opcodes(self): member in class:SequenceMatcher
550 >>> for tag, i1, i2, j1, j2 in s.get_opcodes():
590 Each group is in the same format as returned by get_opcodes().
611 codes = self.get_opcodes()
645 .get_matching_blocks() or .get_opcodes(), in which case you may
910 for tag, alo, ahi, blo, bhi in cruncher.get_opcodes():
1019 for tag, ai1, ai2, bj1, bj2 in cruncher.get_opcodes()
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Ddifflib.py101 use .get_opcodes():
103 >>> for opcode in s.get_opcodes():
141 get_opcodes()
531 def get_opcodes(self): member in class:SequenceMatcher
550 >>> for tag, i1, i2, j1, j2 in s.get_opcodes():
590 Each group is in the same format as returned by get_opcodes().
611 codes = self.get_opcodes()
645 .get_matching_blocks() or .get_opcodes(), in which case you may
910 for tag, alo, ahi, blo, bhi in cruncher.get_opcodes():
1019 for tag, ai1, ai2, bj1, bj2 in cruncher.get_opcodes()
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddifflib.py101 use .get_opcodes():
103 >>> for opcode in s.get_opcodes():
141 get_opcodes()
531 def get_opcodes(self): member in class:SequenceMatcher
550 >>> for tag, i1, i2, j1, j2 in s.get_opcodes():
590 Each group is in the same format as returned by get_opcodes().
611 codes = self.get_opcodes()
645 .get_matching_blocks() or .get_opcodes(), in which case you may
910 for tag, alo, ahi, blo, bhi in cruncher.get_opcodes():
1019 for tag, ai1, ai2, bj1, bj2 in cruncher.get_opcodes()
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddifflib.py101 use .get_opcodes():
103 >>> for opcode in s.get_opcodes():
141 get_opcodes()
531 def get_opcodes(self): member in class:SequenceMatcher
550 >>> for tag, i1, i2, j1, j2 in s.get_opcodes():
590 Each group is in the same format as returned by get_opcodes().
611 codes = self.get_opcodes()
645 .get_matching_blocks() or .get_opcodes(), in which case you may
910 for tag, alo, ahi, blo, bhi in cruncher.get_opcodes():
1019 for tag, ai1, ai2, bj1, bj2 in cruncher.get_opcodes()
[all...]

Completed in 161 milliseconds