Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 97) sorted by relevance

1234

/development/tools/winscope/src/parsers/screen_recording/
Dparser_screen_recording_test.ts61 const entry = await parser.getEntry(0); constant
66 const entry = await parser.getEntry(parser.getLengthEntries() - 1); constant
114 const entry = await parser.getEntry(0); constant
119 const entry = await parser.getEntry(parser.getLengthEntries() - 1); constant
Dparser_screen_recording_legacy_test.ts66 const entry = await parser.getEntry(0); constant
71 const entry = await parser.getEntry(parser.getLengthEntries() - 1); constant
/development/tools/winscope/src/parsers/input_method/legacy/
Dparser_input_method_clients_test.ts59 const entry = await parser.getEntry(1); constant
86 const entry = await parser.getEntry(0); constant
92 const entry = await parser.getEntry(8); constant
Dparser_input_method_manager_service_test.ts54 const entry = await parser.getEntry(0); constant
82 const entry = await parser.getEntry(0); constant
Dparser_input_method_service_test.ts54 const entry = await parser.getEntry(0); constant
80 const entry = await parser.getEntry(0); constant
/development/tools/winscope/src/parsers/surface_flinger/legacy/
Dparser_surface_flinger_test.ts80 const entry = await parser.getEntry(1); constant
86 const entry = await parser.getEntry(0); constant
159 const entry = await parser.getEntry(0); constant
215 const entry = await parser.getEntry(0); constant
/development/tools/winscope/src/parsers/window_manager/legacy/
Dparser_window_manager_test.ts66 const entry = await parser.getEntry(1); constant
103 const entry = await parser.getEntry(1); constant
132 const entry = await parser.getEntry(0); constant
/development/tools/winscope/src/parsers/search/
Dparser_search_test.ts84 const entry = await parser.getEntry(0); constant
114 const entry = await parser.getEntry(0); constant
143 const entry = await parser.getEntry(0); constant
/development/tools/winscope/src/parsers/input/perfetto/
Dparser_key_event_test.ts61 const entry = await parser.getEntry(1); constant
66 const entry = await parser.getEntry(0); constant
89 const entry = await parser.getEntry(0); constant
Dparser_motion_event_test.ts65 const entry = await parser.getEntry(1); constant
70 const entry = await parser.getEntry(0); constant
144 const entry = await parser.getEntry(0); constant
/development/tools/winscope/src/parsers/transactions/perfetto/
Dparser_transactions_test.ts62 const entry = await parser.getEntry(1); constant
128 const entry = await parser.getEntry(0); constant
149 const entry = await parser.getEntry(222); constant
/development/tools/winscope/src/parsers/transactions/legacy/
Dparser_transactions_test.ts62 const entry = await parser.getEntry(1); constant
68 const entry = await parser.getEntry(0); constant
92 const entry = await parser.getEntry(222); constant
/development/tools/winscope/src/parsers/view_capture/legacy/
Dhierarchy_tree_builder_vc_test.ts49 const entry = new PropertiesProvider( constant
70 const entry = new PropertiesProvider( constant
105 const entry = new PropertiesProvider( constant
160 const entry = new PropertiesProvider( constant
/development/tools/winscope/src/app/
Dtimeline_data.ts177 const entry = this.activeTrace.findClosestEntry(timestamp); constant
268 const entry = TraceEntryFinder.findCorrespondingEntry(trace, position); constant
327 const entry = TraceEntryFinder.findCorrespondingEntry(trace, position); constant
373 const entry = trace.getEntry(i); constant
/development/tools/winscope/src/parsers/surface_flinger/perfetto/
Dparser_surface_flinger_test.ts80 const entry = await parser.getEntry(1); constant
86 const entry = await parser.getEntry(0); constant
162 const entry = await parser.getEntry(0); constant
/development/tools/winscope/src/parsers/input_method/perfetto/
Dparser_input_method_clients_test.ts58 const entry = await parser.getEntry(1); constant
64 const entry = await parser.getEntry(7); constant
Dparser_input_method_manager_service_test.ts60 const entry = await parser.getEntry(0); constant
Dparser_input_method_service_test.ts58 const entry = await parser.getEntry(0); constant
/development/tools/winscope/src/parsers/events/
Dparser_eventlog_test.ts63 const entry = await parser.getEntry(18); constant
112 const entry = await parser.getEntry(0); constant
/development/tools/winscope/src/parsers/legacy/
Dparser_common_test.ts97 let entry = await parser.getEntry(0); variable
128 let entry = await parser.getEntry(0); variable
/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
DAppRestrictionSchemaFragment.java124 private void updateCanSayHello(RestrictionEntry entry, Bundle restrictions) { in updateCanSayHello()
137 private void updateMessage(RestrictionEntry entry, Bundle restrictions) { in updateMessage()
145 private void updateNumber(RestrictionEntry entry, Bundle restrictions) { in updateNumber()
155 private void updateRank(RestrictionEntry entry, Bundle restrictions) { in updateRank()
165 private void updateApprovals(RestrictionEntry entry, Bundle restrictions) { in updateApprovals()
/development/tools/winscope/src/viewers/viewer_input/
Dviewer_input_component_test.ts68 let entry: TraceEntry<PropertyTreeNode>; variable
141 const entry = assertDefined( constant
/development/tools/winscope/src/viewers/viewer_jank_cujs/
Dviewer_jank_cujs_component_test.ts53 let entry: TraceEntry<PropertyTreeNode>; variable
103 const entry = assertDefined( constant
/development/tools/winscope/src/viewers/viewer_transitions/
Dviewer_transitions_component_test.ts63 let entry: TraceEntry<PropertyTreeNode>; variable
101 const entry = assertDefined( constant
/development/tools/winscope/src/viewers/viewer_search/
Dsearch_result_presenter.ts72 const entry = this.trace.getEntry(0); constant
123 const entry = this.trace.getEntry(entryIndex); constant

1234