Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
Dsp_utils.cpp44 std::string str1 = a.substr(0, a.find_first_of("0123456789")); in Cmp() local
46 if (str1 != str2) { in Cmp()
47 return str1 < str2; in Cmp()
49 int num1 = std::stoi(a.substr(str1.length())); in Cmp()
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerCommon.ts1403 str1: string,
1411 data.textMetrics1Width = ctx.measureText(str1).width;
1414 let charWidth = Math.round(data.textMetrics1Width / str1.length);
1420 ctx.fillText(str1, x, y1, fillTextWidth);
1426 ctx.fillText(str1.substring(0, 1), x, y1, fillTextWidth);
1428 ctx.fillText(str1.substring(0, chatNum - 1) + '...', x, y1, fillTextWidth);