Searched refs:funcNames (Results 1 – 3 of 3) sorted by relevance
329 void test(string funcNames[FUNC_NAME_NUM_NAMES], in test()338 string msgChk = funcNames[FUNC_NAME_CREATE_SYNC] + "()"; in test()341 log << TestLog::Message << m_sync << " = " << funcNames[FUNC_NAME_CREATE_SYNC] << "(" << in test()377 void test(string funcNames[FUNC_NAME_NUM_NAMES], in test()386 string msgChk = funcNames[FUNC_NAME_CREATE_SYNC] + "()"; in test()393 log << TestLog::Message << m_sync << " = " << funcNames[FUNC_NAME_CREATE_SYNC] << in test()429 void test(string funcNames[FUNC_NAME_NUM_NAMES], in test()440 log << TestLog::Message << m_sync << " = " << funcNames[FUNC_NAME_CREATE_SYNC] << in test()489 void test(string funcNames[FUNC_NAME_NUM_NAMES], in test()501 log << TestLog::Message << m_sync << " = " << funcNames[FUNC_NAME_CREATE_SYNC] << "(" << in test()[all …]
186 const FunctionNames funcNames = getExtFunctionNames(m_extName); in executeTest() local188 DE_ASSERT(funcNames.numFunctions > 0); in executeTest()193 for (int funcNdx = 0; funcNdx < funcNames.numFunctions; funcNdx++) in executeTest()195 const char* funcName = funcNames.functions[funcNdx]; in executeTest()300 const FunctionNames funcNames = getCoreFunctionNames(m_apiType); in executeTest() local324 for (int funcNdx = 0; funcNdx < funcNames.numFunctions; funcNdx++) in executeTest()326 const char* funcName = funcNames.functions[funcNdx]; in executeTest()
1648 funcNames = []1657 funcNames.append(func.name)1661 for funcName in funcNames: