Home
last modified time | relevance | path

Searched refs:d22 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dpy3_test_grammar.py224 def d22(a, b, c=1, d=2): pass function
225 d22(1, 2)
226 d22(1, 2, 3)
227 d22(1, 2, 3, 4)
Dpy2_test_grammar.py236 def d22(a, b, c=1, d=2): pass function
237 d22(1, 2)
238 d22(1, 2, 3)
239 d22(1, 2, 3, 4)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_grammar.py233 def d22(a, b, c=1, d=2): pass function
234 d22(1, 2)
235 d22(1, 2, 3)
236 d22(1, 2, 3, 4)
Dtokenize_tests.txt146 def d22(a, b, c=1, d=2): pass