Home
last modified time | relevance | path

Searched defs:json_str (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/grpc-grpc/test/core/xds/
H A Dxds_bootstrap_test.cc78 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 Dfile_watcher_certificate_provider_factory_test.cc58 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 Dchannelz_service.cc37 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/
Dchannelz_service.cc35 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 Dobservability_logging_sink_test.cc36 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 Dobservability_config_test.cc35 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 Dchannelz_test.cc120 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 Dchannel_trace_test.cc91 std::string json_str = JsonDump(json); in ValidateChannelTraceCustom() local
/aosp_15_r20/frameworks/base/data/fonts/script/
H A Dfamily_builder.py96 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 Dalias_builder.py53 def parse_alias_from_json(json_str) -> Alias: argument
63 def parse_aliases_from_json(json_str) -> [Alias]: argument
H A Dfallback_builder.py59 def parse_fallback_from_json(json_str) -> [FallbackEntry]: argument
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Drecords.py139 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 Djson_token.cc183 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/
Djson_token.cc174 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 Djson_object_loader_test.cc1248 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/
Dmod.rs3 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 Dmod.rs3 macro_rules! json_str { macro
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Dscenario_runner.cc39 std::string json_str = in RunScenario() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dtrace_events_to_json_test.cc35 Json::Value ToJsonValue(const std::string& json_str) { in ToJsonValue()
/aosp_15_r20/external/executorch/backends/vulkan/tools/gpuinfo/include/
H A Dapp.h106 const std::string json_str = buffer.str(); in load_config() local
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dchannel_trace_proto_helper.cc44 void VaidateProtoJsonTranslation(const std::string& json_str) { in VaidateProtoJsonTranslation()
/aosp_15_r20/system/update_engine/payload_generator/
H A Dpayload_properties.cc58 bool PayloadProperties::GetPropertiesAsJson(string* json_str) { in GetPropertiesAsJson()
/aosp_15_r20/device/google/contexthub/util/nanotool/
Dcalibrationfile.cpp120 AString json_str = json_root_->toString(); in Save() local
/aosp_15_r20/external/python/apitools/apitools/base/py/
Dextra_types_test.py177 def JtoM(class_type, json_str): argument
/aosp_15_r20/external/crosvm/arch/src/
H A Dlib.rs1510 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

12