Home
last modified time | relevance | path

Searched refs:ds (Results 1 – 8 of 8) sorted by relevance

/developtools/smartperf_host/ide/src/base-ui/table/
DLitTableHtml.ts554 if (that.exportLoading || that.ds.length === 0) {
562 tables: that.ds,
DLitPageTable.ts43 public ds: Array<any> = [];
113 return this.ds || [];
118 this.ds = value;
123 this.currentPageDiv!.textContent = `第 ${this.currentPage + 1} 页,共 ${this.ds.length} 页`;
169 if (this.currentPage < this.ds.length - 1) {
170 this.currentPage = Math.min(this.currentPage + 1, this.ds.length - 1);
182 if (target > this.ds.length) {
183 target = this.ds.length;
208 this.currentPageDiv!.textContent = `第 ${(this.currentPage || 0) + 1} 页,共 ${this.ds.length} 页`;
210 this.recycleDs = this.meauseTreeRowElement(this.ds[this.currentPage]);
[all …]
Dlit-table.ts49 public ds: Array<any> = [];
132 return this.ds || [];
137 this.ds = value;
159 return this.ds || [];
170 this.ds = value;
203 return this.ds || [];
207 this.ds = value;
237 tables: this.ds,
1264 if (!this.ds) {
1269 this.ds.forEach((rowData: any) => {
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DRangeSelect.ts29 public selectHandler: ((ds: Array<TraceRow<any>>, refreshCheckBox: boolean) => void) | undefined;
/developtools/smartperf_host/ide/test/base-ui/table/
DLitTable.test.ts100 litTable.ds = [
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneSummary.ts78 scrollCallback: ((d: HeapSnapshotStruct, ds: Array<HeapSnapshotStruct>) => void) | undefined
/developtools/ace_ets2bundle/compiler/codegen/
Dcodegen_ets.js15ds(e){if(!e)return[];if(Hi(e))return ps(e)?ar(e):On(e);if(it&&e[it])return function(e){for(var t,r… function
/developtools/profiler/hiebpf/include/
Dvmlinux.h44798 struct pnfs_ds_commit_info *ds; member
127995 struct dsa_switch *ds; member