Searched defs:traceBuffer (Results 1 – 5 of 5) sorted by relevance
37 const traceBuffer = new Uint8Array(await this.traceFile.file.arrayBuffer()); constant
57 const traceBuffer = new Uint8Array(await this.traceFile.file.arrayBuffer()); constant
92 const traceBuffer = new Uint8Array(await rawBugReport.file.arrayBuffer()); constant
198 private traceBuffer: Uint8Array[] = []; property in RecordController
422 private void traceBuffer(String msg, int cc, int off) { in traceBuffer() method in TransliteratorInputMethod