/aosp_15_r20/external/grpc-grpc/test/core/xds/ |
H A D | xds_bootstrap_test.cc | 78 const char* json_str = in TEST() local 208 const char* json_str = in TEST() local 226 const char* json_str = in TEST() local 260 const char* json_str = in TEST() local 278 const char* json_str = in TEST() local 294 const char* json_str = in TEST() local 320 const char* json_str = in TEST() local 333 const char* json_str = in TEST() local 352 const char* json_str = in TEST() local 365 const char* json_str = in TEST() local [all …]
|
H A D | file_watcher_certificate_provider_factory_test.cc | 58 std::string json_str = absl::StrFormat( in TEST() local 75 std::string json_str = absl::StrFormat( in TEST() local 91 std::string json_str = absl::StrFormat( in TEST() local 105 std::string json_str = absl::StrFormat( in TEST() local 120 const char* json_str = in TEST() local 138 std::string json_str = absl::StrFormat( in TEST() local 152 std::string json_str = absl::StrFormat( in TEST() local 167 std::string json_str = "{}"; in TEST() local
|
/aosp_15_r20/external/grpc-grpc/src/cpp/server/channelz/ |
H A D | channelz_service.cc | 37 grpc::protobuf::util::Status ParseJson(const char* json_str, in ParseJson() 50 char* json_str = grpc_channelz_get_top_channels(request->start_channel_id()); in GetTopChannels() local 66 char* json_str = grpc_channelz_get_servers(request->start_server_id()); in GetServers() local 82 char* json_str = grpc_channelz_get_server(request->server_id()); in GetServer() local 99 char* json_str = grpc_channelz_get_server_sockets( in GetServerSockets() local 116 char* json_str = grpc_channelz_get_channel(request->channel_id()); in GetChannel() local 132 char* json_str = grpc_channelz_get_subchannel(request->subchannel_id()); in GetSubchannel() local 148 char* json_str = grpc_channelz_get_socket(request->socket_id()); in GetSocket() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/channelz/ |
D | channelz_service.cc | 35 grpc::protobuf::util::Status ParseJson(const char* json_str, in ParseJson() 48 char* json_str = grpc_channelz_get_top_channels(request->start_channel_id()); in GetTopChannels() local 64 char* json_str = grpc_channelz_get_servers(request->start_server_id()); in GetServers() local 80 char* json_str = grpc_channelz_get_server(request->server_id()); in GetServer() local 97 char* json_str = grpc_channelz_get_server_sockets( in GetServerSockets() local 114 char* json_str = grpc_channelz_get_channel(request->channel_id()); in GetChannel() local 130 char* json_str = grpc_channelz_get_subchannel(request->subchannel_id()); in GetSubchannel() local 146 char* json_str = grpc_channelz_get_socket(request->socket_id()); in GetSocket() local
|
/aosp_15_r20/external/grpc-grpc/test/cpp/ext/gcp/ |
H A D | observability_logging_sink_test.cc | 36 const char* json_str = R"json({ in TEST() local 55 const char* json_str = R"json({ in TEST() local 82 const char* json_str = R"json({ in TEST() local 106 const char* json_str = R"json({ local 136 const char* json_str = R"json({ local 166 const char* json_str = R"json({ local 200 const char* json_str = R"json({ local 228 const char* json_str = R"json({ local 258 const char* json_str = R"json({ local 288 const char* json_str = R"json({ local
|
H A D | observability_config_test.cc | 35 const char* json_str = R"json({ local 106 const char* json_str = R"json({ local 123 const char* json_str = R"json({ local 149 const char* json_str = R"json({ local 171 const char* json_str = R"json({ local 203 const char* json_str = R"json({ local 238 const char* json_str = R"json({ local
|
/aosp_15_r20/external/grpc-grpc/test/core/channel/ |
H A D | channelz_test.cc | 120 std::string json_str = ChannelzRegistry::GetTopChannels(0); in ValidateGetTopChannels() local 141 std::string json_str = ChannelzRegistry::GetServers(0); in ValidateGetServers() local 226 void ValidateCounters(const std::string& json_str, in ValidateCounters() 243 std::string json_str = channel->RenderJsonString(); in ValidateChannel() local 254 std::string json_str = server->RenderJsonString(); in ValidateServer() local 384 std::string json_str = ChannelzRegistry::GetTopChannels(0); in TEST_F() local 415 std::string json_str = ChannelzRegistry::GetTopChannels(0); in TEST_F() local 436 std::string json_str = ChannelzRegistry::GetTopChannels(kMidQuery); in TEST_F() local 459 std::string json_str = ChannelzRegistry::GetTopChannels(45); in TEST_F() local 481 std::string json_str = ChannelzRegistry::GetTopChannels(2); in TEST_F() local [all …]
|
H A D | channel_trace_test.cc | 91 std::string json_str = JsonDump(json); in ValidateChannelTraceCustom() local
|
/aosp_15_r20/frameworks/base/data/fonts/script/ |
H A D | family_builder.py | 96 def parse_family_from_json_for_sanitization_test(json_str) -> Family: argument 103 def parse_family_from_json(json_str) -> Family: argument 108 def parse_families_from_json(json_str) -> [Family]: argument
|
H A D | alias_builder.py | 53 def parse_alias_from_json(json_str) -> Alias: argument 63 def parse_aliases_from_json(json_str) -> [Alias]: argument
|
H A D | fallback_builder.py | 59 def parse_fallback_from_json(json_str) -> [FallbackEntry]: argument
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/ |
D | records.py | 139 def json_str(self): member in TestResultRecord 194 def json_str(self): member in TestResult
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/jwt/ |
H A D | json_token.cc | 183 std::string json_str = grpc_core::JsonDump(json); in encoded_jwt_header() local 210 std::string json_str = in encoded_jwt_claim() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/jwt/ |
D | json_token.cc | 174 std::string json_str = grpc_core::JsonDump(json); in encoded_jwt_header() local 201 std::string json_str = in encoded_jwt_claim() local
|
/aosp_15_r20/external/grpc-grpc/test/core/json/ |
H A D | json_object_loader_test.cc | 1248 absl::string_view json_str = "{\"a\":1}"; in TEST() local 1260 absl::string_view json_str = "{\"a\":\"foo\"}"; in TEST() local 1275 absl::string_view json_str = "{\"int\":1}"; in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/tests/macros/ |
D | mod.rs | 3 macro_rules! json_str { macro
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/tests/macros/ |
H A D | mod.rs | 3 macro_rules! json_str { macro
|
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/ |
H A D | scenario_runner.cc | 39 std::string json_str = in RunScenario() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/ |
H A D | trace_events_to_json_test.cc | 35 Json::Value ToJsonValue(const std::string& json_str) { in ToJsonValue()
|
/aosp_15_r20/external/executorch/backends/vulkan/tools/gpuinfo/include/ |
H A D | app.h | 106 const std::string json_str = buffer.str(); in load_config() local
|
/aosp_15_r20/external/grpc-grpc/test/cpp/util/ |
H A D | channel_trace_proto_helper.cc | 44 void VaidateProtoJsonTranslation(const std::string& json_str) { in VaidateProtoJsonTranslation()
|
/aosp_15_r20/system/update_engine/payload_generator/ |
H A D | payload_properties.cc | 58 bool PayloadProperties::GetPropertiesAsJson(string* json_str) { in GetPropertiesAsJson()
|
/aosp_15_r20/device/google/contexthub/util/nanotool/ |
D | calibrationfile.cpp | 120 AString json_str = json_root_->toString(); in Save() local
|
/aosp_15_r20/external/python/apitools/apitools/base/py/ |
D | extra_types_test.py | 177 def JtoM(class_type, json_str): argument
|
/aosp_15_r20/external/crosvm/arch/src/ |
H A D | lib.rs | 1510 let json_str = "[0,4,7]"; in deserialize_serialize_cpuset_json() localVariable 1516 let json_str = r#"["9-12"]"#; in deserialize_serialize_cpuset_json() localVariable 1522 let json_str = r#"[0,4,7,"9-12",15]"#; in deserialize_serialize_cpuset_json() localVariable
|