Home | Sort by relevance Sort by last modified time |
/external/skia/tests/ | |
OnceTest.cpp | 12 static void add_five(int* x) { function 21 once(add_five, &x); 22 once(add_five, &x); 23 once(add_five, &x); 24 once(add_five, &x); 25 once(add_five, &x); |
/external/skqp/tests/ | |
OnceTest.cpp | 12 static void add_five(int* x) { function 21 once(add_five, &x); 22 once(add_five, &x); 23 once(add_five, &x); 24 once(add_five, &x); 25 once(add_five, &x); |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ | |
test_decorators.py | 283 def add_five(x):
function in function:TestClassDecorators.test_double 287 @add_five |
/external/python/cpython2/Lib/test/ | |
test_decorators.py | 283 def add_five(x): function in function:TestClassDecorators.test_double 287 @add_five |
/external/python/cpython3/Lib/test/ | |
test_decorators.py | 282 def add_five(x): function in function:TestClassDecorators.test_double 286 @add_five |
/external/tensorflow/tensorflow/python/eager/ | |
function_test.py | 2450 def add_five(x): function in function:FunctionTest.testExecutorType [all...] |