Home
last modified time | relevance | path

Searched refs:displayText (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/ui/src/common/
Dcanvas_utils.ts16 let displayText = '';
19 displayText = str;
32 displayText = str.substring(0, limit) + maybeTripleDot;
34 return displayText;
/external/tensorflow/tensorflow/lite/java/ovic/demo/app/
DOvicBenchmarkerActivity.java161 String displayText = ""; in benchmarkSession() local
163 displayText = "Classification benchmark: "; in benchmarkSession()
165 displayText = "Detection benchmark: "; in benchmarkSession()
171 displayText = e.getMessage() + "\n"; in benchmarkSession()
184 displayText += e.getMessage() + "\n"; in benchmarkSession()
196 displayText in benchmarkSession()
/external/perfetto/ui/src/frontend/
Dslice_panel.ts129 const displayText = `Wakeup @ ${ constant
135 ctx.fillText(displayText, startDraw.x + 20, startDraw.y + 20);
/external/perfetto/ui/src/tracks/cpu_slices/
Dfrontend.ts181 const displayText = timeToString(tStart - details.wakeupTs); constant
182 const measured = ctx.measureText(displayText);
193 displayText,
/external/perfetto/ui/src/tracks/chrome_slices/
Dfrontend.ts172 const displayText = cropText(title, charWidth, rect.width); constant
175 ctx.fillText(displayText, rectXCenter, rect.top + SLICE_HEIGHT / 2);
/external/python/cpython3/Modules/_sha3/kcp/
DKeccakSponge.inc113 displayText(1, "--- Switching to squeezing phase ---");
264 displayText(1, "--- Switching to squeezing phase ---");