/development/tools/winscope/src/parsers/transitions/operations/ |
D | add_status_test.ts | 19 import {PropertySource} from 'trace/tree_node/property_tree_node'; 49 {name: 'aborted', value: true, source: PropertySource.CALCULATED}, 50 {name: 'merged', value: false, source: PropertySource.CALCULATED}, 51 {name: 'played', value: false, source: PropertySource.CALCULATED}, 77 {name: 'aborted', value: true, source: PropertySource.CALCULATED}, 78 {name: 'merged', value: false, source: PropertySource.CALCULATED}, 79 {name: 'played', value: false, source: PropertySource.CALCULATED}, 108 {name: 'aborted', value: false, source: PropertySource.CALCULATED}, 109 {name: 'merged', value: false, source: PropertySource.CALCULATED}, 110 {name: 'played', value: false, source: PropertySource.CALCULATED}, [all …]
|
D | add_root_properties_test.ts | 18 import {PropertySource} from 'trace/tree_node/property_tree_node'; 39 {name: 'duration', value: 5n, source: PropertySource.CALCULATED}, 53 {name: 'duration', value: 5n, source: PropertySource.CALCULATED}, 54 {name: 'id', value: 10, source: PropertySource.CALCULATED}, 86 {name: 'id', value: 10, source: PropertySource.CALCULATED}, 108 {name: 'aborted', value: true, source: PropertySource.CALCULATED}, 125 {name: 'aborted', value: true, source: PropertySource.CALCULATED}, 126 {name: 'id', value: 10, source: PropertySource.CALCULATED},
|
D | add_real_to_elapsed_time_offset_timestamp_test.ts | 19 import {PropertySource} from 'trace/tree_node/property_tree_node'; 38 source: PropertySource.CALCULATED, 67 source: PropertySource.CALCULATED,
|
D | add_duration_test.ts | 21 import {PropertySource} from 'trace/tree_node/property_tree_node'; 64 source: PropertySource.CALCULATED,
|
/development/tools/winscope/src/trace/tree_node/ |
D | property_tree_node_factory_test.ts | 19 PropertySource, 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) [all …]
|
D | property_tree_node_factory.ts | 20 PropertySource, 33 source: PropertySource, 44 return this.makeProperty(rootId, name, PropertySource.PROTO, value); 56 PropertySource.DEFAULT, 68 PropertySource.CALCULATED, 76 source: PropertySource, 89 source: PropertySource, 109 source: PropertySource, 132 source: PropertySource, 144 source: PropertySource, [all …]
|
D | formatters_test.ts | 36 import {PropertySource, PropertyTreeNode} from './property_tree_node'; 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), [all …]
|
D | property_tree_node.ts | 27 readonly source: PropertySource, 59 export enum PropertySource { enum
|
D | properties_provider.ts | 21 PropertySource, 62 PropertySource.PROTO,
|
/development/tools/winscope/src/parsers/view_capture/operations/ |
D | set_root_transform_properties_test.ts | 18 import {PropertySource} from 'trace/tree_node/property_tree_node'; 44 {name: 'scaleX', value: 1, source: PropertySource.CALCULATED}, 45 {name: 'scaleY', value: 1, source: PropertySource.CALCULATED}, 46 {name: 'translationX', value: 0, source: PropertySource.CALCULATED}, 47 {name: 'translationY', value: 0, source: PropertySource.CALCULATED},
|
/development/tools/winscope/src/parsers/window_manager/operations/ |
D | add_is_visible_test.ts | 18 import {PropertySource} from 'trace/tree_node/property_tree_node'; 43 source: PropertySource.CALCULATED, 67 source: PropertySource.CALCULATED, 95 source: PropertySource.CALCULATED, 123 source: PropertySource.CALCULATED,
|
D | add_window_type_test.ts | 18 import {PropertySource} from 'trace/tree_node/property_tree_node'; 44 source: PropertySource.CALCULATED, 68 source: PropertySource.CALCULATED, 94 source: PropertySource.CALCULATED, 120 source: PropertySource.CALCULATED,
|
/development/tools/winscope/src/test/unit/ |
D | property_tree_builder.ts | 20 PropertySource, 30 source = PropertySource.PROTO; 44 setSource(value: PropertySource): this { 98 source?: PropertySource;
|
/development/tools/winscope/src/parsers/surface_flinger/operations/ |
D | add_excludes_composition_state_test.ts | 19 PropertySource, 33 PropertySource.PROTO, 39 PropertySource.PROTO,
|
D | add_composition_type_test.ts | 21 PropertySource, 35 PropertySource.PROTO, 41 PropertySource.PROTO,
|
D | add_verbose_flags_test.ts | 19 PropertySource, 34 PropertySource.PROTO, 40 PropertySource.PROTO,
|
/development/tools/winscope/src/viewers/common/ |
D | ui_tree_utils.ts | 18 PropertySource, 43 node.source !== PropertySource.DEFAULT 50 node.source !== PropertySource.CALCULATED
|
D | hierarchy_presenter.ts | 23 PropertySource, 491 if (newProperty.source === PropertySource.CALCULATED) {
|
/development/tools/winscope/src/viewers/viewer_input_method_service/ |
D | presenter_input_method_service_test.ts | 19 import {PropertySource} from 'trace/tree_node/property_tree_node'; 44 source: PropertySource.DEFAULT,
|
/development/tools/winscope/src/viewers/viewer_input_method_clients/ |
D | presenter_input_method_clients_test.ts | 20 import {PropertySource} from 'trace/tree_node/property_tree_node'; 45 source: PropertySource.DEFAULT,
|
/development/tools/winscope/src/viewers/viewer_input_method_manager_service/ |
D | presenter_input_method_manager_service_test.ts | 22 PropertySource, 50 source: PropertySource.DEFAULT,
|
/development/tools/winscope/src/parsers/operations/ |
D | add_defaults_test.ts | 25 PropertySource, 108 expect(child.source).toEqual(PropertySource.DEFAULT);
|