Home
last modified time | relevance | path

Searched refs:toJSON (Results 1 – 2 of 2) sorted by relevance

/development/tools/ota_analysis/src/services/
Dupdate_metadata_pb.js250 Extent.prototype.toJSON = function toJSON() { method in Extent
458 Signatures.prototype.toJSON = function toJSON() { method in Signatures
696 Signature.prototype.toJSON = function toJSON() { method in Signature
932 PartitionInfo.prototype.toJSON = function toJSON() { method in PartitionInfo
1230 ImageInfo.prototype.toJSON = function toJSON() { method in ImageInfo
1831 InstallOperation.prototype.toJSON = function toJSON() {
2159 CowMergeOperation.prototype.toJSON = function toJSON() { method in CowMergeOperation
2877 PartitionUpdate.prototype.toJSON = function toJSON() { method in PartitionUpdate
3140 DynamicPartitionGroup.prototype.toJSON = function toJSON() { method in DynamicPartitionGroup
3438 DynamicPartitionMetadata.prototype.toJSON = function toJSON() { method in DynamicPartitionMetadata
[all …]
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Dweb_services.py163 self.response.out.write(toJSON(updated_contacts))
343 def toJSON(object): function