Searched refs:displayText (Results 1 – 6 of 6) sorted by relevance
/external/perfetto/ui/src/common/ |
D | canvas_utils.ts | 17 let displayText = ''; 20 displayText = str; 25 displayText = str.substring(0, displayedChars) + '...'; 28 return displayText;
|
/external/tensorflow/tensorflow/lite/java/ovic/demo/app/ |
D | OvicBenchmarkerActivity.java | 159 String displayText = ""; in benchmarkSession() local 161 displayText = "Classification benchmark: "; in benchmarkSession() 163 displayText = "Detection benchmark: "; in benchmarkSession() 169 displayText = e.getMessage() + "\n"; in benchmarkSession() 182 displayText += e.getMessage() + "\n"; in benchmarkSession() 194 displayText in benchmarkSession()
|
/external/perfetto/ui/src/frontend/ |
D | slice_panel.ts | 88 const displayText = constant 95 ctx.fillText(displayText, startDraw.x + 20, startDraw.y + 20);
|
/external/perfetto/ui/src/tracks/chrome_slices/ |
D | frontend.ts | 103 const displayText = cropText(title, charWidth, rectWidth); constant 106 ctx.fillText(displayText, rectXCenter, rectYStart + SLICE_HEIGHT / 2);
|
/external/perfetto/ui/src/tracks/cpu_slices/ |
D | frontend.ts | 213 const displayText = timeToString(tStart - details.wakeupTs); constant 214 const measured = ctx.measureText(displayText); 225 displayText,
|
/external/python/cpython3/Modules/_sha3/kcp/ |
D | KeccakSponge.inc | 113 displayText(1, "--- Switching to squeezing phase ---"); 264 displayText(1, "--- Switching to squeezing phase ---");
|