Searched refs:emptyChain (Results 1 – 9 of 9) sorted by relevance
/development/tools/winscope/src/parsers/view_capture/legacy/ |
D | hierarchy_tree_builder_vc_test.ts | 52 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/ |
D | hierarchy_tree_builder_wm_test.ts | 41 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/ |
D | hierarchy_tree_builder_sf_test.ts | 41 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/ |
D | hierarchy_tree_builder_input_method_test.ts | 41 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/ |
D | hierarchy_tree_builder_vc_test.ts | 40 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/ |
D | properties_provider_builder.ts | 29 private commonOperations = OperationChain.emptyChain<PropertyTreeNode>(); 30 private eagerOperations = OperationChain.emptyChain<PropertyTreeNode>(); 31 private lazyOperations = OperationChain.emptyChain<PropertyTreeNode>();
|
/development/tools/winscope/src/test/unit/ |
D | hierarchy_tree_builder.ts | 69 OperationChain.emptyChain<PropertyTreeNode>(), 70 OperationChain.emptyChain<PropertyTreeNode>(), 71 OperationChain.emptyChain<PropertyTreeNode>(),
|
/development/tools/winscope/src/viewers/common/ |
D | ui_tree_formatter.ts | 23 private operations = OperationChain.emptyChain<T>();
|
/development/tools/winscope/src/trace/tree_node/operations/ |
D | operation_chain.ts | 35 static emptyChain<T extends TreeNode>(): OperationChain<T> { method in OperationChain
|