Searched refs:add_five (Results 1 – 5 of 5) sorted by relevance
/external/skqp/tests/ |
D | OnceTest.cpp | 12 static void add_five(int* x) { in add_five() function 21 once(add_five, &x); in DEF_TEST() 22 once(add_five, &x); in DEF_TEST() 23 once(add_five, &x); in DEF_TEST() 24 once(add_five, &x); in DEF_TEST() 25 once(add_five, &x); in DEF_TEST()
|
/external/skia/tests/ |
D | OnceTest.cpp | 12 static void add_five(int* x) { in add_five() function 21 once(add_five, &x); in DEF_TEST() 22 once(add_five, &x); in DEF_TEST() 23 once(add_five, &x); in DEF_TEST() 24 once(add_five, &x); in DEF_TEST() 25 once(add_five, &x); in DEF_TEST()
|
/external/python/cpython2/Lib/test/ |
D | test_decorators.py | 283 def add_five(x): function 287 @add_five
|
/external/python/cpython3/Lib/test/ |
D | test_decorators.py | 325 def add_five(x): function 329 @add_five
|
/external/tensorflow/tensorflow/python/eager/ |
D | function_test.py | 3211 def add_five(x): function 3216 add_five(constant_op.constant(0, dtype=dtypes.int32)).numpy()) 3220 add_five(constant_op.constant(0, dtype=dtypes.int32)) 3226 add_five(constant_op.constant(0, dtype=dtypes.int32)).numpy())
|