Home
last modified time | relevance | path

Searched defs:constructor (Results 1 – 25 of 130) sorted by relevance

123456

/development/tools/winscope/src/messaging/
Dwinscope_event.ts84 constructor(readonly files: File[]) { method in AppFilesCollected
92 constructor(readonly files: File[]) { method in AppFilesUploaded
116 constructor( method in RemoteToolFilesReceived
127 constructor(readonly deferredTimestamp: () => Timestamp | undefined) { method in RemoteToolTimestampReceived
136 constructor(view: View) { method in TabbedViewSwitched
148 constructor(newActiveTrace: Trace<object>) { method in TabbedViewSwitchRequest
159 constructor(position: TracePosition, updateTimeline = false) { method in TracePositionUpdate
185 constructor(readonly viewers: Viewer[]) { method in ViewersLoaded
196 constructor(readonly isTimelineExpanded: boolean) { method in ExpandedTimelineToggled
203 constructor(readonly trace: Trace<object>) { method in ActiveTraceChanged
[all …]
Duser_warnings.ts23 constructor(private readonly file: File) { method in CorruptedArchive
47 constructor( method in TraceHasOldData
72 constructor( method in TraceOverridden
94 constructor(private readonly descriptor: string) { method in UnsupportedFileFormat
108 constructor( method in InvalidPerfettoTrace
Duser_warning.ts21 constructor() { method in UserWarning
/development/tools/winscope/src/viewers/viewer_input_method_clients/
Dpresenter_input_method_clients.ts55 constructor( method in PresenterInputMethodClients
84 constructor( method in ImClientsTableProperties
Dviewer_input_method_clients.ts33 constructor( method in ViewerInputMethodClients
/development/tools/winscope/src/cross_tool/
Dmessages.ts47 constructor( method in MessageBugReport
58 constructor( method in MessageTimestamp
68 constructor( method in MessageFiles
/development/tools/ota_analysis/src/services/
Dpayload.js59 constructor(payload, contentType = "") { method in OTAPayloadBlobWriter
107 constructor(file) { method in Payload
268 constructor() { method in OpType
283 constructor() { method in MergeOpType
/development/tools/winscope/src/common/
Dtime.ts20 constructor(readonly from: Timestamp, readonly to: Timestamp) {} method in TimeRange
42 constructor(valueNs: bigint, formatter: TimestampFormatter) { method in Timestamp
Dtime_duration.ts20 constructor(private timeDiffNs: bigint) {} method in TimeDuration
/development/tools/winscope/src/parsers/
Dfile_and_parsers.ts21 constructor( method in FileAndParsers
Dfile_and_parser.ts21 constructor(readonly file: TraceFile, readonly parser: Parser<object>) {} method in FileAndParser
/development/tools/winscope/src/trace/
Dtrace_rect.ts22 constructor( method in TraceRect
Dscreen_recording.ts18 constructor( method in ScreenRecordingTraceEntry
Dtrace_file.ts20 constructor(public file: File, public parentArchive?: File) {} method in TraceFile
/development/tools/motion/motion_test_watcher_app/src/app/motion-golden/
Dmotion-golden.component.ts18 constructor( method in MotionGoldenComponent
/development/tools/motion/motion_test_watcher_app/src/app/screenshot-golden/
Dscreenshot-golden.component.ts20 constructor( method in ScreenshotGoldenComponent
/development/tools/winscope/src/app/components/
Dshortcuts_component.ts176 constructor( method in ShortcutsComponent
Dsnack_bar_component.ts45 constructor( method in SnackBarComponent
/development/tools/winscope/src/viewers/common/
Dime_additional_properties.ts19 constructor( method in ImeAdditionalProperties
/development/tools/winscope/src/parsers/surface_flinger/operations/
Dadd_excludes_composition_state.ts22 constructor(private readonly excludesCompositionState: boolean) { method in AddExcludesCompositionState
/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Dmini_timeline_drawer_output.ts4 constructor( method in MiniTimelineDrawerOutput
/development/tools/winscope/src/parsers/transitions/operations/
Dadd_real_to_elapsed_time_offset_timestamp.ts23 constructor( method in AddRealToBootTimeOffsetTimestamp
/development/tools/winscope/src/viewers/viewer_input_method_manager_service/
Dviewer_input_method_manager_service.ts33 constructor( method in ViewerInputMethodManagerService
/development/tools/winscope/src/viewers/components/rects/
Dtypes2d.ts21 constructor( method in UiRect
/development/tools/winscope/src/viewers/viewer_input_method_service/
Dviewer_input_method_service.ts33 constructor( method in ViewerInputMethodService

123456