/system/core/libbacktrace/ |
backtrace_testlib.c | 45 int test_recursive_call(int level, void (*callback_func)(void*), void* data) { function 47 return test_recursive_call(level - 1, callback_func, data) + level;
|
backtrace_test.cpp | 85 int test_recursive_call(int, void (*)(void*), void*); 177 ASSERT_EQ(backtrace->GetFrame(MAX_BACKTRACE_FRAMES-1)->func_name, "test_recursive_call") 289 ASSERT_NE(test_recursive_call(MAX_BACKTRACE_FRAMES+10, VerifyMaxBacktrace, nullptr), 0); 361 ASSERT_NE(test_recursive_call(MAX_BACKTRACE_FRAMES+10, nullptr, nullptr), 0); 483 ASSERT_NE(test_recursive_call(MAX_BACKTRACE_FRAMES+10, VerifyMaxThread, nullptr), 0); 577 EXPECT_NE(test_recursive_call(MAX_BACKTRACE_FRAMES+10, ThreadSetState, data), 0); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_descr.py | 3594 def test_recursive_call(self): function [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_descr.py | 3594 def test_recursive_call(self): function [all...] |