Home
last modified time | relevance | path

Searched refs:resultRows (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.h77 unsigned int resultRows = rows(); variable
79 Matrix<T> result(std::vector<T>(resultRows * resultCols), resultRows, resultCols);
80 for (unsigned int i = 0; i < resultRows; i++)
/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.h77 unsigned int resultRows = rows(); variable
79 Matrix<T> result(std::vector<T>(resultRows * resultCols), resultRows, resultCols);
80 for (unsigned int i = 0; i < resultRows; i++)
/third_party/libjpeg-turbo/doc/html/search/
Dsearch.js516 var resultRows = document.getElementsByTagName("div");
520 while (i < resultRows.length)
522 var row = resultRows.item(i);
/third_party/libevdev/doc/html/search/
Dsearch.js506 var resultRows = document.getElementsByTagName("div");
510 while (i < resultRows.length)
512 var row = resultRows.item(i);
/third_party/boost/libs/sort/doc/doxygen/html/search/
Dsearch.js483 var resultRows = document.getElementsByTagName("div");
487 while (i < resultRows.length)
489 var row = resultRows.item(i);
/third_party/skia/third_party/externals/oboe/docs/reference/search/
Dsearch.js506 var resultRows = document.getElementsByTagName("div");
510 while (i < resultRows.length)
512 var row = resultRows.item(i);
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp752 int resultRows = getType().getRows(); in getConstantValue() local
755 for (int row = 0; row < resultRows; ++row) in getConstantValue()
786 int resultRows = getType().getRows(); in getConstantValue() local
789 for (int row = 0; row < resultRows; ++row) in getConstantValue()
2082 const int resultRows = leftRows; in FoldBinary() local
2084 resultArray = new TConstantUnion[resultCols * resultRows]; in FoldBinary()
2085 for (int row = 0; row < resultRows; row++) in FoldBinary()
2089 resultArray[resultRows * column + row].setFConst(0.0f); in FoldBinary()
2092 resultArray[resultRows * column + row].setFConst( in FoldBinary()
2093 resultArray[resultRows * column + row].getFConst() + in FoldBinary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp879 int resultRows = getType().getRows(); in getConstantValue() local
882 for (int row = 0; row < resultRows; ++row) in getConstantValue()
913 int resultRows = getType().getRows(); in getConstantValue() local
916 for (int row = 0; row < resultRows; ++row) in getConstantValue()
2433 const int resultRows = leftRows; in FoldBinary() local
2435 resultArray = new TConstantUnion[resultCols * resultRows]; in FoldBinary()
2436 for (int row = 0; row < resultRows; row++) in FoldBinary()
2440 resultArray[resultRows * column + row].setFConst(0.0f); in FoldBinary()
2443 resultArray[resultRows * column + row].setFConst( in FoldBinary()
2444 resultArray[resultRows * column + row].getFConst() + in FoldBinary()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch157622 + if(out.opt.callback || out.opt.resultRows){
157723 + - .resultRows: if this is an array, each row of the result
157728 + to use both `resultRows` and `callback`, but `resultRows`
157754 + if(Array.isArray(opt.resultRows)){
157756 + toss("Invalid rowMode for resultRows array: must",
157759 + rowTarget = opt.resultRows;
158831 + options.resultRows and options.columnNames may be populated
158850 + if(opt.callback || opt.resultRows instanceof Array){
159205 + resultRows: list,
159472 + resultRows: [], columnNames: []
[all …]