Home
last modified time | relevance | path

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

123456

/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/smartperf_host/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
Dstruct-01-expected.js19 constructor() { super(); } method in MyComponent
Dcomponent-01-expected.js17 constructor() { method in MyComponent
Dconstructor-02-expected.js17 constructor(inputParams) { method in MyLinkComponent
Dconstructor-03-expected.js17 constructor(inputParams) { method in MyPropComponent
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/frequsage/
DTabPaneFreqUsageConfig.ts30 constructor( method in TabPaneFreqUsageConfig
69 constructor( method in TabPaneRunningConfig
92 constructor(startNS: number, cpu: number, value: number, dur: number) { method in TabPaneCpuFreqConfig
/developtools/ace_ets2bundle/compiler/src/
Dprocess_kit_import.ts131constructor(localName: string, importName: string, symbol: KitSymbol, originElement: TSspecifier |… method in SpecificerInfo
196 constructor(kitNode: TSModuleDeclaration, symbols: Record<string, KitSymbol>) { method in KitInfo
403constructor(kitNode: ts.ImportDeclaration | ts.ExportDeclaration, symbols: Record<string, KitSymbo… method in NameSpaceKitInfo
421 constructor(kitNode: ts.ImportDeclaration, symbols: Record<string, KitSymbol>) { method in ImportSpecifierKitInfo
472 constructor(kitNode: ts.ExportDeclaration, symbols: Record<string, KitSymbol>) { method in ExportSpecifierKitInfo
514 constructor(kitNode: ts.ExportDeclaration, symbols: Record<string, KitSymbol>) { method in ExportStarKitInfo
/developtools/smartperf_host/ide/src/trace/bean/
DPerfStruct.ts26constructor(id: number, name: string, depth: number, selfTime: number, totalTime: number, thread_i… method in PerfFireChartStruct
46 constructor( method in HiPerfChartFrame
DJsStruct.ts30 constructor( method in JsCpuProfilerUIStruct
125 constructor(type: SampleType | string, time: number, timeStr: string, percentage: string) { method in JsCpuProfilerStatisticsStruct
/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DRect.ts22 constructor(x: number, y: number, width: number, height: number) { method in Rect
107 constructor(x: number, y: number) { method in Point
/developtools/smartperf_host/ide/src/js-heap/model/
DDatabaseStruct.ts170 constructor( method in HeapEdge
199 constructor( method in HeapTraceFunctionInfo
223 constructor(timestamp: number, lastAssignedId: number) { method in HeapSample
234 constructor(objectIndex: number, scriptId: number, line: number, column: number) { method in HeapLocation
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dmodule_info.ts25 constructor(entryModuleName: string, modulePath: string) { method in Meta
40 constructor(id: string, entryModuleName: string, modulePath: string) { method in ModuleInfo
/developtools/smartperf_host/ide/src/base-ui/slicer/
Dlit-slicer.ts21 constructor() { method in LitSlicer
91 constructor() { method in LitSlicerTrack
/developtools/ace_js2bundle/ace-loader/plugin/codegen/
Dindex.js1 …defineProperty(t,"__esModule",{value:!0}),t.Cache=void 0,t.Cache=class{constructor(e,t=0){this.val… method in i.AnonymousClassc31e7b9a0a01
/developtools/smartperf_host/ide/src/trace/database/data-trafic/
DFrameDynamicEffectReceiver.ts168 constructor(data: any, res: any[], transfer: boolean) { method in FrameAnimation
343 constructor(data: any, len: any[], transfer: boolean) { method in FrameSpacing
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DSheetUtils.ts100 constructor(key: string, value: number) { method in CompareStruct
115 constructor(expression: string) { method in ParseExpression
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_build_mode.ts19 constructor(rollupObject: Object, rollupBundleFileSet: Object) { method in BundleBuildMode
Dbundle_preview_mode.ts19 constructor(rollupObject: Object, rollupBundleFileSet: Object) { method in BundlePreviewMode
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpFpsChart.ts26 constructor(trace: SpSystemTrace) { method in SpFpsChart
DSpLogChart.ts26 constructor(trace: SpSystemTrace) { method in SpLogChart
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_preview_mode.ts21 constructor(rollupObject: Object) { method in ModulePreviewMode

123456