/aosp_15_r20/external/skia/tools/debugger/ |
H A D | DrawCommand.cpp | 285 void DrawCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON() function in DrawCommand 1010 void ClearCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON() function in ClearCommand 1030 void ClipPathCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON() function in ClipPathCommand 1046 void ClipRegionCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON() function in ClipRegionCommand 1062 void ClipRectCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON() function in ClipRectCommand 1087 void ClipRRectCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON() function in ClipRRectCommand 1110 void ClipShaderCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON() function in ClipShaderCommand 1147 void ConcatCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON() function in ConcatCommand 1160 void Concat44Command::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON() function in Concat44Command 1177 void DrawAnnotationCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON() function in DrawAnnotationCommand [all …]
|
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
H A D | TelephonyEvents.java | 57 public JSONObject toJSON() throws JSONException { in toJSON() method in TelephonyEvents.CallStateEvent 106 public JSONObject toJSON() throws JSONException { in toJSON() method in TelephonyEvents.PreciseCallStateEvent 148 public JSONObject toJSON() throws JSONException { in toJSON() method in TelephonyEvents.DataConnectionRealTimeInfoEvent 192 public JSONObject toJSON() throws JSONException { in toJSON() method in TelephonyEvents.DataConnectionStateEvent 237 public JSONObject toJSON() throws JSONException { in toJSON() method in TelephonyEvents.ServiceStateEvent 260 public JSONObject toJSON() throws JSONException { in toJSON() method in TelephonyEvents.MessageWaitingIndicatorEvent 298 public JSONObject toJSON() throws JSONException { in toJSON() method in TelephonyEvents.DisplayInfoChangedEvent 328 public JSONObject toJSON() throws JSONException { in toJSON() method in TelephonyEvents.PhysicalChannelConfigChangedEvent
|
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
H A D | ConnectivityEvents.java | 50 public JSONObject toJSON() throws JSONException { in toJSON() method in ConnectivityEvents.SocketKeepaliveEvent 83 public JSONObject toJSON() throws JSONException { in toJSON() method in ConnectivityEvents.NetworkCallbackEventBase 114 public JSONObject toJSON() throws JSONException { in toJSON() method in ConnectivityEvents.NetworkCallbackEventOnLosing 137 public JSONObject toJSON() throws JSONException { in toJSON() method in ConnectivityEvents.NetworkCallbackEventOnCapabilitiesChanged 160 public JSONObject toJSON() throws JSONException { in toJSON() method in ConnectivityEvents.NetworkCallbackEventOnLinkPropertiesChanged
|
/aosp_15_r20/development/tools/ota_analysis/src/services/ |
H A D | update_metadata_pb.js | 250 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 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 3720 ApexInfo.prototype.toJSON = function toJSON() { method in ApexInfo [all …]
|
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/uwb/ |
H A D | UwbEvents.java | 44 public JSONObject toJSON() throws JSONException { in toJSON() method in UwbEvents.UwbAdapterStateEvent 72 public JSONObject toJSON() throws JSONException { in toJSON() method in UwbEvents.RangingSessionEvent
|
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/nsd/ |
H A D | NsdManagerFacade.java | 285 public JSONObject toJSON() throws JSONException { in toJSON() method in NsdManagerFacade.RegistrationListener.RegistrationListenerEvent 365 public JSONObject toJSON() throws JSONException { in toJSON() method in NsdManagerFacade.DiscoveryListener.DiscoveryListenerEvent 420 public JSONObject toJSON() throws JSONException { in toJSON() method in NsdManagerFacade.ResolveListener.ResolveListenerEvent
|
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
H A D | JsonSerializable.java | 23 public JSONObject toJSON() throws JSONException; in toJSON() method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MCA/ |
D | View.h | 33 virtual json::Value toJSON() const { return "not implemented"; } in toJSON() function
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | IClusterEvent.java | 24 public JSONObject toJSON() throws JSONException; in toJSON() method
|
D | InvocationStatus.java | 43 public JSONObject toJSON() throws JSONException { in toJSON() method in InvocationStatus
|
D | TestGroupStatus.java | 81 public JSONObject toJSON() throws JSONException { in toJSON() method in TestGroupStatus
|
D | ClusterDeviceInfo.java | 103 public JSONObject toJSON() throws JSONException { in toJSON() method in ClusterDeviceInfo
|
D | ClusterHostEvent.java | 204 public JSONObject toJSON() throws JSONException { in toJSON() method in ClusterHostEvent
|
D | ClusterCommandEvent.java | 212 public JSONObject toJSON() throws JSONException { in toJSON() method in ClusterCommandEvent
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/ |
H A D | View.h | 33 virtual json::Value toJSON() const { return "not implemented"; } in toJSON() function
|
/aosp_15_r20/external/mobly-snippet-lib/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/rpc/ |
H A D | JsonSerializable.java | 23 JSONObject toJSON() throws JSONException; in toJSON() method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MCA/ |
D | View.h | 33 virtual json::Value toJSON() const { return "not implemented"; } in toJSON() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MCA/ |
D | View.h | 33 virtual json::Value toJSON() const { return "not implemented"; } in toJSON() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MCA/ |
D | View.h | 33 virtual json::Value toJSON() const { return "not implemented"; } in toJSON() function
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/cluster/ |
D | ClusterEventUploaderTest.java | 54 public JSONObject toJSON() throws JSONException { in toJSON() method in ClusterEventUploaderTest.Event
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/url/ |
D | example_test.go | 368 func toJSON(m any) string { func
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | Capabilities.java | 88 JSONObject toJSON() throws JSONException { in toJSON() method in Capabilities
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | TensorSpec.cpp | 48 void TensorSpec::toJSON(json::OStream &OS) const { in toJSON() function in llvm::TensorSpec
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | cookie_test.go | 398 func toJSON(v any) string { func
|
/aosp_15_r20/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
H A D | web_services.py | 343 def toJSON(object): function
|