Home
last modified time | relevance | path

Searched refs:textDecoder (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/ide/src/hdc/message/
DDataMessage.ts70 let textDecoder = new TextDecoder(); variable
71 this._result = textDecoder.decode(this._resArrayBuffer);
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpWebHdcShell.ts46 private textDecoder: TextDecoder = new TextDecoder(); property in SpWebHdcShell
483 this.textDecoder.decode(arrayA.slice(lastIndex, arrayA.length))
488 this.textDecoder.decode(arrayA.slice(6, arrayA.length))
510 … this.resultStr.substring(0, index + 1) + this.textDecoder.decode(arrayA.slice(1, arrayA.length));
515 … this.cursorRow.substring(0, index + 1) + this.textDecoder.decode(arrayA.slice(1, arrayA.length));
/developtools/smartperf_host/ide/src/hdc/common/
DSerialize.ts295 let textDecoder = new TextDecoder();
296 return textDecoder.decode(arrayBuffer);