Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Testing/
DextractDb.py187 allCompilers="""select distinct compilerid from %s WHERE typeid=?""" variable
204 r=c.execute(allCompilers % benchTable,(typeid,)).fetchall()
981 allCompilers = getExistingCompilerForCore(benchName,aCoreID)
982 for compiler in allCompilers:
1034 allCompilers = getExistingCompiler(benchName,aTypeID)
1035 for compiler in allCompilers:
1048 allCompilers = getExistingCompiler(benchName,aTypeID)
1049 for compiler in allCompilers: