/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_difflib.py | 158 i.make_table(f1a,t1a,'from','to',context=True), 160 i.make_table(f1b,t1b,'from','to',context=True), 162 i.make_table(f1a,t1a,'from','to',context=True,numlines=6), 164 i.make_table(f1a,t1a,'from','to',context=True,numlines=0), 166 i.make_table(f1a,f1a,'from','to',context=True), 168 i.make_table(f1a,f1a,'from','to',context=False), 170 i.make_table([],[],'from','to',context=True), 172 i.make_table([],[],'from','to',context=False), 174 j.make_table(f2,t2), 176 i.make_table(f2,t2) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_difflib.py | 158 i.make_table(f1a,t1a,'from','to',context=True), 160 i.make_table(f1b,t1b,'from','to',context=True), 162 i.make_table(f1a,t1a,'from','to',context=True,numlines=6), 164 i.make_table(f1a,t1a,'from','to',context=True,numlines=0), 166 i.make_table(f1a,f1a,'from','to',context=True), 168 i.make_table(f1a,f1a,'from','to',context=False), 170 i.make_table([],[],'from','to',context=True), 172 i.make_table([],[],'from','to',context=False), 174 j.make_table(f2,t2), 176 i.make_table(f2,t2) [all...] |
/external/markdown/ |
test-markdown.py | 273 htmlDiff = htmldiff.make_table(expected_lines, actual_lines,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
difflib.py | 1943 def make_table(self,fromlines,tolines,fromdesc='',todesc='',context=False, member in class:HtmlDiff [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
difflib.py | 1943 def make_table(self,fromlines,tolines,fromdesc='',todesc='',context=False, member in class:HtmlDiff [all...] |