Home
last modified time | relevance | path

Searched refs:another_function (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Doc/library/
Dtraceback.rst246 >>> def another_function():
254 >>> another_function()
256 another_function()
257 File "<doctest>", line 3, in another_function
261 [('<doctest>', 10, '<module>', 'another_function()'),
262 ('<doctest>', 3, 'another_function', 'lumberstack()'),
264 [' File "<doctest>", line 10, in <module>\n another_function()\n',
265 ' File "<doctest>", line 3, in another_function\n lumberstack()\n',
/aosp_15_r20/external/clang/test/Analysis/
H A Dcoverage.c7 static int another_function(int *y) { in another_function() function
29 *y = another_function(x); in function_which_doesnt_give_up_nested()
52 *x += another_function(x); in coverage4()
/aosp_15_r20/external/python/cpython3/Doc/library/
Dtraceback.rst537 >>> def another_function():
545 >>> another_function()
547 another_function()
548 File "<doctest>", line 3, in another_function
552 [('<doctest>', 10, '<module>', 'another_function()'),
553 ('<doctest>', 3, 'another_function', 'lumberstack()'),
555 [' File "<doctest>", line 10, in <module>\n another_function()\n',
556 ' File "<doctest>", line 3, in another_function\n lumberstack()\n',