Lines Matching refs:Command
3 Execute Command include @scripts/single-node/miv.resc
4 ${addr}= Execute Command sysbus GetSymbolAddress "main"
8 Execute Command include @scripts/single-node/miv.resc
9 ${addr}= Execute Command sysbus GetSymbolAddress "main" 0
13 Execute Command include @scripts/single-node/miv.resc
14 ${addr}= Execute Command sysbus GetSymbolAddress "__compound_literal.3" 0
16 ${addr}= Execute Command sysbus GetSymbolAddress "__compound_literal.3" 1
20 Execute Command include @scripts/single-node/miv.resc
21 Run Keyword And Expect Error *Wrong index* Execute Command sysbus GetSymbolAddress "main" 1
24 Execute Command include @scripts/single-node/miv.resc
25 …Run Keyword And Expect Error *Found 4 possible addresses* Execute Command sysbus GetSymbolAddr…
28 Execute Command include @scripts/single-node/miv.resc
29 … ${addr}= Execute Command python "print(hex(self.Machine.SystemBus.GetSymbolAddress('main')))"
33 Execute Command include @scripts/single-node/miv.resc
34 …${addr}= Execute Command python "print(hex(self.Machine.SystemBus.GetSymbolAddress('main', 0)…
38 Execute Command include @scripts/single-node/miv.resc
39 …${addr}= Execute Command python "print(hex(self.Machine.SystemBus.GetSymbolAddress('__compoun…
41 …${addr}= Execute Command python "print(hex(self.Machine.SystemBus.GetSymbolAddress('__compoun…
45 Execute Command include @scripts/single-node/miv.resc
46 …Run Keyword And Expect Error *Wrong index* Execute Command python "print(hex(self.Machine.Syst…
49 Execute Command include @scripts/single-node/miv.resc
50 …Run Keyword And Expect Error *Found 4 possible addresses* Execute Command python "print(hex(se…