Searched refs:PROTO (Results 1 – 9 of 9) sorted by relevance
/development/tools/winscope/src/trace/tree_node/ |
D | property_tree_node_factory_test.ts | 35 PropertySource.PROTO, 41 PropertySource.PROTO, 53 .setSource(PropertySource.PROTO) 66 .setSource(PropertySource.PROTO) 79 .setSource(PropertySource.PROTO) 96 .setSource(PropertySource.PROTO) 114 .setSource(PropertySource.PROTO) 135 .setSource(PropertySource.PROTO) 157 .setSource(PropertySource.PROTO) 184 .setSource(PropertySource.PROTO)
|
D | formatters_test.ts | 43 new PropertyTreeNode('', '', PropertySource.PROTO, 12345), 48 new PropertyTreeNode('', '', PropertySource.PROTO, 'test_string'), 53 new PropertyTreeNode('', '', PropertySource.PROTO, 0.1234), 58 new PropertyTreeNode('', '', PropertySource.PROTO, 1.5), 66 new PropertyTreeNode('', '', PropertySource.PROTO, BigInt(123)), 74 new PropertyTreeNode('', '', PropertySource.PROTO, []), 79 new PropertyTreeNode('', '', PropertySource.PROTO, false), 84 new PropertyTreeNode('', '', PropertySource.PROTO, null), 159 new PropertyTreeNode('', '', PropertySource.PROTO, -1), 167 new PropertyTreeNode('', '', PropertySource.PROTO, 1), [all …]
|
D | property_tree_node.ts | 60 PROTO, enumerator
|
D | properties_provider.ts | 62 PropertySource.PROTO,
|
D | property_tree_node_factory.ts | 44 return this.makeProperty(rootId, name, PropertySource.PROTO, value);
|
/development/tools/winscope/src/parsers/surface_flinger/operations/ |
D | add_excludes_composition_state_test.ts | 33 PropertySource.PROTO, 39 PropertySource.PROTO,
|
D | add_composition_type_test.ts | 35 PropertySource.PROTO, 41 PropertySource.PROTO,
|
D | add_verbose_flags_test.ts | 34 PropertySource.PROTO, 40 PropertySource.PROTO,
|
/development/tools/winscope/src/test/unit/ |
D | property_tree_builder.ts | 30 source = PropertySource.PROTO;
|