Searched refs:bJumpDo (Results 1 – 7 of 7) sorted by relevance
| /developtools/smartperf_host/ide/test/hdc/hdcclient/ |
| D | FormatCommand.test.ts | 23 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/ |
| D | FormatCommand.ts | 23 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/ |
| D | FormatCommand.ts | 23 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/ |
| D | Utils.test.ts | 39 bJumpDo: false, 47 bJumpDo: true, 55 bJumpDo: true,
|
| /developtools/hdc/src/host/ |
| D | translate.cpp | 200 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 …]
|
| D | translate.h | 24 bool bJumpDo; member
|
| D | server_for_client.cpp | 825 if (formatCommand.bJumpDo) { in ReadChannel()
|