Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/test/hdc/common/
DBaseConversion.test.ts16 import {toHex8,toHex16,toHex32,toHex64,uint8ArrayToString} from "../../../dist/hdc/common/BaseConve…
53 expect(uint8ArrayToString([21,31],false)).toEqual("2131")
57 expect(uint8ArrayToString([21,31],true)).toEqual("151f")
/developtools/profiler/host/smartperf/ide/src/hdc/common/
DBaseConversion.ts51 export function uint8ArrayToString(array: Uint8Array, convertToHex16: boolean): string { function