Home
last modified time | relevance | path

Searched defs:trees (Results 1 – 6 of 6) sorted by relevance

/development/tools/winscope/src/viewers/common/
Dhierarchy_presenter.ts59 trees: HierarchyTreeNode[]; property
121 const {trace, trees, entry} = value; constant
166 const trees: UiHierarchyTreeNode[] = []; constant
280 const {trace, trees: firstTrees} = this.currentTrees[0]; constant
306 for (const {trace, trees} of this.currentTrees) { constant
368 const {trees, trace} = curr; constant
541 const trees = assertDefined(this.getAllFormattedTrees()); constant
559 const trees = assertDefined(this.getAllFormattedTrees()); constant
Dabstract_presenter_input_method_test.ts166 const trees = assertDefined(uiData.hierarchyTrees); constant
173 const trees = assertDefined(uiData.hierarchyTrees); constant
Drects_presenter.ts65 for (const {trace, trees} of hierarchyTrees) { constant
Dhierarchy_presenter_test.ts296 const trees = assertDefined(presenter.getAllFormattedTrees()); constant
/development/tools/winscope/src/viewers/components/
Dhierarchy_component.ts153 @Input() trees: UiHierarchyTreeNode[] = []; property in HierarchyComponent
Dhierarchy_component_test.ts140 const trees = assertDefined( constant