Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/setting/
DSpWebHdcShell.ts147 const arrayA = new Uint8Array(compareA); constant
148 if (arrayA.length === compareB.length) {
149 for (let i = 0; i < arrayA.length; i++) {
150 const dd = arrayA[i];
477 const arrayA = new Uint8Array(resData); constant
478 if (arrayA[0] === 13 && arrayA[1] !== 10 && arrayA[1] !== 13) {
479 this.hdcRecvEnterAndBracket(arrayA, result);
480 } else if (this.isStartWidthArrayBuffer(arrayA, this.startRealTimeFlag)) {
481 let lastIndex = this.getLastRestorationIndex(arrayA, this.endRealTimeFlag);
483 this.textDecoder.decode(arrayA.slice(lastIndex, arrayA.length))
[all …]