Home
last modified time | relevance | path

Searched refs:SetFormatters (Results 1 – 18 of 18) sorted by relevance

/development/tools/winscope/src/parsers/operations/
Dset_formatters_test.ts28 import {SetFormatters} from './set_formatters';
32 let operation: SetFormatters;
48 operation = new SetFormatters(field);
64 operation = new SetFormatters();
82 operation = new SetFormatters();
98 operation = new SetFormatters();
114 operation = new SetFormatters();
130 operation = new SetFormatters();
169 operation = new SetFormatters();
185 operation = new SetFormatters();
[all …]
Dset_formatters.ts39 export class SetFormatters implements Operation<PropertyTreeNode> { class
89 SetFormatters.TransformRegExp.test(node.name) &&
/development/tools/winscope/src/parsers/window_manager/operations/
Doperation_lists.ts18 import {SetFormatters} from 'parsers/operations/set_formatters';
41 new SetFormatters(WmTamperedProtos.WindowManagerServiceField),
64 new SetFormatters(WmTamperedProtos.RootWindowContainerField),
87 new SetFormatters(WmTamperedProtos.WindowContainerField),
111 new SetFormatters(WmTamperedProtos.DisplayContentField),
134 new SetFormatters(WmTamperedProtos.DisplayAreaField),
157 new SetFormatters(WmTamperedProtos.TaskField),
180 new SetFormatters(WmTamperedProtos.ActivityField),
204 new SetFormatters(WmTamperedProtos.WindowTokenField),
227 new SetFormatters(
[all …]
/development/tools/winscope/src/parsers/input_method/
Dhierarchy_tree_service_factory.ts19 import {SetFormatters} from 'parsers/operations/set_formatters';
39 private SetFormattersService: SetFormatters;
43 private SetFormattersEntry: SetFormatters;
51 this.SetFormattersService = new SetFormatters(serviceField);
62 this.SetFormattersEntry = new SetFormatters(entryField);
Dhierarchy_tree_manager_service_factory.ts19 import {SetFormatters} from 'parsers/operations/set_formatters';
42 private SetFormattersService: SetFormatters;
46 private SetFormattersEntry: SetFormatters;
54 this.SetFormattersService = new SetFormatters(managerServiceField);
65 this.SetFormattersEntry = new SetFormatters(entryField);
Dhierarchy_tree_clients_factory.ts19 import {SetFormatters} from 'parsers/operations/set_formatters';
39 private SetFormattersClient: SetFormatters;
43 private SetFormattersEntry: SetFormatters;
48 this.SetFormattersClient = new SetFormatters(clientField);
59 this.SetFormattersEntry = new SetFormatters(entryField);
/development/tools/winscope/src/parsers/protolog/
Dparser_protolog_utils.ts18 import {SetFormatters} from 'parsers/operations/set_formatters';
51 new SetFormatters(undefined, customFormatters).apply(tree);
/development/tools/winscope/src/parsers/transitions/
Dparser_transitions_utils.ts21 import {SetFormatters} from 'parsers/operations/set_formatters';
70 private static readonly SET_FORMATTERS_OPERATION = new SetFormatters();
159 new SetFormatters(undefined, customFormatters).apply(tree);
216 new SetFormatters(undefined, customFormatters).apply(tree);
/development/tools/winscope/src/trace/tree_node/
Dproperties_provider.ts18 import {SetFormatters} from 'parsers/operations/set_formatters';
52 new SetFormatters().apply(property);
/development/tools/winscope/src/parsers/input/perfetto/
Dparser_key_event.ts20 import {SetFormatters} from 'parsers/operations/set_formatters';
36 new SetFormatters(ParserKeyEvent.KeyEventField),
Dparser_motion_event.ts20 import {SetFormatters} from 'parsers/operations/set_formatters';
36 new SetFormatters(ParserMotionEvent.MotionEventField),
Dabstract_input_event_parser.ts19 import {SetFormatters} from 'parsers/operations/set_formatters';
40 new SetFormatters(AbstractInputEventParser.DispatchEventsField),
/development/tools/winscope/src/parsers/transactions/perfetto/
Dparser_transactions.ts20 import {SetFormatters} from 'parsers/operations/set_formatters';
50 new SetFormatters(ParserTransactions.TransactionsTraceEntryField),
/development/tools/winscope/src/parsers/transactions/legacy/
Dparser_transactions.ts21 import {SetFormatters} from 'parsers/operations/set_formatters';
50 new SetFormatters(ParserTransactions.TransactionsTraceEntryField),
/development/tools/winscope/src/parsers/surface_flinger/legacy/
Dparser_surface_flinger.ts21 import {SetFormatters} from 'parsers/operations/set_formatters';
67 SetFormattersLayer: new SetFormatters(
81 SetFormattersEntry: new SetFormatters(
/development/tools/winscope/src/parsers/view_capture/perfetto/
Dparser_view_capture_window.ts20 import {SetFormatters} from 'parsers/operations/set_formatters';
59 new SetFormatters(ParserViewCaptureWindow.PROTO_VIEW_FIELD),
/development/tools/winscope/src/parsers/surface_flinger/perfetto/
Dparser_surface_flinger.ts20 import {SetFormatters} from 'parsers/operations/set_formatters';
69 SetFormattersLayer: new SetFormatters(
83 SetFormattersEntry: new SetFormatters(
/development/tools/winscope/src/parsers/view_capture/legacy/
Dparser_view_capture_window.ts21 import {SetFormatters} from 'parsers/operations/set_formatters';
70 SetFormattersNode: new SetFormatters(NodeField),