Searched refs:d02 (Results 1 - 8 of 8) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
H A Dpy2_test_grammar.py224 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
225 d02()
226 d02(1)
227 d02(1, 2)
228 d02(*(1, 2))
229 d02(1, *(2,))
230 d02(1, **{'b':2})
231 d02(**{'a': 1, 'b': 2})
H A Dpy3_test_grammar.py212 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
213 d02()
214 d02(1)
215 d02(1, 2)
216 d02(*(1, 2))
217 d02(1, *(2,))
218 d02(1, **{'b':2})
219 d02(**{'a': 1, 'b': 2})
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_grammar.py221 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
222 d02()
223 d02(1)
224 d02(1, 2)
225 d02(*(1, 2))
226 d02(1, *(2,))
227 d02(1, **{'b':2})
228 d02(**{'a': 1, 'b': 2})
H A Dtest_multiprocessing.py1981 d02 = Foo()
1982 util.Finalize(d02, conn.send, args=('d02',), exitpriority=0)
2005 self.assertEqual(result, ['a', 'b', 'd10', 'd03', 'd02', 'd01', 'e'])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
H A Dpy2_test_grammar.py224 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
225 d02()
226 d02(1)
227 d02(1, 2)
228 d02(*(1, 2))
229 d02(1, *(2,))
230 d02(1, **{'b':2})
231 d02(**{'a': 1, 'b': 2})
H A Dpy3_test_grammar.py212 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
213 d02()
214 d02(1)
215 d02(1, 2)
216 d02(*(1, 2))
217 d02(1, *(2,))
218 d02(1, **{'b':2})
219 d02(**{'a': 1, 'b': 2})
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_grammar.py221 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
222 d02()
223 d02(1)
224 d02(1, 2)
225 d02(*(1, 2))
226 d02(1, *(2,))
227 d02(1, **{'b':2})
228 d02(**{'a': 1, 'b': 2})
H A Dtest_multiprocessing.py1981 d02 = Foo()
1982 util.Finalize(d02, conn.send, args=('d02',), exitpriority=0)
2005 self.assertEqual(result, ['a', 'b', 'd10', 'd03', 'd02', 'd01', 'e'])

Completed in 1303 milliseconds