Home
last modified time | relevance | path

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

/cmsis-dsp-3.7.0-3.6.0/Testing/
DextractDb.py87 runidCMD=[]
94 runidCMD += ["(%s >= ? AND %s <= ?)" % (field,field)]
99 runidCMD += ["%s == ?" % field]
104 runidCMD = "(" + "".join(joinit(runidCMD," OR ")) + ")"
106 return(runidval,runidCMD,runidVIEWcmd)
110 runidval,runidCMD,runidVIEWcmd = parseSelector(args.others) variable
116 runidCMD = "runid = ?" variable
132 runidCMD += " AND %s" % coreidCMD
160 …t distinct typeid from %s WHERE %s order by typeid desc " % (benchTable,runidCMD),runidval).fetcha…
166 …t distinct coreid from %s WHERE %s order by coreid desc " % (benchTable,runidCMD),runidval).fetcha…
[all …]