Searched refs:displayText (Results 1 – 6 of 6) sorted by relevance
/external/perfetto/ui/src/common/ |
D | canvas_utils.ts | 16 let displayText = ''; 19 displayText = str; 32 displayText = str.substring(0, limit) + maybeTripleDot; 34 return displayText;
|
/external/tensorflow/tensorflow/lite/java/ovic/demo/app/ |
D | OvicBenchmarkerActivity.java | 161 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/ |
D | slice_panel.ts | 129 const displayText = `Wakeup @ ${ constant 135 ctx.fillText(displayText, startDraw.x + 20, startDraw.y + 20);
|
/external/perfetto/ui/src/tracks/cpu_slices/ |
D | frontend.ts | 181 const displayText = timeToString(tStart - details.wakeupTs); constant 182 const measured = ctx.measureText(displayText); 193 displayText,
|
/external/perfetto/ui/src/tracks/chrome_slices/ |
D | frontend.ts | 172 const displayText = cropText(title, charWidth, rect.width); constant 175 ctx.fillText(displayText, rectXCenter, rect.top + SLICE_HEIGHT / 2);
|
/external/python/cpython3/Modules/_sha3/kcp/ |
D | KeccakSponge.inc | 113 displayText(1, "--- Switching to squeezing phase ---"); 264 displayText(1, "--- Switching to squeezing phase ---");
|