HomeSort by relevance Sort by last modified time
    Searched full:add_five (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
OnceTest.cpp 13 static void add_five(int* x) { function
22 SkOnce(&st_once, add_five, &x);
23 SkOnce(&st_once, add_five, &x);
24 SkOnce(&st_once, add_five, &x);
25 SkOnce(&st_once, add_five, &x);
26 SkOnce(&st_once, add_five, &x);
FunctionTest.cpp 18 static int add_five(int x) { return x + 5; } function
36 test_add_five(r, &add_five);
53 add_fivers.push_back(&add_five);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decorators.py 283 def add_five(x): function in function:TestClassDecorators.test_double
287 @add_five
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decorators.py 283 def add_five(x): function in function:TestClassDecorators.test_double
287 @add_five

Completed in 108 milliseconds