Searched refs:d22 (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
H A Dpy2_test_grammar.py236 def d22(a, b, c=1, d=2): pass function in function:GrammarTests.testFuncdef
237 d22(1, 2)
238 d22(1, 2, 3)
239 d22(1, 2, 3, 4)
H A Dpy3_test_grammar.py224 def d22(a, b, c=1, d=2): pass function in function:GrammarTests.testFuncdef
225 d22(1, 2)
226 d22(1, 2, 3)
227 d22(1, 2, 3, 4)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_grammar.py233 def d22(a, b, c=1, d=2): pass function in function:GrammarTests.testFuncdef
234 d22(1, 2)
235 d22(1, 2, 3)
236 d22(1, 2, 3, 4)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
H A Dpy2_test_grammar.py236 def d22(a, b, c=1, d=2): pass function in function:GrammarTests.testFuncdef
237 d22(1, 2)
238 d22(1, 2, 3)
239 d22(1, 2, 3, 4)
H A Dpy3_test_grammar.py224 def d22(a, b, c=1, d=2): pass function in function:GrammarTests.testFuncdef
225 d22(1, 2)
226 d22(1, 2, 3)
227 d22(1, 2, 3, 4)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_grammar.py233 def d22(a, b, c=1, d=2): pass function in function:GrammarTests.testFuncdef
234 d22(1, 2)
235 d22(1, 2, 3)
236 d22(1, 2, 3, 4)

Completed in 24 milliseconds