Home
last modified time | relevance | path

Searched refs:bJumpDo (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/ide/test/hdc/hdcclient/
DFormatCommand.test.ts23 bJumpDo: true,
31 bJumpDo: false,
39 bJumpDo: false,
47 bJumpDo: false,
55 bJumpDo: false,
63 bJumpDo: true,
71 bJumpDo: true,
/developtools/profiler/host/smartperf/ide/src/hdc/hdcclient/
DFormatCommand.ts23 bJumpDo: boolean; // boolean property in FormatCommand
25 constructor(cmdFlag: number, parameters: string, bJumpDo: boolean) {
28 this.bJumpDo = bJumpDo;
46 formatCommand.bJumpDo = true;
50 log('formatCommand bJumpDo is : ' + formatCommand.bJumpDo);
/developtools/smartperf_host/ide/src/hdc/hdcclient/
DFormatCommand.ts23 bJumpDo: boolean; // boolean property in FormatCommand
25 constructor(cmdFlag: number, parameters: string, bJumpDo: boolean) {
28 this.bJumpDo = bJumpDo;
46 formatCommand.bJumpDo = true;
50 log('formatCommand bJumpDo is : ' + formatCommand.bJumpDo);
/developtools/smartperf_host/ide/test/hdc/common/
DUtils.test.ts39 bJumpDo: false,
47 bJumpDo: true,
55 bJumpDo: true,
/developtools/hdc/src/host/
Dtranslate.cpp200 outCmd->bJumpDo = true; in TargetConnect()
210 outCmd->bJumpDo = true; in TargetConnect()
221 outCmd->bJumpDo = true; in TargetConnect()
244 outCmd->bJumpDo = true; in ForwardPort()
263 outCmd->bJumpDo = true; in RunMode()
268 outCmd->bJumpDo = true; in RunMode()
294 outCmd->bJumpDo = true; in String2FormatCommand()
303 outCmd->bJumpDo = true; in String2FormatCommand()
349 outCmd->bJumpDo = true; in String2FormatCommand()
374 outCmd->bJumpDo = true; in String2FormatCommand()
[all …]
Dtranslate.h24 bool bJumpDo; member
Dserver_for_client.cpp825 if (formatCommand.bJumpDo) { in ReadChannel()