Home
last modified time | relevance | path

Searched refs:expectedRoot (Results 1 – 22 of 22) sorted by relevance

/development/tools/winscope/src/parsers/surface_flinger/operations/
Dadd_verbose_flags_test.ts26 let expectedRoot: PropertyTreeNode; variable
37 expectedRoot = new PropertyTreeNode(
49 expectedRoot.id,
53 expectedRoot.addOrReplaceChild(flags);
54 expectedRoot.addOrReplaceChild(expectedResult);
57 expect(propertyRoot).toEqual(expectedRoot);
64 expectedRoot.id,
68 expectedRoot.addOrReplaceChild(flags);
69 expectedRoot.addOrReplaceChild(expectedResult);
71 expect(propertyRoot).toEqual(expectedRoot);
[all …]
Dadd_composition_type_test.ts28 let expectedRoot: PropertyTreeNode; variable
38 expectedRoot = new PropertyTreeNode(
56 expectedRoot.id,
60 expectedRoot.addOrReplaceChild(hwcCompositionType);
61 expectedRoot.addOrReplaceChild(expectedCompositionType);
64 expect(propertyRoot).toEqual(expectedRoot);
78 expectedRoot.id,
82 expectedRoot.addOrReplaceChild(hwcCompositionType);
83 expectedRoot.addOrReplaceChild(expectedCompositionType);
86 expect(propertyRoot).toEqual(expectedRoot);
[all …]
Dadd_excludes_composition_state_test.ts26 let expectedRoot: PropertyTreeNode; variable
36 expectedRoot = new PropertyTreeNode(
47 expectedRoot.id,
51 expectedRoot.addOrReplaceChild(expectedResult);
53 expect(propertyRoot).toEqual(expectedRoot);
59 expectedRoot.id,
63 expectedRoot.addOrReplaceChild(expectedResult);
65 expect(propertyRoot).toEqual(expectedRoot);
Dupdate_transforms_test.ts64 const expectedRoot = makeExpectedMatrixNode(propertyRoot.id, 'transform'); constant
70 expect(transformNode.getChildByName('matrix')).toEqual(expectedRoot);
89 const expectedRoot = makeExpectedMatrixNode( constant
98 expect(transformNode.getChildByName('matrix')).toEqual(expectedRoot);
110 const expectedRoot = makeExpectedMatrixNode( constant
119 expect(transformNode.getChildByName('matrix')).toEqual(expectedRoot);
133 const expectedRoot = makeExpectedMatrixNode( constant
145 expect(transformNode.getChildByName('matrix')).toEqual(expectedRoot);
/development/tools/winscope/src/viewers/common/operations/
Dfilter_test.ts48 const expectedRoot = UiHierarchyTreeNode.from( constant
53 expect(hierarchyRoot).toEqual(expectedRoot);
65 const expectedRoot = UiHierarchyTreeNode.from( constant
74 expect(hierarchyRoot).toEqual(expectedRoot);
97 const expectedRoot = UiHierarchyTreeNode.from( constant
102 expect(hierarchyRoot).toEqual(expectedRoot);
125 const expectedRoot = UiHierarchyTreeNode.from( constant
145 expect(hierarchyRoot).toEqual(expectedRoot);
168 const expectedRoot = UiHierarchyTreeNode.from( constant
188 expect(hierarchyRoot).toEqual(expectedRoot);
[all …]
/development/tools/winscope/src/viewers/common/
Dadd_diffs_test_utils.ts30 let expectedRoot: T;
36 expectedRoot = makeRoot();
41 expect(newRoot).toEqual(expectedRoot);
48 const expectedChild = makeChildAndAddToRoot(expectedRoot);
52 expect(newRoot).toEqual(expectedRoot);
58 const expectedChild = makeChildAndAddToRoot(expectedRoot);
62 expect(newRoot).toEqual(expectedRoot);
68 const expectedChild = makeChildAndAddToRoot(expectedRoot);
72 expect(newRoot).toEqual(expectedRoot);
Dadd_diffs_hierarchy_tree_test.ts27 let expectedRoot: UiHierarchyTreeNode; variable
59 expectedRoot = makeRoot();
65 expect(newRoot).toEqual(expectedRoot);
74 const expectedParent = makeParentAndAddToRoot(expectedRoot);
79 const expectedOldChild = makeChildAndAddToRoot(expectedRoot);
83 expect(newRoot).toEqual(expectedRoot);
91 const expectedOldChild = makeChildAndAddToRoot(expectedRoot);
94 const expectedParent = makeParentAndAddToRoot(expectedRoot);
101 expect(newRoot).toEqual(expectedRoot);
Dadd_diffs_properties_tree_test.ts26 let expectedRoot: UiPropertyTreeNode; variable
54 expectedRoot = makeRoot();
60 expect(newRoot).toEqual(expectedRoot);
65 expect(newRoot).toEqual(expectedRoot);
/development/tools/winscope/src/trace/tree_node/
Dproperty_tree_builder_from_proto_test.ts36 const expectedRoot = new PropertyTreeBuilder() constant
47 expect(tree).toEqual(expectedRoot);
57 const expectedRoot = new PropertyTreeBuilder() constant
69 expect(tree).toEqual(expectedRoot);
79 const expectedRoot = new PropertyTreeBuilder() constant
91 expect(tree).toEqual(expectedRoot);
101 const expectedRoot = new PropertyTreeBuilder() constant
120 expect(tree).toEqual(expectedRoot);
130 const expectedRoot = new PropertyTreeBuilder() constant
150 expect(tree).toEqual(expectedRoot);
[all …]
/development/tools/winscope/src/parsers/window_manager/operations/
Dadd_is_visible_test.ts35 const expectedRoot = new PropertyTreeBuilder() constant
49 expect(propertyRoot).toEqual(expectedRoot);
59 const expectedRoot = new PropertyTreeBuilder() constant
73 expect(propertyRoot).toEqual(expectedRoot);
86 const expectedRoot = new PropertyTreeBuilder() constant
101 expect(propertyRoot).toEqual(expectedRoot);
114 const expectedRoot = new PropertyTreeBuilder() constant
129 expect(propertyRoot).toEqual(expectedRoot);
Dadd_window_type_test.ts36 const expectedRoot = new PropertyTreeBuilder() constant
50 expect(propertyRoot).toEqual(expectedRoot);
60 const expectedRoot = new PropertyTreeBuilder() constant
74 expect(propertyRoot).toEqual(expectedRoot);
85 const expectedRoot = new PropertyTreeBuilder() constant
100 expect(propertyRoot).toEqual(expectedRoot);
111 const expectedRoot = new PropertyTreeBuilder() constant
126 expect(propertyRoot).toEqual(expectedRoot);
/development/tools/winscope/src/parsers/transitions/operations/
Dadd_status_test.ts42 const expectedRoot = new PropertyTreeBuilder() constant
56 expect(propertyRoot).toEqual(expectedRoot);
70 const expectedRoot = new PropertyTreeBuilder() constant
84 expect(propertyRoot).toEqual(expectedRoot);
98 const expectedRoot = new PropertyTreeBuilder() constant
115 expect(propertyRoot).toEqual(expectedRoot);
129 const expectedRoot = new PropertyTreeBuilder() constant
146 expect(propertyRoot).toEqual(expectedRoot);
160 const expectedRoot = new PropertyTreeBuilder() constant
177 expect(propertyRoot).toEqual(expectedRoot);
[all …]
Dupdate_abort_time_nodes_test.ts37 const expectedRoot = new PropertyTreeBuilder() constant
47 expect(propertyRoot).toEqual(expectedRoot);
60 const expectedRoot = new PropertyTreeBuilder() constant
70 expect(propertyRoot).toEqual(expectedRoot);
84 const expectedRoot = new PropertyTreeBuilder() constant
95 expect(propertyRoot).toEqual(expectedRoot);
Dadd_duration_test.ts49 const expectedRoot = new PropertyTreeBuilder() constant
71 expect(propertyRoot).toEqual(expectedRoot);
87 const expectedRoot = new PropertyTreeBuilder() constant
100 expect(propertyRoot).toEqual(expectedRoot);
113 const expectedRoot = new PropertyTreeBuilder() constant
123 expect(propertyRoot).toEqual(expectedRoot);
Dadd_root_properties_test.ts43 const expectedRoot = new PropertyTreeBuilder() constant
59 expect(propertyRoot).toEqual(expectedRoot);
76 const expectedRoot = new PropertyTreeBuilder() constant
91 expect(propertyRoot).toEqual(expectedRoot);
112 const expectedRoot = new PropertyTreeBuilder() constant
131 expect(propertyRoot).toEqual(expectedRoot);
Dadd_real_to_elapsed_time_offset_timestamp_test.ts30 const expectedRoot = new PropertyTreeBuilder() constant
45 expect(propertyRoot).toEqual(expectedRoot);
59 const expectedRoot = new PropertyTreeBuilder() constant
76 expect(propertyRoot).toEqual(expectedRoot);
/development/tools/winscope/src/parsers/surface_flinger/
Dhierarchy_tree_builder_sf_test.ts66 const expectedRoot = new HierarchyTreeNode( constant
78 expect(root).toEqual(expectedRoot);
111 const expectedRoot = new HierarchyTreeNode( constant
122 expectedRoot.addOrReplaceChild(
126 expect(root).toEqual(expectedRoot);
190 const expectedRoot = new HierarchyTreeNode( constant
212 expectedRoot.addOrReplaceChild(expectedRootLayer);
214 expect(root).toEqual(expectedRoot);
298 const expectedRoot = new HierarchyTreeNode( constant
326 expectedRoot.addOrReplaceChild(expectedRootLayer);
[all …]
/development/tools/winscope/src/parsers/input_method/
Dhierarchy_tree_builder_input_method_test.ts60 const expectedRoot = new HierarchyTreeNode( constant
72 expect(root).toEqual(expectedRoot);
92 const expectedRoot = new HierarchyTreeNode( constant
103 expectedRoot.addOrReplaceChild(
107 expect(root).toEqual(expectedRoot);
/development/tools/winscope/src/parsers/window_manager/
Dhierarchy_tree_builder_wm_test.ts60 const expectedRoot = new HierarchyTreeNode( constant
72 expect(root).toEqual(expectedRoot);
119 const expectedRoot = new HierarchyTreeNode( constant
130 expectedRoot.addOrReplaceChild(
138 expect(root).toEqual(expectedRoot);
204 const expectedRoot = new HierarchyTreeNode( constant
227 expectedRoot.addOrReplaceChild(expectedRootLayer);
229 expect(root).toEqual(expectedRoot);
/development/tools/winscope/src/parsers/view_capture/legacy/
Dhierarchy_tree_builder_vc_test.ts80 const expectedRoot = new HierarchyTreeNode( constant
92 expect(root).toEqual(expectedRoot);
132 const expectedRoot = new HierarchyTreeNode( constant
143 expectedRoot.addOrReplaceChild(
147 expect(root).toEqual(expectedRoot);
207 const expectedRoot = new HierarchyTreeNode( constant
229 expectedRoot.addOrReplaceChild(expectedRootNode);
231 expect(root).toEqual(expectedRoot);
/development/tools/winscope/src/parsers/view_capture/operations/
Dset_root_transform_properties_test.ts40 const expectedRoot = new PropertyTreeBuilder() constant
52 expect(propertyRoot).toEqual(expectedRoot);
/development/tools/winscope/src/parsers/events/operations/
Dadd_cuj_properties_test.ts47 const expectedRoot = new PropertyTreeBuilder() constant
75 expect(propertyRoot).toEqual(expectedRoot);