Home
last modified time | relevance | path

Searched refs:constructor (Results 1 – 25 of 100) sorted by relevance

1234

/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
Dconstructor-02-expected.js17 constructor(inputParams) { method in MyLinkComponent
Dconstructor-03-expected.js17 constructor(inputParams) { method in MyPropComponent
Dconstructor-01-expected.js17 constructor(inputParams) { method in MyStateComponent
Dcomponent-01-expected.js17 constructor() { method in MyComponent
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
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/
Dcomponent-01.ets23 constructor() {
24 console.info('into constructor');
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DPaint.ets49 constructor(paint?:Paint){
278 constructor(paint?:LinePaint){
305 constructor(paint?:TextPaint){
373 constructor(paint?:PathPaint){
506 constructor(paint?:PathFillPaint){
540 constructor(paint?:RectPaint){
566 constructor(paint?:BackGroundPaint){
582 constructor(paint?:BackGroundPaint){
589 constructor(paint?:IndexPositionPaint){
618 constructor(paint?:Paint){
[all …]
DEntryOhos.ets23 * Might only contain a single value depending on the used constructor.
30 constructor(x?:number, y?:number,icon?:ImagePaint,data?:Object) {
DLineData.ets26 public constructor(dataSets ?: JArrayList<ILineDataSet>) {
DRunnable.ets21 constructor(_type:string,callback:{}){
/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-snapshot-plugin.js28 constructor(options) { method in SnapshotPlugin
Dlite-image-coverter-plugin.js30 constructor(options) { method in ImageCoverterPlugin
/developtools/ace_ets2bundle/compiler/
D.eslintrc52 "no-array-constructor": 2,
84 "no-useless-constructor": 2,
/developtools/ace_js2bundle/ace-loader/plugin/codegen/
Dindex.js1constructor(e,t=0){this.value="",this.indent=t,this.flag=!0,this.INDENT=e}indentOn(){this.flag=!0}… method in t.VisualModel
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/
DDatabaseEntity.ets24 constructor(moduleType: String, timeStamp: number, values: Map<String, String>) {
114constructor(sessionId ?: String, taskId ?: String, appName ?: String, appVersion ?: String, packag…
233 constructor(
374constructor(id ?: String, taskId ?: String, application ?: String, power ?: String, current ?: Str…
407constructor( taskId ?: string, sensor ?:string, power ?: string, current ?: string, percent ?: str…
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/
DSignerFactory.java111 Constructor<?> constructor = implClass.getConstructor(Map.class); in loadRemoteSigner() local
112 Object signer = constructor.newInstance(adapter.getOptions()); in loadRemoteSigner()
/developtools/ace_ets2bundle/compiler/test/pages/
Dimport@Observed.ets23 constructor(c: number, name: string = 'OK') {
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/
DBarLineScatterCandleBubbleRenderer.ets29 constructor(mAnimator:ChartAnimator){
80 constructor(animator: ChartAnimator, viewPortHandler: ViewPortHandler) {
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/
DLegendView.ets46 }else if(item.constructor.name == "RectPaint"){
50 }else if(item.constructor.name == "TextPaint"){
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/data/
DDetailCommon.ets28 constructor(key: string, value: string, percent: string, color: Resource) {

1234