Home
last modified time | relevance | path

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

/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
Decharts_data.js10 constructor(statisticData, title, unit, maximumEntries = 15) { method in EchartsData
Dmap_parser.js16 constructor(targetFile) { method in MapParser
Dpayload_nonab.js9 constructor(packedFile) { method in PayloadNonAB
Dupdate_metadata_pb.js251 return this.constructor.toObject(this, $protobuf.util.toJSONOptions);
459 return this.constructor.toObject(this, $protobuf.util.toJSONOptions);
697 return this.constructor.toObject(this, $protobuf.util.toJSONOptions);
933 return this.constructor.toObject(this, $protobuf.util.toJSONOptions);
1231 return this.constructor.toObject(this, $protobuf.util.toJSONOptions);
1832 return this.constructor.toObject(this, $protobuf.util.toJSONOptions);
2160 return this.constructor.toObject(this, $protobuf.util.toJSONOptions);
2878 return this.constructor.toObject(this, $protobuf.util.toJSONOptions);
3141 return this.constructor.toObject(this, $protobuf.util.toJSONOptions);
3439 return this.constructor.toObject(this, $protobuf.util.toJSONOptions);
[all …]
/development/tools/otagui/src/services/
DJobSubmission.js14 constructor() { method in OTAConfiguration
114 this.constructor()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPrintCustomContent.java501 item.constructor = constructors[i]; in loadMotoGpStats()
511 String constructor; field in PrintCustomContent.MotoGpStatItem
556 TextView constructorView = (TextView) convertView.findViewById(R.id.constructor); in getView()
557 constructorView.setText(item.constructor); in getView()