/cmsis-dsp-latest/Testing/TestScripts/ |
D | Parser.py | 24 GROUP = 3 variable in TreeElem 51 if self.kind == TreeElem.GROUP: 52 g="Group" 92 # for the patterns or output of a group of suite) 139 group = suite.parent 140 p = group.data["message"] 144 """ Add a group to this node 147 g (TreeElem) : group to add 162 A group is containing a suite or another group. 171 if c.kind == TreeElem.TEST and r != TreeElem.GROUP: [all …]
|
D | NewParser.py | 222 group = Forward() 223 contained = OneOrMore(group | suite) 226 …group << disabled(CaselessKeyword("group") + message + Literal("{") + nodeDesc("desc") + contained… 227 group=group.ignore(cStyleComment | ("//" + restOfLine )) 228 group = group.setParseAction(parseNodeGroup) 231 tree = group.parseFile( filePath )
|
D | CodeGen.py | 6 groupCode="""class %s : public Client::Group 9 %s(Testing::testID_t id):Client::Group(id) 65 """ Generate header definition for a group of tests 68 root (TreeElem) : group object to use 79 # Get the group ID 88 # suites and groups contained in this group. 112 # contained in this group. 223 if root.kind == TestScripts.Parser.TreeElem.GROUP: 224 # For a group, first iterate on the children then on the 256 elif root.kind == TestScripts.Parser.TreeElem.GROUP: [all …]
|
/cmsis-dsp-latest/Testing/ |
D | bench_f16.txt | 1 group Root { 4 group DSP Benchmarks { 8 group Statistics Benchmarks { 55 group Basic Maths { 91 group Complex Maths { 126 group Filtering { 130 group FIR { 165 group Convolutions / Correlations { 200 group BiQuads { 237 group Fast Maths { [all …]
|
D | processResult.py | 91 if elem.kind == TestScripts.Parser.TreeElem.GROUP: 92 kind = "Group" 140 if elem.kind == TestScripts.Parser.TreeElem.GROUP: 141 kind = "Group" 142 if kind == "Group": 225 if elem.kind == TestScripts.Parser.TreeElem.GROUP: 226 kind = "Group" 266 if elem.kind == TestScripts.Parser.TreeElem.GROUP: 267 kind = "Group" 329 data = m.group(1) [all …]
|
D | bench.txt | 1 group Root { 4 group DSP Benchmarks { 8 group Statistics Benchmarks { 193 group Basic Maths { 318 group Complex Maths { 410 group Quaternion Maths { 447 group Filtering { 451 group FIR { 578 group Convolutions / Correlations { 691 group Decimations / Interpolations { [all …]
|
D | desc_f16.txt | 1 group Root { 4 group DSP Tests { 8 group Statistics Tests { 139 group Support Tests { 214 group Interpolation Tests{ 258 group Basic Tests { 339 group Complex Tests { 402 group Fast Maths Tests { 445 group SVM Tests { 490 group Bayes Tests { [all …]
|
D | addToDB.py | 285 def addOneBenchmark(elem,fullPath,db,group,runid): argument 290 if group: 291 tableName = getGroup(group) 301 def addToDB(benchmark,dbpath,elem,group,runid): argument 306 addOneBenchmark(elem,benchPath,dbpath,group,runid) 309 addToDB(benchmark,dbpath,c,group,runid) 332 group=args.others[0] variable 334 group=None 335 addToDB(args.b,args.o,root,group,args.r)
|
D | addToRegDB.py | 295 def addOneBenchmark(elem,fullPath,db,group,runid): argument 300 if group: 301 tableName = getGroup(group) 311 def addToDB(benchmark,dbpath,elem,group,runid): argument 316 addOneBenchmark(elem,benchPath,dbpath,group,runid) 319 addToDB(benchmark,dbpath,c,group,runid) 342 group=args.others[0] variable 344 group=None 345 addToDB(args.b,args.o,root,group,args.r)
|
D | README.md | 155 group Root { 157 group DSP Test { 165 The script processTest.py is generating C++ codee for the group. 173 A test suite is more complex than a group since it contains the description of the tests and relate… 214 The file is in the folder defined with the folder properties of the group / suites. 319 Any node (Group, Suite or Function) can be disabled by using disabled { ...}. 321 A disabled group/suite/test is not executed (and its code not generated for group/suite). 427 You can pass a C++ class to specifiy that you want to generate tests only for a specific group or s… 694 AGroup should be the class name of a Group in the desc.txt 696 The suite in this Group should be compatible and have the same parameters. [all …]
|
/cmsis-dsp-latest/Testing/FrameworkSource/ |
D | Test.cpp | 81 Group::Group(Testing::testID_t id): in Group() function in Client::Group 88 void Group::addContainer(TestContainer *s) in addContainer() 93 TestContainer *Group::getContainer(Testing::testIndex_t id) in getContainer() 98 int Group::getNbContainer() in getNbContainer()
|
/cmsis-dsp-latest/Testing/FrameworkInclude/ |
D | Test.h | 82 // So a group ID, suite ID or test ID all have the same type 130 class Group; variable 189 // function in Group class. 195 virtual Testing::TestStatus run(Group*) = 0; 207 To be used for group and suite. Generally update 252 /** Dump an end of group/suite to output 381 group, suite or test. A group of test is considered as a test hence 595 // A group 596 // It is possible to add subgroups to a group 598 class Group:public TestContainer [all …]
|
/cmsis-dsp-latest/Examples/ARM/arm_sin_cos_example/ |
D | arm_sin_cos_example.uvprojx | 384 <Group> 393 </Group> 394 <Group> 403 </Group> 404 <Group> 406 </Group> 407 <Group> 409 </Group> 787 <Group> 796 </Group> [all …]
|
/cmsis-dsp-latest/Examples/ARM/arm_dotproduct_example/ |
D | arm_dotproduct_example.uvprojx | 384 <Group> 393 </Group> 394 <Group> 403 </Group> 404 <Group> 406 </Group> 407 <Group> 409 </Group> 787 <Group> 796 </Group> [all …]
|
/cmsis-dsp-latest/Examples/ARM/arm_variance_example/ |
D | arm_variance_example.uvprojx | 384 <Group> 393 </Group> 394 <Group> 403 </Group> 404 <Group> 406 </Group> 407 <Group> 409 </Group> 787 <Group> 796 </Group> [all …]
|
/cmsis-dsp-latest/Examples/ARM/arm_signal_converge_example/ |
D | arm_signal_converge_example.uvprojx | 384 <Group> 403 </Group> 404 <Group> 413 </Group> 414 <Group> 416 </Group> 417 <Group> 419 </Group> 797 <Group> 816 </Group> [all …]
|
/cmsis-dsp-latest/Examples/ARM/arm_bayes_example/ |
D | arm_bayes_example.uvprojx | 384 <Group> 393 </Group> 394 <Group> 403 </Group> 404 <Group> 406 </Group> 407 <Group> 409 </Group> 787 <Group> 796 </Group> [all …]
|
/cmsis-dsp-latest/Examples/ARM/arm_class_marks_example/ |
D | arm_class_marks_example.uvprojx | 384 <Group> 393 </Group> 394 <Group> 403 </Group> 404 <Group> 406 </Group> 407 <Group> 409 </Group> 787 <Group> 796 </Group> [all …]
|
/cmsis-dsp-latest/Examples/ARM/arm_fft_bin_example/ |
D | arm_fft_bin_example.uvprojx | 384 <Group> 398 </Group> 399 <Group> 408 </Group> 409 <Group> 411 </Group> 412 <Group> 414 </Group> 792 <Group> 806 </Group> [all …]
|
/cmsis-dsp-latest/Examples/ARM/arm_convolution_example/ |
D | arm_convolution_example.uvprojx | 384 <Group> 398 </Group> 399 <Group> 408 </Group> 409 <Group> 411 </Group> 412 <Group> 414 </Group> 792 <Group> 806 </Group> [all …]
|
/cmsis-dsp-latest/Examples/ARM/arm_svm_example/ |
D | arm_svm_example.uvprojx | 384 <Group> 393 </Group> 394 <Group> 403 </Group> 404 <Group> 406 </Group> 407 <Group> 409 </Group> 787 <Group> 796 </Group> [all …]
|
/cmsis-dsp-latest/Examples/ARM/arm_fir_example/ |
D | arm_fir_example.uvprojx | 384 <Group> 403 </Group> 404 <Group> 413 </Group> 414 <Group> 416 </Group> 417 <Group> 419 </Group> 797 <Group> 816 </Group> [all …]
|
/cmsis-dsp-latest/Examples/ARM/arm_graphic_equalizer_example/ |
D | arm_graphic_equalizer_example.uvprojx | 384 <Group> 403 </Group> 404 <Group> 413 </Group> 414 <Group> 416 </Group> 417 <Group> 419 </Group> 797 <Group> 816 </Group> [all …]
|
/cmsis-dsp-latest/Examples/ARM/arm_linear_interp_example/ |
D | arm_linear_interp_example.uvprojx | 384 <Group> 403 </Group> 404 <Group> 413 </Group> 414 <Group> 416 </Group> 417 <Group> 419 </Group> 797 <Group> 816 </Group> [all …]
|
/cmsis-dsp-latest/Examples/ARM/arm_matrix_example/ |
D | arm_matrix_example.uvprojx | 384 <Group> 398 </Group> 399 <Group> 408 </Group> 409 <Group> 411 </Group> 412 <Group> 414 </Group> 792 <Group> 806 </Group> [all …]
|