Home
last modified time | relevance | path

Searched refs:emptyChain (Results 1 – 9 of 9) sorted by relevance

/development/tools/winscope/src/parsers/view_capture/legacy/
Dhierarchy_tree_builder_vc_test.ts52 OperationChain.emptyChain<PropertyTreeNode>(),
53 OperationChain.emptyChain<PropertyTreeNode>(),
54 OperationChain.emptyChain<PropertyTreeNode>(),
73 OperationChain.emptyChain<PropertyTreeNode>(),
74 OperationChain.emptyChain<PropertyTreeNode>(),
75 OperationChain.emptyChain<PropertyTreeNode>(),
86 OperationChain.emptyChain<PropertyTreeNode>(),
87 OperationChain.emptyChain<PropertyTreeNode>(),
88 OperationChain.emptyChain<PropertyTreeNode>(),
108 OperationChain.emptyChain<PropertyTreeNode>(),
[all …]
/development/tools/winscope/src/parsers/window_manager/
Dhierarchy_tree_builder_wm_test.ts41 OperationChain.emptyChain<PropertyTreeNode>(),
42 OperationChain.emptyChain<PropertyTreeNode>(),
43 OperationChain.emptyChain<PropertyTreeNode>(),
66 OperationChain.emptyChain<PropertyTreeNode>(),
67 OperationChain.emptyChain<PropertyTreeNode>(),
68 OperationChain.emptyChain<PropertyTreeNode>(),
90 OperationChain.emptyChain<PropertyTreeNode>(),
91 OperationChain.emptyChain<PropertyTreeNode>(),
92 OperationChain.emptyChain<PropertyTreeNode>(),
109 OperationChain.emptyChain<PropertyTreeNode>(),
[all …]
/development/tools/winscope/src/parsers/surface_flinger/
Dhierarchy_tree_builder_sf_test.ts41 OperationChain.emptyChain<PropertyTreeNode>(),
42 OperationChain.emptyChain<PropertyTreeNode>(),
43 OperationChain.emptyChain<PropertyTreeNode>(),
72 OperationChain.emptyChain<PropertyTreeNode>(),
73 OperationChain.emptyChain<PropertyTreeNode>(),
74 OperationChain.emptyChain<PropertyTreeNode>(),
98 OperationChain.emptyChain<PropertyTreeNode>(),
99 OperationChain.emptyChain<PropertyTreeNode>(),
100 OperationChain.emptyChain<PropertyTreeNode>(),
117 OperationChain.emptyChain<PropertyTreeNode>(),
[all …]
/development/tools/winscope/src/parsers/input_method/
Dhierarchy_tree_builder_input_method_test.ts41 OperationChain.emptyChain<PropertyTreeNode>(),
42 OperationChain.emptyChain<PropertyTreeNode>(),
43 OperationChain.emptyChain<PropertyTreeNode>(),
66 OperationChain.emptyChain<PropertyTreeNode>(),
67 OperationChain.emptyChain<PropertyTreeNode>(),
68 OperationChain.emptyChain<PropertyTreeNode>(),
85 OperationChain.emptyChain<PropertyTreeNode>(),
86 OperationChain.emptyChain<PropertyTreeNode>(),
87 OperationChain.emptyChain<PropertyTreeNode>(),
98 OperationChain.emptyChain<PropertyTreeNode>(),
[all …]
/development/tools/winscope/src/parsers/view_capture/perfetto/
Dhierarchy_tree_builder_vc_test.ts40 OperationChain.emptyChain<PropertyTreeNode>(),
41 OperationChain.emptyChain<PropertyTreeNode>(),
42 OperationChain.emptyChain<PropertyTreeNode>(),
57 OperationChain.emptyChain<PropertyTreeNode>(),
58 OperationChain.emptyChain<PropertyTreeNode>(),
59 OperationChain.emptyChain<PropertyTreeNode>(),
74 OperationChain.emptyChain<PropertyTreeNode>(),
75 OperationChain.emptyChain<PropertyTreeNode>(),
76 OperationChain.emptyChain<PropertyTreeNode>(),
91 OperationChain.emptyChain<PropertyTreeNode>(),
[all …]
/development/tools/winscope/src/trace/tree_node/
Dproperties_provider_builder.ts29 private commonOperations = OperationChain.emptyChain<PropertyTreeNode>();
30 private eagerOperations = OperationChain.emptyChain<PropertyTreeNode>();
31 private lazyOperations = OperationChain.emptyChain<PropertyTreeNode>();
/development/tools/winscope/src/test/unit/
Dhierarchy_tree_builder.ts69 OperationChain.emptyChain<PropertyTreeNode>(),
70 OperationChain.emptyChain<PropertyTreeNode>(),
71 OperationChain.emptyChain<PropertyTreeNode>(),
/development/tools/winscope/src/viewers/common/
Dui_tree_formatter.ts23 private operations = OperationChain.emptyChain<T>();
/development/tools/winscope/src/trace/tree_node/operations/
Doperation_chain.ts35 static emptyChain<T extends TreeNode>(): OperationChain<T> { method in OperationChain