Home
last modified time | relevance | path

Searched defs:maxVal (Results 1 – 6 of 6) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerSnaps.ts68 static maxVal: number | undefined = 0; property in SnapShotStruct
DProcedureWorkerDmaFence.ts95 static maxVal: number | undefined = 0; property in DmaFenceStruct
DProcedureWorkerLTPO.ts65 static maxVal: number | undefined; property in LtpoStruct
DProcedureWorkerHitchTime.ts67 static maxVal: number = 0; property in HitchTimeStruct
/developtools/ace_ets2bundle/compiler/tools/memory_dotting_viewer/memory/component/
DMemoryDotting.js187 drawAxis(ctx, width, height, padding, maxVal, minVal, timestamps) { argument
247 drawDataLines(ctx, width, height, padding, maxVal, minVal, timestamps, rssValues, data) { argument
265 drawLine(ctx, timestamps, values, padding, width, height, minVal, maxVal, type, data) { argument
/developtools/profiler/device/plugins/native_hook/test/
Dhook_test.c322 int RandInt(int maxVal, int minVal) in RandInt()