Searched full:desc (Results 1 – 8 of 8) sorted by relevance
/cmsis-dsp-latest/Testing/TestScripts/ |
D | NewParser.py | 37 if "class" in toks["desc"]: 38 d["class"] = toks["desc"]["class"] 39 if "folder" in toks["desc"]: 40 t.setPath(toks["desc"]["folder"]) 77 if "class" in toks["desc"]: 78 d["class"] = toks["desc"]["class"] 79 if "folder" in toks["desc"]: 80 t.setPath(toks["desc"]["folder"]) 218 …suite = disabled(CaselessKeyword("suite") + message + Literal("{") + nodeDesc("desc") + suiteDesc … 226 …group << disabled(CaselessKeyword("group") + message + Literal("{") + nodeDesc("desc") + contained…
|
D | desc.py | 5 name = 'Example Lexer for test desc'
|
/cmsis-dsp-latest/Testing/ |
D | extractDb.py | 15 lastID="""SELECT runid FROM RUN ORDER BY runid DESC LIMIT 1 160 …r=c.execute("select distinct typeid from %s WHERE %s order by typeid desc " % (benchTable,runidCMD… 166 …r=c.execute("select distinct coreid from %s WHERE %s order by coreid desc " % (benchTable,runidCMD… 570 def getHistory(desc,testid,indexCols): argument 571 benchName,sectionID,typeid,runid = desc 637 def formatTableBy(desc,byname,section,typeSection,testNames,cols,vals): argument 691 #history=getHistory(desc,testid,indexCols) 1004 desc=(benchName,compiler,aCoreID) 1007 … formatTableBy(desc,['type'],['core','version','compiler'],compilerSection,names,cols,vals) 1030 desc=(benchName,core,aTypeID) [all …]
|
D | README.md | 28 `python preprocess.py -f desc.txt` 396 ### Generate the cpp,h and txt files from the desc.txt file 407 python preprocess.py -f desc.txt 443 `python preprocess.py -f desc.txt` 694 AGroup should be the class name of a Group in the desc.txt 698 For instance, we have a BasicBenchmarks group is desc.txt
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | ExampleCategoryF32.cpp | 74 /* In both tests, the same function is tested as defined in desc.txt. in setUp() 104 Location of the file is defined by Folder directives in desc.txt test in tearDown()
|
/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | Example.py | 52 # This path must be compatible with the folder directives used in the desc.txt 56 # So both path defines in desc.txt are relative to those root folders.
|
/cmsis-dsp-latest/.github/workflows/ |
D | runtest.yaml | 68 python preprocess.py -f desc.txt -o Output.pickle
|
/cmsis-dsp-latest/Documentation/Doxygen/style_template/ |
D | extra_stylesheet.css | 1205 .directory td.desc {
|