• Home
  • Raw
  • Download

Lines Matching refs:value

173             {spec: Presenter.COLUMNS.id, value: transactionId},  constant
174 {spec: Presenter.COLUMNS.vsyncId, value: vsyncId}, constant
175 {spec: Presenter.COLUMNS.pid, value: pid}, constant
176 {spec: Presenter.COLUMNS.uid, value: uid}, constant
179 value: TransactionsEntryType.LAYER_CHANGED, constant
183 value: assertDefined( constant
189 value: assertDefined(
202 {spec: Presenter.COLUMNS.id, value: transactionId}, constant
203 {spec: Presenter.COLUMNS.vsyncId, value: vsyncId}, constant
204 {spec: Presenter.COLUMNS.pid, value: pid}, constant
205 {spec: Presenter.COLUMNS.uid, value: uid}, constant
208 value: TransactionsEntryType.DISPLAY_CHANGED, constant
212 value: assertDefined( constant
218 value: assertDefined(
228 {spec: Presenter.COLUMNS.id, value: transactionId}, constant
229 {spec: Presenter.COLUMNS.vsyncId, value: vsyncId}, constant
230 {spec: Presenter.COLUMNS.pid, value: pid}, constant
231 {spec: Presenter.COLUMNS.uid, value: uid}, constant
234 value: TransactionsEntryType.NO_OP, constant
236 {spec: Presenter.COLUMNS.layerOrDisplayId, value: ''}, constant
237 {spec: Presenter.COLUMNS.flags, value: ''}, constant
247 {spec: Presenter.COLUMNS.id, value: ''}, constant
248 {spec: Presenter.COLUMNS.vsyncId, value: vsyncId}, constant
249 {spec: Presenter.COLUMNS.pid, value: Presenter.VALUE_NA}, constant
250 {spec: Presenter.COLUMNS.uid, value: Presenter.VALUE_NA}, constant
253 value: TransactionsEntryType.LAYER_ADDED, constant
257 value: assertDefined( constant
261 {spec: Presenter.COLUMNS.flags, value: ''},
270 {spec: Presenter.COLUMNS.id, value: ''}, constant
271 {spec: Presenter.COLUMNS.vsyncId, value: vsyncId}, constant
272 {spec: Presenter.COLUMNS.pid, value: Presenter.VALUE_NA}, constant
273 {spec: Presenter.COLUMNS.uid, value: Presenter.VALUE_NA}, constant
276 value: TransactionsEntryType.LAYER_DESTROYED, constant
280 value: destroyedLayerId.formattedValue(), constant
282 {spec: Presenter.COLUMNS.flags, value: ''},
291 {spec: Presenter.COLUMNS.id, value: ''}, constant
292 {spec: Presenter.COLUMNS.vsyncId, value: vsyncId}, constant
293 {spec: Presenter.COLUMNS.pid, value: Presenter.VALUE_NA}, constant
294 {spec: Presenter.COLUMNS.uid, value: Presenter.VALUE_NA}, constant
297 value: TransactionsEntryType.DISPLAY_ADDED, constant
301 value: assertDefined( constant
307 value: assertDefined(
319 {spec: Presenter.COLUMNS.id, value: ''}, constant
320 {spec: Presenter.COLUMNS.vsyncId, value: vsyncId}, constant
321 {spec: Presenter.COLUMNS.pid, value: Presenter.VALUE_NA}, constant
322 {spec: Presenter.COLUMNS.uid, value: Presenter.VALUE_NA}, constant
325 value: TransactionsEntryType.DISPLAY_REMOVED, constant
329 value: removedDisplayId.formattedValue(), constant
331 {spec: Presenter.COLUMNS.flags, value: ''},
340 {spec: Presenter.COLUMNS.id, value: ''}, constant
341 {spec: Presenter.COLUMNS.vsyncId, value: vsyncId}, constant
342 {spec: Presenter.COLUMNS.pid, value: Presenter.VALUE_NA}, constant
343 {spec: Presenter.COLUMNS.uid, value: Presenter.VALUE_NA}, constant
346 value: TransactionsEntryType.LAYER_HANDLE_DESTROYED, constant
350 value: destroyedLayerHandleId.formattedValue(), constant
352 {spec: Presenter.COLUMNS.flags, value: ''},
375 ?.value as string,
387 ).value.toString(),
399 const value = getValue(entry); constant
400 if (Array.isArray(value)) {
401 value.forEach((val) => uniqueValues.add(val));
403 uniqueValues.add(value);