Home
last modified time | relevance | path

Searched refs:EMPTY_OBJ_STRING (Results 1 – 6 of 6) sorted by relevance

/development/tools/winscope/src/viewers/components/
Dsurface_flinger_property_groups_component_test.ts27 import {EMPTY_OBJ_STRING} from 'trace/tree_node/formatters';
101 ).toContain(EMPTY_OBJ_STRING);
104 ).toContain(EMPTY_OBJ_STRING);
114 ).toContain(EMPTY_OBJ_STRING);
119 expect(assertDefined(sizeDiv).innerHTML).toContain(EMPTY_OBJ_STRING);
125 expect(assertDefined(destFrameDiv).innerHTML).toContain(EMPTY_OBJ_STRING);
168 `${EMPTY_OBJ_STRING}, alpha: 1`,
249 calcCrop: EMPTY_OBJ_STRING,
250 finalBounds: EMPTY_OBJ_STRING,
252 reqCrop: EMPTY_OBJ_STRING,
[all …]
Dime_additional_properties_component.ts24 import {EMPTY_OBJ_STRING} from 'trace/tree_node/formatters';
367 if (!color) return EMPTY_OBJ_STRING;
/development/tools/winscope/src/trace/tree_node/
Dformatters_test.ts27 EMPTY_OBJ_STRING,
94 ).toEqual(`${EMPTY_OBJ_STRING}, alpha: 1`);
97 ).toEqual(`${EMPTY_OBJ_STRING}, alpha: 0`);
125 ).toEqual(EMPTY_OBJ_STRING);
128 ).toEqual(EMPTY_OBJ_STRING);
Dformatters.ts23 const EMPTY_OBJ_STRING = '{empty}'; constant
71 return `${EMPTY_OBJ_STRING}, alpha: ${alpha}`;
81 return EMPTY_OBJ_STRING;
225 EMPTY_OBJ_STRING,
/development/tools/winscope/src/parsers/operations/
Dset_formatters_test.ts26 import {EMPTY_OBJ_STRING, LAYER_ID_FORMATTER} from 'trace/tree_node/formatters';
70 ).toEqual(`${EMPTY_OBJ_STRING}, alpha: 1`);
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dpresenter.ts29 import {EMPTY_OBJ_STRING} from 'trace/tree_node/formatters';
405 return propVal !== 'null' ? propVal : EMPTY_OBJ_STRING;