Home
last modified time | relevance | path

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

1234

/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/
DLocalConfigEntity.ts27 constructor(testName: string, testSrc: string, testMode: TestMode, resource: Resource) { method in OtherSupport
42constructor(id: string, switchName: string, switchSrc: Resource, isOpen: boolean, enable: boolean)… method in SwitchItem
56 constructor(name: string, isSupport: boolean, isSelect: boolean) { method in CollectItem
68constructor(testName?: string, collectItem?: Array<CollectItem>, switchItem?: Array<SwitchItem>) { method in TaskInfoConfig
83constructor(packageName: string, appName: string, appVersion: String, appIcon: string, abilityName… method in AppInfoItem
103constructor(sessionId: String, dbPath: String, packageName: String, iconId: String, name: String, … method in ReportItem
134 constructor(question: string, answer: string) { method in QuestionItem
156 constructor(icon: Resource, content: string, value: string, backColor: string) { method in SummaryItem
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/file-system/
DTabPaneIOCallTree.ts22 constructor() { method in TabPaneIOCallTree
31 constructor() { method in TabPaneVMCallTree
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/expected/
Dnew-04-expected.js17 constructor(value1 = "hello world 2") { method in Banner
24 constructor(value1 = "hello world 1") { method in MyComponent
Dnew-03-expected.js17 constructor(value1 = "hello world 2") { method in Banner
24 constructor(value1 = "hello world 1") { method in MyComponent
Dlink-01-expected.js17 constructor(inputParams) { method in MyLinkTestComponent
30 constructor(inputParams) { method in LinkTest
Dcomponent-01-expected.js17 constructor() { method in MyComponent
Dstruct-01-expected.js19 constructor() { super(); } method in MyComponent
Dconstructor-02-expected.js17 constructor(inputParams) { method in MyLinkComponent
Dconstructor-03-expected.js17 constructor(inputParams) { method in MyPropComponent
Dnew-02-expected.js17 constructor(value1 = "hello world 1", value2 = "hello world 2", value3 = "hello world 3") { method in MyComponent
Dnew-01-expected.js17 constructor(value1 = "hello world 1", value2 = "hello world 2", value3 = "hello world 3") { method in MyComponent
Dconstructor-01-expected.js17 constructor(inputParams) { method in MyStateComponent
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/timer-shaft/
DRect.ts22 constructor(x: number, y: number, width: number, height: number) { method in Rect
98 constructor(x: number, y: number) { method in Point
DGraph.ts23 …protected constructor(canvas: HTMLCanvasElement | undefined | null, c: CanvasRenderingContext2D, f… method in Graph
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_preview_mode.ts19 constructor(rollupObject: any, rollupBundleFileSet: any) { method in BundlePreviewMode
Dbundle_build_mode.ts19 constructor(rollupObject: any, rollupBundleFileSet: any) { method in BundleBuildMode
/developtools/profiler/host/smartperf/ide/src/base-ui/slicer/
Dlit-slicer.ts21 constructor() { method in LitSlicer
98 constructor() { method in LitSlicerTrack
/developtools/profiler/host/smartperf/ide/src/trace/component/chart/
DSpFpsChart.ts27 constructor(trace: SpSystemTrace) { method in SpFpsChart
DSpVirtualMemChart.ts26 constructor(trace: SpSystemTrace) { method in SpVirtualMemChart
DSmpsChart.ts27 constructor(trace: SpSystemTrace) { method in SmpsChart
DSpCpuChart.ts25 constructor(trace: SpSystemTrace) { method in SpCpuChart
DSpNativeMemoryChart.ts28 constructor(trace: SpSystemTrace) { method in SpNativeMemoryChart
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_build_mode.ts21 constructor(rollupObject: any) { method in ModuleBuildMode
Dmodule_preview_mode.ts21 constructor(rollupObject: any) { method in ModulePreviewMode
/developtools/profiler/host/smartperf/ide/src/hdc/hdcclient/
DFormatCommand.ts25 constructor(cmdFlag: number, parameters: string, bJumpDo: boolean) { method in FormatCommand

1234