/development/tools/winscope/src/ |
D | transform_ime.js | 9 [entries.entry, transform_entry_clients] 14 function transform_entry_clients(entry) { argument 16 obj: entry, 18 name: nanos_to_string(entry.elapsedRealtimeNanos) + " - " + entry.where, 20 [[entry.client], transform_client_dump] 22 timestamp: entry.elapsedRealtimeNanos, 27 function transform_client_dump(entry) { argument 29 obj: transform_input_connection_call(entry), 31 name: '\n- methodId ' + entry?.inputMethodManager?.curId 32 + '\n- view ' + entry?.viewRootImpl?.view [all …]
|
D | transform_transaction.js | 41 function transform_entry(entry, layerIdToName) { argument 42 const type = entry.increment; 43 const timestamp = entry.timeStamp; 52 transactions: transform_transaction(entry.transaction, layerIdToName), 53 synchronous: entry.transaction.synchronous, 54 animation: entry.transaction.animation, 55 identifier: entry.transaction.id, 57 origin: entry.transaction.origin, 63 layerIdToName[entry[type].id] = entry[type].name; 68 obj: entry[type], [all …]
|
D | transform_protolog.js | 30 function transformMessage(entry) { argument 31 const message = viewerConfig.messages[entry.messageHash]; 33 return new FormattedLogMessage(entry); 36 return new UnformattedLogMessage(entry, message); 39 return new FormattedLogMessage(entry); 54 const data = log.log.map((entry) => (transformMessage(entry)));
|
D | transform_accessibility.js | 28 function transform_entry(entry) { argument 30 obj: entry, 32 name: nanos_to_string(entry.elapsedRealtimeNanos), 34 [entry.accessibilityService, transform_accessibility], 36 timestamp: entry.elapsedRealtimeNanos, 47 [entries.entry, transform_entry],
|
D | transform_launcher.js | 28 function transform_entry(entry) { argument 30 obj: entry, 32 name: nanos_to_string(entry.elapsedRealtimeNanos), 34 [[entry.launcher], transform_launcher] 36 timestamp: entry.elapsedRealtimeNanos, 47 [entries.entry, transform_entry],
|
D | LogEntry.vue | 3 class="entry" 112 .entry { 117 .entry:hover { 121 .entry > div { 153 .entry.warn, .entry.warn > div { 157 .entry.warn.inactive, .entry.warn.inactive > div { 161 .entry.error, .entry.error > div, 162 .entry.wtf, .entry.wtf > div { 166 .entry.error.inactive, .entry.error.inactive > div, 167 .entry.wtf.inactive, .entry.wtf.inactive > div { [all …]
|
D | transform_sys_ui.js | 39 function transform_entry(entry) { argument 41 obj: entry, 43 name: nanos_to_string(entry.elapsedRealtimeNanos), 45 [[entry.systemUi], transform_systemUi] 47 timestamp: entry.elapsedRealtimeNanos, 58 [entries.entry, transform_entry],
|
D | transform_wl.js | 82 function transform_wl_entry(entry) { argument 84 obj: entry, 86 name: nanos_to_string(entry.elapsedRealtimeNanos) + " - " + entry.where, 88 [[entry.state], transform_wl_outputstate], 90 timestamp: entry.elapsedRealtimeNanos, 101 [entries.entry, transform_wl_entry],
|
/development/tools/winscope/src/flickerlib/layers/ |
D | Layer.ts | 39 const entry = new Layer( constant 68 addAttributes(entry, proto); 69 return entry 72 function addAttributes(entry: Layer, proto: any) { 73 entry.kind = `${entry.id}`; 74 entry.shortName = shortenName(entry.name); 75 entry.proto = proto; 76 entry.rect = entry.bounds; 77 entry.rect.transform = entry.transform; 78 entry.rect.ref = entry; [all …]
|
D | LayerTraceEntry.ts | 26 const entry: LayerTraceEntry = builder.build(); constant 28 updateChildren(entry); 29 addAttributes(entry, protos); 30 return entry; 33 function addAttributes(entry: LayerTraceEntry, protos: any) { 34 entry.kind = "entry" 36 entry.timestampMs = entry.timestamp.toString() 37 entry.rects = entry.visibleLayers 48 entry.proto = entryIds; 49 entry.shortName = entry.name; [all …]
|
/development/tools/winscope/src/flickerlib/ |
D | WindowManagerState.ts | 37 const entry = new WindowManagerState( constant 52 addAttributes(entry, proto); 53 console.warn("Created ", entry.kind, " stableId=", entry.stableId) 54 return entry 57 function addAttributes(entry: WindowManagerState, proto: any) { 58 entry.kind = entry.constructor.name; 60 entry.timestampMs = entry.timestamp.toString(); 61 entry.rects = entry.windowStates.reverse().map(it => it.rect); 62 if (!entry.isComplete()) { 63 entry.isIncompleteReason = entry.getIsIncompleteReason(); [all …]
|
D | mixin.ts | 25 export function getPropertiesForDisplay(entry: any): any { 26 if (!entry) { 31 const properties = ObjectFormatter.getProperties(entry) 32 properties.forEach(prop => obj[prop] = entry[prop]); 40 obj.proto = Object.assign({}, entry.proto)
|
D | ObjectFormatter.ts | 40 static cloneObject(entry: any): any { 42 const properties = ObjectFormatter.getProperties(entry); 43 properties.forEach(prop => obj[prop] = entry[prop]); 54 static getProperties(entry: any): string[] { 56 let obj = entry; 61 if (typeof(entry[it]) === 'function') return false; 69 const value = entry[it]; 76 if (typeof(entry[prop]) !== 'function' && props.indexOf(prop) === -1) { 96 sortedProperties.forEach(entry => { 97 const key = entry;
|
/development/tools/winscope/src/flickerlib/windows/ |
D | Activity.ts | 34 const entry = new Activity( constant 44 addAttributes(entry, proto); 45 console.warn("Created ", entry.kind, " stableId=", entry.stableId); 46 return entry; 50 function addAttributes(entry: Activity, proto: any) { 51 entry.proto = proto; 52 entry.kind = entry.constructor.name; 53 entry.shortName = shortenName(entry.name); 54 entry.chips = entry.isVisible ? [VISIBLE_CHIP] : [];
|
D | DisplayArea.ts | 32 const entry = new DisplayArea(proto.isTaskDisplayArea, windowContainer); constant 34 addAttributes(entry, proto); 35 console.warn("Created ", entry.kind, " stableId=", entry.stableId); 36 return entry; 40 function addAttributes(entry: DisplayArea, proto: any) { 41 entry.proto = proto; 42 entry.kind = entry.constructor.name; 43 entry.shortName = shortenName(entry.name);
|
D | TaskFragment.ts | 29 const entry = new TaskFragment( constant 37 addAttributes(entry, proto); 38 console.warn("Created ", entry.kind, " stableId=", entry.stableId); 39 return entry; 43 function addAttributes(entry: TaskFragment, proto: any) { 44 entry.proto = proto; 45 entry.kind = entry.constructor.name; 46 entry.shortName = shortenName(entry.name);
|
D | WindowToken.ts | 34 const entry = new WindowToken(windowContainer); constant 35 entry.kind = entry.constructor.name; 36 entry.proto = proto; 37 entry.shortName = shortenName(entry.name); 38 console.warn("Created ", entry.kind, " stableId=", entry.stableId); 39 return entry;
|
D | Task.ts | 32 const entry = new Task( constant 53 addAttributes(entry, proto); 54 console.warn("Created ", entry.kind, " stableId=", entry.stableId); 55 return entry; 59 function addAttributes(entry: Task, proto: any) { 60 entry.proto = proto; 61 entry.kind = entry.constructor.name; 62 entry.shortName = shortenName(entry.name);
|
D | DisplayContent.ts | 38 const entry = new DisplayContent( constant 59 addAttributes(entry, proto); 60 console.warn("Created ", entry.kind, " stableId=", entry.stableId); 61 return entry; 65 function addAttributes(entry: DisplayContent, proto: any) { 66 entry.proto = proto; 67 entry.kind = entry.constructor.name; 68 entry.shortName = shortenName(entry.name);
|
D | WindowState.ts | 38 const entry = new WindowState( constant 59 addAttributes(entry, proto); 60 return entry; 127 function addAttributes(entry: WindowState, proto: any) { 128 entry.kind = entry.constructor.name; 129 entry.rect = entry.frame; 130 entry.rect.ref = entry; 131 entry.rect.label = entry.name; 132 entry.proto = proto; 133 entry.shortName = shortenName(entry.name); [all …]
|
D | WindowContainer.ts | 57 const entry = new WindowContainer( constant 67 addAttributes(entry, proto); 68 return entry; 71 function addAttributes(entry: WindowContainer, proto: any) { 72 entry.proto = proto; 73 entry.kind = entry.constructor.name; 74 entry.shortName = shortenName(entry.name); 89 const entry = new ConfigurationContainer( constant 95 entry.obj = entry; 96 return entry;
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
D | DiskLruCache.java | 380 Entry entry = lruEntries.get(key); in readJournalLine() local 381 if (entry == null) { in readJournalLine() 382 entry = new Entry(key); in readJournalLine() 383 lruEntries.put(key, entry); in readJournalLine() 387 entry.readable = true; in readJournalLine() 388 entry.currentEditor = null; in readJournalLine() 389 entry.setLengths(copyOfRange(parts, 2, parts.length)); in readJournalLine() 391 entry.currentEditor = new Editor(entry); in readJournalLine() 406 Entry entry = i.next(); in processJournal() local 407 if (entry.currentEditor == null) { in processJournal() [all …]
|
/development/tools/winscope/src/traces/ |
D | ProtoLog.ts | 58 constructor(entry) { 60 text: (entry.messageHash.toString() + 61 ' - [' + entry.strParams.toString() + 62 '] [' + entry.sint64Params.toString() + 63 '] [' + entry.doubleParams.toString() + 64 '] [' + entry.booleanParams.toString() + ']'), 65 time: nanos_to_string(entry.elapsedRealtimeNanos), 69 timestamp: entry.elapsedRealtimeNanos, 75 constructor(entry, message) { 77 text: formatText(message.message, entry), [all …]
|
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/ |
D | LocationDataManager.java | 77 public final void addPoint(LocationEntry entry) { in addPoint() argument 79 List<LocationEntry> points = getPoints(entry.calendar); in addPoint() 81 mDbHelper.insert(entry); in addPoint() 85 points.add(entry); in addPoint() 86 mPointsMap.put(entry.day, points); in addPoint() 88 if (!points.contains(entry)) { in addPoint() 89 mDbHelper.insert(entry); in addPoint() 90 points.add(entry); in addPoint()
|
/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/ |
D | AppRestrictionSchemaFragment.java | 105 for (RestrictionEntry entry : entries) { in resolveRestrictions() 106 String key = entry.getKey(); in resolveRestrictions() 109 updateCanSayHello(entry, restrictions); in resolveRestrictions() 111 updateMessage(entry, restrictions); in resolveRestrictions() 113 updateNumber(entry, restrictions); in resolveRestrictions() 115 updateRank(entry, restrictions); in resolveRestrictions() 117 updateApprovals(entry, restrictions); in resolveRestrictions() 124 private void updateCanSayHello(RestrictionEntry entry, Bundle restrictions) { in updateCanSayHello() argument 127 canSayHello = entry.getSelectedState(); in updateCanSayHello() 137 private void updateMessage(RestrictionEntry entry, Bundle restrictions) { in updateMessage() argument [all …]
|