Searched refs:msg (Results 1 – 2 of 2) sorted by relevance
/cmsis-dsp-latest/dsppp/ |
D | run_all.py | 41 def __init__(self,msg,error=False): argument 43 self._msg = msg 50 def msg(self): member in Result 58 print(res.msg,file=err) 259 print(res.msg) 263 def process_allocator_data(test_name,test,msg,subtest): argument 264 lines = msg.splitlines() 291 def process_bench(test_name,test,msg,subtest): argument 293 lines = msg.splitlines() 302 def process_result(test_name,test,msg,subtest): argument [all …]
|
/cmsis-dsp-latest/Testing/cmsis_build/ |
D | runall.py | 65 def __init__(self,msg,error=False): argument 67 self._msg = msg 74 def msg(self): member in Result 313 print(res.msg,file=f) 331 print(res.msg,file=f) 339 print(res.msg,file=f) 344 print(res.msg,file=o) 347 print(res.msg) 354 print(res.msg,file=f) 362 print(res.msg,file=f)
|