Home
last modified time | relevance | path

Searched defs:minVal (Results 1 – 2 of 2) sorted by relevance

/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()