Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/hdc/common/
DBaseConversion.test.ts16 import { toHex8, toHex16, toHex32, toHex64, uint8ArrayToString } from '../../../dist/hdc/common/Bas…
52 expect(uint8ArrayToString([21, 31], false)).toEqual('2131');
56 expect(uint8ArrayToString([21, 31], true)).toEqual('151f');
/developtools/profiler/host/smartperf/ide/src/hdc/common/
DBaseConversion.ts52 export function uint8ArrayToString(array: Uint8Array, convertToHex16: boolean): string { function
/developtools/smartperf_host/ide/src/hdc/common/
DBaseConversion.ts52 export function uint8ArrayToString(array: Uint8Array, convertToHex16: boolean): string { function