Searched refs:sRow (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/ValidationKit/testmanager/webui/ |
H A D | wuicontentbase.py | 598 sRow = u' <tr class="tmodd">\n'; 600 sRow = u' <tr class="tmeven">\n'; 607 sRow += u' <td ' + self._asColumnAttribs[i] + '>'; 609 sRow += u' <td>'; 612 sRow += aoValues[i].toHtml(); 617 sRow += oElement.toHtml(); 619 sRow += webutils.escapeElem(self.formatTsShort(oElement)); 621 sRow += webutils.escapeElem(unicode(oElement)); 622 sRow += ' '; 624 sRow [all...] |
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/ |
H A D | server_misc.c | 451 GLint dRow, sRow; local 452 for (dRow=yoffset, sRow=y-height-1; dRow<yoffset-height; dRow++, sRow--) 454 gl->CopyTexSubImage2D(target, level, xoffset, dRow, x, sRow, width, 1); 556 GLint dRow, sRow, w, h; 569 for (dRow=yoffset, sRow=y-height-1; dRow<yoffset-height; dRow++, sRow--) 571 gl->CopyTexSubImage2D(target, level, xoffset, dRow, x, sRow, width, 1); 590 GLuint pboId, dRow, sRow; local 602 for (dRow=yoffset, sRow [all...] |
Completed in 537 milliseconds