Home
last modified time | relevance | path

Searched refs:test_func2 (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dbind_test.cpp95 int test_func2 (int &param1, int param2) { in test_func2() function
111 transform(array, array + 3, array, bind2nd(ptr_fun(test_func2), 10)); in bind2nd3()
/ndk/tests/device/test-stlport/unit/
Dbind_test.cpp95 int test_func2 (int &param1, int param2) { in test_func2() function
111 transform(array, array + 3, array, bind2nd(ptr_fun(test_func2), 10)); in bind2nd3()