Searched refs:nb_pred_calls (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/device/test-stlport/unit/ |
D | partition_test.cpp | 58 size_t nb_pred_calls = 0; in stblptn0() local 59 stable_partition((int*)numbers, (int*)numbers + 6, less_n(10, nb_pred_calls)); in stblptn0() 69 CPPUNIT_ASSERT( nb_pred_calls == sizeof(numbers) / sizeof(numbers[0]) ); in stblptn0() 78 size_t nb_pred_calls = 0; in stblptn1() local 79 stable_partition(v1.begin(), v1.end(), less_n(11, nb_pred_calls)); in stblptn1() 91 CPPUNIT_ASSERT( nb_pred_calls == v1.size() ); in stblptn1() 96 size_t nb_pred_calls = 0; in ptition0() local 98 partition((int*)numbers, (int*)numbers + 6, less_n(10, nb_pred_calls)); in ptition0() 106 CPPUNIT_ASSERT( nb_pred_calls == sizeof(numbers) / sizeof(numbers[0]) ); in ptition0() 116 size_t nb_pred_calls = 0; in ptition1() local [all …]
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | partition_test.cpp | 58 size_t nb_pred_calls = 0; in stblptn0() local 59 stable_partition((int*)numbers, (int*)numbers + 6, less_n(10, nb_pred_calls)); in stblptn0() 69 CPPUNIT_ASSERT( nb_pred_calls == sizeof(numbers) / sizeof(numbers[0]) ); in stblptn0() 78 size_t nb_pred_calls = 0; in stblptn1() local 79 stable_partition(v1.begin(), v1.end(), less_n(11, nb_pred_calls)); in stblptn1() 91 CPPUNIT_ASSERT( nb_pred_calls == v1.size() ); in stblptn1() 96 size_t nb_pred_calls = 0; in ptition0() local 98 partition((int*)numbers, (int*)numbers + 6, less_n(10, nb_pred_calls)); in ptition0() 106 CPPUNIT_ASSERT( nb_pred_calls == sizeof(numbers) / sizeof(numbers[0]) ); in ptition0() 116 size_t nb_pred_calls = 0; in ptition1() local [all …]
|