Home
last modified time | relevance | path

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

1234

/development/tools/winscope/src/trace/
Dtimestamp.ts26 constructor(type: TimestampType, valueNs: bigint) { method in Timestamp
67 constructor(valueNs: bigint) { method in RealTimestamp
73 constructor(valueNs: bigint) { method in ElapsedTimestamp
Dprotolog.ts29 constructor( method in LogMessage
47 constructor( method in FormattedLogMessage
83 constructor( method in UnformattedLogMessage
Dscreen_recording.ts18 constructor(public videoTimeSeconds: number, public videoData: Blob) {} method in ScreenRecordingTraceEntry
Dtrace_file.ts20 constructor(public file: File, public parentArchive?: File) {} method in TraceFile
Dtrace_position.ts44 private constructor( method in TracePosition
/development/tools/winscope/src/cross_tool/
Dmessages.ts41 constructor(public file: File, public timestampNs?: bigint, public issueId?: string) {} method in MessageBugReport
47 constructor(public timestampNs: bigint, public sections?: string[]) {} method in MessageTimestamp
53 constructor(public files: File[], public timestampNs?: bigint, public issueId?: string) {} method in MessageFiles
Dcross_tool_protocol.ts26 constructor(readonly window: Window, readonly origin: string) {} method in RemoteTool
/development/tools/winscope/src/parsers/
Dparser_protolog.ts26 constructor(trace: TraceFile) { method in ParserProtoLog
106 constructor(message: string) { method in FormatStringMismatchError
Dparser_window_manager_dump.ts25 constructor(trace: TraceFile) { method in ParserWindowManagerDump
Dparser_screen_recording.ts26 constructor(public timestampElapsedNs: bigint, public timestampRealtimeNs: bigint) {} method in ScreenRecordingMetadataEntry
30 constructor(trace: TraceFile) { method in ParserScreenRecording
/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/app/components/timeline/
Dmini_canvas_drawer.ts30 constructor( method in MiniCanvasDrawerInput
80 constructor(private fromRange: TimeRange, private toRange: Segment) { method in Transformer
108 constructor(public selectedPosition: Timestamp, public selection: TimeRange) {} method in MiniCanvasDrawerOutput
112 constructor( method in MiniCanvasDrawerData
166 constructor( method in MiniCanvasDrawer
/development/tools/winscope/src/viewers/common/
Dime_additional_properties.ts19 constructor( method in ImeAdditionalProperties
Dviewer_input_method.ts26 constructor(traces: Traces, storage: Storage) { method in ViewerInputMethod
/development/tools/winscope/src/app/components/
Dsnack_bar_component.ts45 constructor( method in SnackBarComponent
/development/tools/winscope/src/viewers/viewer_input_method_clients/
Dpresenter_input_method_clients.ts30 constructor(public inputMethodId: string | undefined, public packageName: string | undefined) {} method in ImClientsTableProperties
/development/tools/winscope/src/viewers/viewer_input_method_service/
Dpresenter_input_method_service.ts31 constructor( method in ImServiceTableProperties
/development/tools/winscope/src/viewers/
Dviewer_stub.ts22 constructor(title: string, viewContent?: string) { method in ViewerStub
/development/tools/winscope/src/viewers/viewer_transitions/
Dui_data.ts22 constructor( method in UiData
Dviewer_transitions.ts25 constructor(traces: Traces) { method in ViewerTransitions
/development/tools/winscope/src/viewers/viewer_protolog/
Dviewer_protolog.ts26 constructor(traces: Traces) { method in ViewerProtoLog
/development/tools/winscope/src/viewers/viewer_view_capture/
Dviewer_view_capture.ts31 constructor(traces: Traces, storage: Storage) { method in ViewerViewCapture
/development/tools/winscope/src/viewers/viewer_transactions/
Dviewer_transactions.ts26 constructor(traces: Traces) { method in ViewerTransactions
/development/tools/winscope/src/viewers/viewer_window_manager/
Dviewer_window_manager.ts26 constructor(traces: Traces, storage: Storage) { method in ViewerWindowManager
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dviewer_surface_flinger.ts30 constructor(traces: Traces, storage: Storage) { method in ViewerSurfaceFlinger

1234