Home
last modified time | relevance | path

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

1234567

/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
68 constructor(testName?: string, collectItem?: Array<CollectItem>, switchItem?: Array<SwitchItem>) { method in TaskInfoConfig
83constructor(packageName: string, appName: string, appVersion: String, appIcon: string, abilityName… method in AppInfoItem
103 constructor( method in ReportItem
142 constructor(question: string, answer: string) { method in QuestionItem
170 constructor(icon: Resource, content: string, value: string, backColor: string) { method in SummaryItem
/developtools/ace_ets2bundle/compiler/test/transform_ut/helpers/
Dcache.ts18 constructor() { method in Cache
43 constructor() { method in CacheInCacheStoreManager
59 constructor() { method in CacheStoreManager
Dmodule.ts26 constructor(entryModuleName: string, modulePath: string) { method in Meta
46 constructor(id: string, entryModuleName: string, modulePath: string) { method in ModuleInfo
/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/test/ark_compiler_ut/mock/rollup_mock/
Dshare.ts31 constructor(prefix: string) { method in Logger
76 constructor(prefix: string) { method in HvigorConsoleLogger
110 constructor() { method in CacheInCacheStoreManager
126 constructor() { method in CacheStoreManager
Dmodule_info.ts34 constructor(entryModuleName: string, modulePath: string) { method in Meta
53 constructor(id: string, entryModuleName: string, modulePath: string) { method in ModuleInfo
/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
/developtools/ace_ets2bundle/compiler/src/
Dprocess_kit_import.ts191constructor(localName: string, importName: string, symbol: KitSymbol, originElement: TSspecifier |… method in SpecificerInfo
263 constructor(kitNode: TSModuleDeclaration, symbols: Record<string, KitSymbol>) { method in KitInfo
494constructor(kitNode: ts.ImportDeclaration | ts.ExportDeclaration, symbols: Record<string, KitSymbo… method in NameSpaceKitInfo
520 constructor(kitNode: ts.ImportDeclaration, symbols: Record<string, KitSymbol>) { method in ImportSpecifierKitInfo
572 constructor(kitNode: ts.ImportDeclaration, symbols: Record<string, KitSymbol>) { method in EmptyImportKitInfo
604 constructor(kitNode: ts.ExportDeclaration, symbols: Record<string, KitSymbol>) { method in ExportSpecifierKitInfo
646 constructor(kitNode: ts.ExportDeclaration, symbols: Record<string, KitSymbol>) { method in ExportStarKitInfo
Dprocess_sendable.ts96 const constructor: ts.ConstructorDeclaration = ts.factory.createConstructorDeclaration( constant
122 const constructor: ts.ConstructorDeclaration = member as ts.ConstructorDeclaration; constant
/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
115 constructor(x: number, y: number) { method in Point
/developtools/smartperf_host/ide/src/js-heap/model/
DDatabaseStruct.ts169 constructor( method in HeapEdge
198 constructor( method in HeapTraceFunctionInfo
222 constructor(timestamp: number, lastAssignedId: number) { method in HeapSample
233 constructor(objectIndex: number, scriptId: number, line: number, column: number) { method in HeapLocation
/developtools/smartperf_host/ide/src/base-ui/slicer/
Dlit-slicer.ts21 constructor() { method in LitSlicer
95 constructor() { method in LitSlicerTrack
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/frequsage/
DTabPaneFreqUsageConfig.ts30 constructor( method in TabPaneFreqUsageConfig
69constructor(process: string, thread: string, ts: number, pid: number, tid: number, cpu: number, du… method in TabPaneRunningConfig
84 constructor(startNS: number, cpu: number, value: number, dur: number) { method in TabPaneCpuFreqConfig
/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 t.CSSBridge
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerGpuCounter.ts233 constructor() { method in MaleoonCounterObj
272 constructor() { method in GpuCounterType
/developtools/smartperf_host/ide/src/trace/database/data-trafic/
DFrameDynamicEffectReceiver.ts177 constructor(data: unknown, res: unknown[], transfer: boolean) { method in FrameAnimation
410 constructor(data: unknown, len: unknown[], transfer: boolean) { method in FrameSpacing
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DSheetUtils.ts106 constructor(key: string, value: number) { method in CompareStruct
121 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

1234567