/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | data_table_demo.dart | 158 void _sort<T>(Comparable<T> getField(Dessert d), int columnIndex, bool ascending) { 161 _sortColumnIndex = columnIndex; 189 …onSort: (int columnIndex, bool ascending) => _sort<String>((Dessert d) => d.name, columnIndex, asc… 195 …onSort: (int columnIndex, bool ascending) => _sort<num>((Dessert d) => d.calories, columnIndex, as… 200 …onSort: (int columnIndex, bool ascending) => _sort<num>((Dessert d) => d.fat, columnIndex, ascendi… 205 …onSort: (int columnIndex, bool ascending) => _sort<num>((Dessert d) => d.carbs, columnIndex, ascen… 210 …onSort: (int columnIndex, bool ascending) => _sort<num>((Dessert d) => d.protein, columnIndex, asc… 215 …onSort: (int columnIndex, bool ascending) => _sort<num>((Dessert d) => d.sodium, columnIndex, asce… 221 …onSort: (int columnIndex, bool ascending) => _sort<num>((Dessert d) => d.calcium, columnIndex, asc… 226 …onSort: (int columnIndex, bool ascending) => _sort<num>((Dessert d) => d.iron, columnIndex, ascend…
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ShaderStorageBlockFunctionHLSL.cpp | 95 for (int columnIndex = 0; columnIndex < ssboFunction.type.getCols(); columnIndex++) in OutputSSBOLoadFunctionBody() local 98 << columnIndex * ssboFunction.matrixStride << ")), "; in OutputSSBOLoadFunctionBody() 178 for (int columnIndex = 0; columnIndex < ssboFunction.type.getCols(); columnIndex++) in OutputSSBOStoreFunctionBody() local 181 << columnIndex * ssboFunction.matrixStride << ", asuint(value[" << columnIndex in OutputSSBOStoreFunctionBody()
|
D | OutputSPIRV.cpp | 1291 for (int columnIndex = 0; columnIndex < type.getCols(); ++columnIndex) in createComplexConstant() local 1293 auto columnParametersStart = parameters.begin() + columnIndex * type.getRows(); in createComplexConstant() 1556 for (int columnIndex = 0; in createConstructorVectorFromMultiple() local 1557 columnIndex < argumentType.getCols() && componentIndex < extractedComponents.size(); in createConstructorVectorFromMultiple() 1558 ++columnIndex) in createConstructorVectorFromMultiple() 1622 for (int columnIndex = 0; columnIndex < type.getCols(); ++columnIndex) in createConstructorMatrixFromScalar() local 1627 if (columnIndex < type.getRows()) in createConstructorMatrixFromScalar() 1629 componentIds[columnIndex] = scalarId; in createConstructorMatrixFromScalar() 1631 if (columnIndex > 0 && columnIndex <= type.getRows()) in createConstructorMatrixFromScalar() 1633 componentIds[columnIndex - 1] = zeroId; in createConstructorMatrixFromScalar() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ShaderStorageBlockFunctionHLSL.cpp | 95 for (int columnIndex = 0; columnIndex < ssboFunction.type.getCols(); columnIndex++) in OutputSSBOLoadFunctionBody() local 98 << columnIndex * ssboFunction.matrixStride << ")), "; in OutputSSBOLoadFunctionBody() 178 for (int columnIndex = 0; columnIndex < ssboFunction.type.getCols(); columnIndex++) in OutputSSBOStoreFunctionBody() local 181 << columnIndex * ssboFunction.matrixStride << ", asuint(value[" << columnIndex in OutputSSBOStoreFunctionBody()
|
/third_party/node/deps/npm/node_modules/cli-table3/src/ |
D | layout-manager.js | 8 row.forEach(function(cell, columnIndex) { argument 10 cell.x = columnIndex; 13 let xMax = y === rowIndex ? columnIndex : row2.length; 95 for (let columnIndex = 0; columnIndex < cellColumns.length; columnIndex++) { 96 let cell = cellColumns[columnIndex]; 101 cellColumns.splice(columnIndex + 1, 0, colSpanCell);
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | matrix_utils.h | 52 const T &operator()(const unsigned int rowIndex, const unsigned int columnIndex) const in operator() 55 ASSERT(columnIndex < mCols); in operator() 56 return mElements[rowIndex * columns() + columnIndex]; in operator() 59 T &operator()(const unsigned int rowIndex, const unsigned int columnIndex) in operator() 62 ASSERT(columnIndex < mCols); in operator() 63 return mElements[rowIndex * columns() + columnIndex]; in operator() 66 const T &at(const unsigned int rowIndex, const unsigned int columnIndex) const in at() argument 69 ASSERT(columnIndex < mCols); in at() 70 return operator()(rowIndex, columnIndex); in at()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | matrix_utils.h | 52 const T &operator()(const unsigned int rowIndex, const unsigned int columnIndex) const in operator() 55 ASSERT(columnIndex < mCols); in operator() 56 return mElements[rowIndex * columns() + columnIndex]; in operator() 59 T &operator()(const unsigned int rowIndex, const unsigned int columnIndex) in operator() 62 ASSERT(columnIndex < mCols); in operator() 63 return mElements[rowIndex * columns() + columnIndex]; in operator() 66 const T &at(const unsigned int rowIndex, const unsigned int columnIndex) const in at() argument 69 ASSERT(columnIndex < mCols); in at() 70 return operator()(rowIndex, columnIndex); in at()
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | data_table_test.dart | 30 onSort: (int columnIndex, bool ascending) { 31 log.add('column-sort: $columnIndex $ascending'); 292 onSort: (int columnIndex, bool ascending) {}, 328 onSort: (int columnIndex, bool ascending) {}, 413 onSort: (int columnIndex, bool ascending) {}, 419 onSort: (int columnIndex, bool ascending) {}, 520 onSort: (int columnIndex, bool ascending) {}, 526 onSort: (int columnIndex, bool ascending) {}, 634 onSort: (int columnIndex, bool ascending) {}, 640 onSort: (int columnIndex, bool ascending) {}, [all …]
|
D | paginated_data_table_test.dart | 138 onSort: (int columnIndex, bool ascending) { 139 log.add('column-sort: $columnIndex $ascending');
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | VaryingPacking.cpp | 273 for (unsigned int columnIndex = 0; columnIndex < varyingColumns; ++columnIndex) in insert() local 275 mRegisterMap[registerInfo.registerRow][registerColumn + columnIndex] = true; in insert()
|
/third_party/boost/libs/hana/doc/js/ |
D | highcharts-data.js | 35 …(h)&&e.push(k)}0<e.length&&0<e[0].readers.length&&(k=a[e[0].readers[0].columnIndex],"undefined"!==… 38 …columnIndex&&(b.columnIndex=a.shift())});this.readers.forEach(function(a){"undefined"===typeof a.c… 39 …return d};b.prototype.addColumnReader=function(a,b){this.readers.push({columnIndex:a,configName:b}… property 40 …s.length;a+=1){var f=this.readers[a];"undefined"!==typeof f.columnIndex&&b.push(f.columnIndex)}ret…
|
D | highcharts.js | 457 …columnIndex=m}});var g=Math.min(Math.abs(n.transA)*(n.ordinal&&n.ordinal.slope||f.pointRange||n.cl…
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | VaryingPacking.cpp | 512 for (unsigned int columnIndex = 0; columnIndex < varyingColumns; ++columnIndex) in insertVaryingIntoRegisterMap() local 514 mRegisterMap[registerInfo.registerRow][registerColumn + columnIndex] = true; in insertVaryingIntoRegisterMap()
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/ |
D | home.dart | 141 children: List<Widget>.generate(columnCountForRow, (int columnIndex) { 142 final int index = rowIndex * columnCount + columnIndex;
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 1030 std::string columnIndex; in streamUniformValidator() local 1035 columnIndex = str.str(); in streamUniformValidator() 1047 ret << columnIndex << ", vec2(0.5)) - "; in streamUniformValidator() 1055 ret << columnIndex << " - "; in streamUniformValidator()
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | data_table.dart | 25 typedef DataColumnSortCallback = void Function(int columnIndex, bool ascending);
|
/third_party/node/tools/ |
D | lint-md.mjs | 60612 let columnIndex; 60633 columnIndex = -1; 60641 while (++columnIndex < table[rowIndex].length) { 60642 cell = serialize(table[rowIndex][columnIndex]); 60646 sizes[columnIndex] = size; 60649 longestCellByColumn[columnIndex] === undefined || 60650 size > longestCellByColumn[columnIndex] 60652 longestCellByColumn[columnIndex] = size; 60664 columnIndex = -1; 60667 while (++columnIndex < mostCellsPerRow) { [all …]
|