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

  /external/stlport/test/unit/
bind_test.cpp 91 int test_func1 (const int &param1, const int &param2) { function
105 transform(array, array + 3, array, bind2nd(ptr_fun(test_func1), 1));
106 transform(array, array + 3, array, bind1st(ptr_fun(test_func1), -1));
  /ndk/tests/device/test-gnustl-full/unit/
bind_test.cpp 91 int test_func1 (const int &param1, const int &param2) { function
105 transform(array, array + 3, array, bind2nd(ptr_fun(test_func1), 1));
106 transform(array, array + 3, array, bind1st(ptr_fun(test_func1), -1));
  /ndk/tests/device/test-stlport/unit/
bind_test.cpp 91 int test_func1 (const int &param1, const int &param2) { function
105 transform(array, array + 3, array, bind2nd(ptr_fun(test_func1), 1));
106 transform(array, array + 3, array, bind1st(ptr_fun(test_func1), -1));

Completed in 225 milliseconds