Home
last modified time | relevance | path

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

/third_party/python/Lib/lib2to3/tests/data/
H A Dpy3_test_grammar.py236 def d02(a=1, b=2): pass function
237 d02()
238 d02(1)
239 d02(1, 2)
240 d02(*(1, 2))
241 d02(1, *(2,))
242 d02(1, **{'b':2})
243 d02(**{'a': 1, 'b': 2})
H A Dpy2_test_grammar.py224 def d02(a=1, b=2): pass function
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})
/third_party/python/Lib/test/
H A Dtest_grammar.py594 def d02(a=1, b=2): pass function
595 d02()
596 d02(1)
597 d02(1, 2)
598 d02(*(1, 2))
599 d02(1, *(2,))
600 d02(1, **{'b':2})
601 d02(**{'a': 1, 'b': 2})
H A D_test_multiprocessing.py4392 d02 = Foo()
4393 util.Finalize(d02, conn.send, args=('d02',), exitpriority=0)
4416 self.assertEqual(result, ['a', 'b', 'd10', 'd03', 'd02', 'd01', 'e'])
/third_party/openssl/test/
H A Dsanitytest.c32 a02, b02, c02, d02, e02, f02, g02, h02, i02, j02, in test_sanity_enum_size() enumerator

Completed in 15 milliseconds