Home
last modified time | relevance | path

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

123

/development/tools/winscope/src/parsers/
Dparser_window_manager_test.ts53 const entry = await parser.getEntry(1, TimestampType.REAL); constant
60 const entry = await parser.getEntry(1, TimestampType.REAL); constant
86 const entry = await parser.getEntry(0, TimestampType.ELAPSED); constant
92 const entry = await parser.getEntry(0, TimestampType.ELAPSED); constant
Dparser_transactions_test.ts60 const entry = await parser.getEntry(1, TimestampType.REAL); constant
66 const entry = (await parser.getEntry(0, TimestampType.REAL)) as any; constant
73 const entry = (await parser.getEntry(222, TimestampType.REAL)) as any; constant
Dparser_surface_flinger_test.ts28 const entry = await parser.getEntry(0, TimestampType.REAL); constant
80 const entry = await parser.getEntry(1, TimestampType.REAL); constant
111 const entry = await parser.getEntry(0, TimestampType.ELAPSED); constant
Dparser_input_method_manager_service_test.ts48 const entry = await parser.getEntry(0, TimestampType.REAL); constant
77 const entry = await parser.getEntry(0, TimestampType.ELAPSED); constant
Dparser_screen_recording_legacy_test.ts61 const entry = await parser.getEntry(0, TimestampType.ELAPSED); constant
66 const entry = await parser.getEntry(parser.getLengthEntries() - 1, TimestampType.ELAPSED); constant
Dparser_input_method_clients_test.ts56 const entry = await parser.getEntry(1, TimestampType.REAL); constant
83 const entry = await parser.getEntry(0, TimestampType.ELAPSED); constant
Dparser_input_method_service_test.ts46 const entry = await parser.getEntry(0, TimestampType.REAL); constant
73 const entry = await parser.getEntry(0, TimestampType.ELAPSED); constant
Dparser_screen_recording_test.ts63 const entry = await parser.getEntry(0, TimestampType.REAL); constant
68 const entry = await parser.getEntry(parser.getLengthEntries() - 1, TimestampType.REAL); constant
Dparser_common_test.ts57 let entry = await parser.getEntry(0, TimestampType.REAL); variable
82 let entry = await parser.getEntry(0, TimestampType.ELAPSED); variable
Dabstract_parser.ts52 for (const entry of this.decodedEntries) { constant
82 const entry = this.processDecodedEntry(index, timestampType, this.decodedEntries[index]); constant
Dparser_eventlog_test.ts55 const entry = await parser.getEntry(18, TimestampType.REAL); constant
Dparser_view_capture_test.ts53 const entry = (await parser.getEntry(1, TimestampType.REAL)) as any; constant
Dparser_window_manager_dump_test.ts44 const entry = await parser.getEntry(0, TimestampType.ELAPSED); constant
Dparser_accessibility_test.ts52 const entry = await parser.getEntry(1, TimestampType.REAL); constant
/development/tools/winscope/src/viewers/viewer_transactions/
Dviewer_transactions_component_test.ts59 const entry = htmlElement.querySelector('.scroll .entry'); constant
78 const entry = new UiDataEntry( constant
/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/trace/flickerlib/windows/
DWindowManagerState.ts50 const entry = new WindowManagerTraceEntryBuilder() constant
114 const entry = new RootWindowContainer(windowContainer); constant
DWindowContainer.ts60 const entry = new WindowContainer( constant
109 const entry = ConfigurationContainer.Companion.from( constant
DWindowToken.ts39 const entry = new WindowToken(windowContainer); constant
DTaskFragment.ts35 const entry = new TaskFragment( constant
DDisplayArea.ts37 const entry = new DisplayArea(proto.isTaskDisplayArea, windowContainer); constant
DActivity.ts34 const entry = new Activity( constant
DTask.ts33 const entry = new Task( constant
/development/tools/winscope/src/trace/
Dtrace.ts151 const entry = this.convertToAbsoluteEntryIndex(index) as AbsoluteEntryIndex; constant
181 const entry = this.clampEntryToSliceBounds( constant
217 const entry = this.getEntry(pos - this.entriesRange.start); constant
238 const entry = this.getEntry(pos - this.entriesRange.start); constant
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DDiskLruCache.java380 Entry entry = lruEntries.get(key); in readJournalLine() local
406 Entry entry = i.next(); in processJournal() local
476 Entry entry = lruEntries.get(key); in get() local
520 Entry entry = lruEntries.get(key); in edit() local
566 Entry entry = editor.entry; in completeEdit() local
634 Entry entry = lruEntries.get(key); in remove() local
775 private final Entry entry; field in DiskLruCache.Editor
778 private Editor(Entry entry) { in Editor()

123