Searched defs:reduce (Results 1 – 3 of 3) sorted by relevance
| /developtools/smartperf_host/smartperf_host/ide/src/base-ui/table/ |
| D | LitPageTable.ts | 561 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable 662 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable 966 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable 974 let { visibleObjs, skip, reduce } = this.getVisibleObjs(); variable
|
| D | lit-table.ts | 756 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable 915 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable 1402 … let reduce = this.currentRecycleList.map((item) => item.clientHeight).reduce((a, b) => a + b, 0); variable
|
| /developtools/smartperf_host/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerCommon.ts | 1813 const reduce = map.reduce((pre: HiPerfStruct, current: HiPerfStruct) => { constant
|