Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Testing/
DaddToRegDB.py123 def findInTable(conn,table,keystr,strv,key): function
148 dateid = findInTable(conn,"TESTDATE","date",str(fullDate),"testdateid")
240 val = findInTable(conn,"CATEGORY","category",testField,"categoryid")
243 val = findInTable(conn,"TESTNAME","name",row[field],"testnameid")
246 val = findInTable(conn,"TESTDATE","date",str(row[field]),"testdateid")
249 val = findInTable(conn,"CORE","coredef",row[field],"coreid")
253 val = findInTable(conn,"PLATFORM","platform",row[field],"platformid")
257 val = findInTable(conn,"TYPE","type",keys["TYPE"],"typeid")
260 compilerkind = findInTable(conn,"COMPILERKIND","compiler",row[field],"compilerkindid")
288 dateid = findInTable(conn,"TESTDATE","date",str(fullDate),"testdateid")
DaddToDB.py117 def findInTable(conn,table,keystr,strv,key): function
142 dateid = findInTable(conn,"TESTDATE","date",str(fullDate),"testdateid")
233 val = findInTable(conn,"CATEGORY","category",testField,"categoryid")
236 val = findInTable(conn,"TESTNAME","name",row[field],"testnameid")
239 val = findInTable(conn,"TESTDATE","date",str(row[field]),"testdateid")
242 val = findInTable(conn,"CORE","coredef",row[field],"coreid")
246 val = findInTable(conn,"PLATFORM","platform",row[field],"platformid")
250 val = findInTable(conn,"TYPE","type",keys["TYPE"],"typeid")
253 compilerkind = findInTable(conn,"COMPILERKIND","compiler",row[field],"compilerkindid")
278 dateid = findInTable(conn,"TESTDATE","date",str(fullDate),"testdateid")