Searched defs:rows (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dcgitb.py139 rows = ['<tr><td bgcolor="#d8bbff">%s%s %s</td></tr>' %
147 rows.append('<tr><td bgcolor="#ffccee">%s</td></tr>' % line)
150 rows.append('<tr><td>%s</td></tr>' % grey(line))
168 rows.append('<tr><td>%s</td></tr>' % small(grey(', '.join(dump))))
171 %s</table>''' % '\n'.join(rows))
223 rows = [' %s %s' % (file, call)] variable
228 rows.append(num+line.rstrip())
242 rows.append('\n'.join(dump))
243 frames.append('\n%s\n' % '\n'.join(rows))
/device/google/dragon/recovery/updater/
H A Dec_commands.h2207 /* Provide information about the matrix : number of rows and columns */
2211 uint32_t rows; member in struct:ec_response_mkbp_info

Completed in 2006 milliseconds