Home
last modified time | relevance | path

Searched refs:str2 (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
Dsp_utils.cpp45 std::string str2 = b.substr(0, b.find_first_of("0123456789")); in Cmp() local
46 if (str1 != str2) { in Cmp()
47 return str1 < str2; in Cmp()
50 int num2 = std::stoi(b.substr(str2.length())); in Cmp()
Dcontrol_call_cmd.cpp96 std::string str2 = futureResult2.get(); in TimeDelay() local
102 double strCompleteTime = radar.ParseRadarComplete(str2); in TimeDelay()
/developtools/hdc/hdc_rust/src/daemon/
Dmain.rs375 let str2 = str[0..end].to_string(); in get_tcp_port() localVariable
376 let number = str2.parse::<u16>(); in get_tcp_port()
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerCommon.ts1404 str2: string,
1412 data.textMetrics2Width = ctx.measureText(str2).width;
1434 ctx.fillText(str2, x, y2, fillTextWidth);
1440 ctx.fillText(str2.substring(0, 1), x, y2, fillTextWidth);
1442 ctx.fillText(str2.substring(0, chatNum - 1) + '...', x, y2, fillTextWidth);