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

  /external/chromium_org/third_party/skia/tests/
OnceTest.cpp 12 static void add_five(int* x) { function
21 SkOnce(&once, add_five, &x);
22 SkOnce(&once, add_five, &x);
23 SkOnce(&once, add_five, &x);
24 SkOnce(&once, add_five, &x);
25 SkOnce(&once, add_five, &x);
  /external/skia/tests/
OnceTest.cpp 12 static void add_five(int* x) { function
21 SkOnce(&once, add_five, &x);
22 SkOnce(&once, add_five, &x);
23 SkOnce(&once, add_five, &x);
24 SkOnce(&once, add_five, &x);
25 SkOnce(&once, add_five, &x);
  /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 213 milliseconds