Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerSoInit.ts165 …ctx.fillStyle = ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.soName || '', 0, ColorUtils.FUNC_CO…
166 …let textColor = ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.soName || '', 0, ColorUtils.FUNC_CO…
DProcedureWorkerAllAppStartup.ts86 … ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.stepName || '', 0, ColorUtils.FUNC_COLOR.length)];
DProcedureWorkerCpuProfiler.ts258 … ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.name || '', 0, ColorUtils.FUNC_COLOR.length)];
268 … ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.name || '', 0, ColorUtils.FUNC_COLOR.length)]
DProcedureWorkerAppStartup.ts113 … ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.stepName || '', 0, ColorUtils.FUNC_COLOR.length)];
DProcedureWorkerFunc.ts190 …ctx.fillStyle = ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.funName || '', 0, ColorUtils.FUNC_C…
191 …let textColor = ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.funName || '', 0, ColorUtils.FUNC_C…
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DColorUtils.ts186 public static hashFunc(str: string, depth: number, max: number): number { method in ColorUtils
/developtools/smartperf_host/ide/src/trace/database/ui-worker/hiperf/
DProcedureWorkerHiPerfCallChart.ts134 …ctx.fillStyle = ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.name || '', 0, ColorUtils.FUNC_COLO…
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerCommon.test.ts239 expect(ColorUtils.hashFunc('', 10, 10)).toBe(3);