Home | History | Annotate | Download | only in collperf

Lines Matching refs:testname

662 #define TEST(testname, classname, arg1, arg2, arg3, arg4, arg5, arg6) \
664 name = #testname;\
684 #define TEST_KEYGEN(testname, func)\
685 TEST(testname, CmdKeyGen, col, win_langid, count, rnd_index, &CmdKeyGen::func, 0)
694 #define TEST_ITER(testname, func)\
695 TEST(testname, CmdIter, col, count, icu_data, &CmdIter::func,0,0)
701 #define TEST_ITER_ALL(testname, func)\
702 TEST(testname, CmdIterAll, col, icu_data_all_len, icu_data_all, CmdIterAll::func,0,0)
708 #define TEST_QSORT(testname, func)\
709 TEST(testname, CmdQsort, rnd_index, count, sizeof(DataIndex), CmdQsort::func,0,0)
721 #define TEST_BIN(testname, func)\
722 TEST(testname, CmdBinSearch, col, win_langid, count, rnd_index, ord_icu_key, &CmdBinSearch::func)