Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace/tree_node/
Dproperty_tree_node_factory_test.ts35 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)
Dformatters_test.ts43 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 …]
Dproperty_tree_node.ts60 PROTO, enumerator
Dproperties_provider.ts62 PropertySource.PROTO,
Dproperty_tree_node_factory.ts44 return this.makeProperty(rootId, name, PropertySource.PROTO, value);
/development/tools/winscope/src/parsers/surface_flinger/operations/
Dadd_excludes_composition_state_test.ts33 PropertySource.PROTO,
39 PropertySource.PROTO,
Dadd_composition_type_test.ts35 PropertySource.PROTO,
41 PropertySource.PROTO,
Dadd_verbose_flags_test.ts34 PropertySource.PROTO,
40 PropertySource.PROTO,
/development/tools/winscope/src/test/unit/
Dproperty_tree_builder.ts30 source = PropertySource.PROTO;