Home
last modified time | relevance | path

Searched full:group (Results 1 – 25 of 750) sorted by relevance

12345678910>>...30

/cmsis-dsp-latest/Testing/TestScripts/
DParser.py24 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 …]
DNewParser.py222 group = Forward()
223 contained = OneOrMore(group | suite)
226group << disabled(CaselessKeyword("group") + message + Literal("{") + nodeDesc("desc") + contained…
227 group=group.ignore(cStyleComment | ("//" + restOfLine ))
228 group = group.setParseAction(parseNodeGroup)
231 tree = group.parseFile( filePath )
DCodeGen.py6 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/
Dbench_f16.txt1 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 …]
DprocessResult.py91 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 …]
Dbench.txt1 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 …]
Ddesc_f16.txt1 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 …]
DaddToDB.py285 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)
DaddToRegDB.py295 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)
DREADME.md155 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/
DTest.cpp81 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/
DTest.h82 // 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/
Darm_sin_cos_example.uvprojx384 <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/
Darm_dotproduct_example.uvprojx384 <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/
Darm_variance_example.uvprojx384 <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/
Darm_signal_converge_example.uvprojx384 <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/
Darm_bayes_example.uvprojx384 <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/
Darm_class_marks_example.uvprojx384 <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/
Darm_fft_bin_example.uvprojx384 <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/
Darm_convolution_example.uvprojx384 <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/
Darm_svm_example.uvprojx384 <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/
Darm_fir_example.uvprojx384 <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/
Darm_graphic_equalizer_example.uvprojx384 <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/
Darm_linear_interp_example.uvprojx384 <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/
Darm_matrix_example.uvprojx384 <Group>
398 </Group>
399 <Group>
408 </Group>
409 <Group>
411 </Group>
412 <Group>
414 </Group>
792 <Group>
806 </Group>
[all …]

12345678910>>...30