Home
last modified time | relevance | path

Searched refs:row_array (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/tools/scan-build/share/scan-build/
Dsorttable.js144 row_array = [];
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];
151 sorttable.shaker_sort(row_array, this.sorttable_sortfunction);
156 for (var j=0; j<row_array.length; j++) {
157 tb.appendChild(row_array[j][1]);
160 delete row_array;
/external/clang/tools/scan-build-py/libscanbuild/resources/
Dsorttable.js144 row_array = [];
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];
151 sorttable.shaker_sort(row_array, this.sorttable_sortfunction);
156 for (var j=0; j<row_array.length; j++) {
157 tb.appendChild(row_array[j][1]);
160 delete row_array;
/external/clang/tools/scan-build/share/scan-build/
Dsorttable.js144 row_array = [];
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];
151 sorttable.shaker_sort(row_array, this.sorttable_sortfunction);
156 for (var j=0; j<row_array.length; j++) {
157 tb.appendChild(row_array[j][1]);
160 delete row_array;
/external/llvm-project/clang/tools/scan-build-py/libscanbuild/resources/
Dsorttable.js144 row_array = [];
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];
151 sorttable.shaker_sort(row_array, this.sorttable_sortfunction);
156 for (var j=0; j<row_array.length; j++) {
157 tb.appendChild(row_array[j][1]);
160 delete row_array;
/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.cpp404 uint8_t* row_array[] = {m_pScanlineBuf.get()}; in v_GetNextLine() local
405 int nlines = jpeg_read_scanlines(&m_Cinfo, row_array, 1); in v_GetNextLine()