Home
last modified time | relevance | path

Searched refs:add_two (Results 1 - 2 of 2) sorted by relevance

/third_party/openssl/test/
H A Dasynctest.c29 static int add_two(void *args) in add_two() function
206 || ASYNC_start_job(&job, waitctx, &funcret, add_two, NULL, 0) in test_ASYNC_start_job()
209 || ASYNC_start_job(&job, waitctx, &funcret, add_two, NULL, 0) in test_ASYNC_start_job()
/third_party/python/Lib/test/
H A Dtest_inspect.py1568 add_two = make_adder(2)
1572 self.assertEqual(_nonlocal_vars(add_two), {'x': 2})

Completed in 11 milliseconds