Searched refs:alignCenter (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/ |
H A D | main.go | 287 cyan.Printf(alignCenter(format, formatWidth(format))) 334 green.Fprintf(row, alignCenter("PASS", columnWidth)) 337 red.Fprintf(row, alignCenter("FAIL", columnWidth)) 341 yellow.Fprintf(row, alignCenter("SKIP", columnWidth)) 345 fmt.Fprintf(row, alignCenter(result.code, columnWidth)) 652 // alignCenter returns the string of 'val' padded so that it is centered in a 654 func alignCenter(val interface{}, width int) string {
|
/third_party/node/deps/npm/node_modules/@isaacs/cliui/build/lib/ |
H A D | index.js | 4 center: alignCenter 283 function alignCenter(str, width) { function
|
Completed in 2 milliseconds