Searched refs:constructor (Results 1 – 7 of 7) sorted by relevance
/development/tools/ota_analysis/src/services/ |
D | payload.js | 59 constructor(payload, contentType = "") { method in OTAPayloadBlobWriter 107 constructor(file) { method in Payload 268 constructor() { method in OpType 283 constructor() { method in MergeOpType
|
D | echarts_data.js | 10 constructor(statisticData, title, unit, maximumEntries = 15) { method in EchartsData
|
D | map_parser.js | 16 constructor(targetFile) { method in MapParser
|
D | payload_nonab.js | 9 constructor(packedFile) { method in PayloadNonAB
|
D | update_metadata_pb.js | 251 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/ |
D | JobSubmission.js | 14 constructor() { method in OTAConfiguration 114 this.constructor()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | PrintCustomContent.java | 501 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()
|