Home
last modified time | relevance | path

Searched defs:json_string (Results 1 – 25 of 69) sorted by relevance

123

/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Djson_token_test.cc103 char* json_string = test_json_key_str(nullptr); in TEST() local
133 char* json_string = test_json_key_str(non_closing_part3); in TEST() local
149 char* json_string = test_json_key_str(no_type_part3); in TEST() local
164 char* json_string = test_json_key_str(no_client_id_part3); in TEST() local
178 char* json_string = test_json_key_str(no_client_email_part3); in TEST() local
193 char* json_string = test_json_key_str(no_private_key_id_part3); in TEST() local
356 char* json_string = test_json_key_str(nullptr); in test_jwt_encode_and_sign() local
/aosp_15_r20/external/cronet/base/json/
H A Djson_file_value_serializer.cc38 std::string json_string; in SerializeInternal() local
57 int JSONFileValueDeserializer::ReadFileToString(std::string* json_string) { in ReadFileToString()
98 std::string json_string; in Deserialize() local
H A Djson_string_value_serializer.cc14 JSONStringValueSerializer::JSONStringValueSerializer(std::string* json_string) in JSONStringValueSerializer()
45 std::string_view json_string, in JSONStringValueDeserializer()
/aosp_15_r20/external/libchrome/base/json/
H A Djson_file_value_serializer.cc37 std::string json_string; in SerializeInternal() local
61 int JSONFileValueDeserializer::ReadFileToString(std::string* json_string) { in ReadFileToString()
103 std::string json_string; in Deserialize() local
H A Djson_string_value_serializer.cc13 JSONStringValueSerializer::JSONStringValueSerializer(std::string* json_string) in JSONStringValueSerializer()
44 const base::StringPiece& json_string, in JSONStringValueDeserializer()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/json/
H A Ddecode_test.cc81 std::string json_string = R"({"value": 2})"; in TEST() local
89 std::string json_string = R"({}abc)"; in TEST() local
96 std::string json_string = "{} \n \r\n \t\t"; in TEST() local
/aosp_15_r20/external/tink/cc/jwt/internal/
H A Djson_util.cc39 absl::string_view json_string) { in JsonStringToProtoStruct()
51 absl::string_view json_string) { in JsonStringToProtoList()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/
Dsecure_credentials.cc121 const grpc::string& json_string, const std::vector<grpc::string>& scopes) { in ExternalAccountCredentials()
161 grpc::Status StsCredentialsOptionsFromJson(const std::string& json_string, in StsCredentialsOptionsFromJson()
223 grpc_slice json_string = grpc_empty_slice(); in StsCredentialsOptionsFromEnv() local
/aosp_15_r20/external/grpc-grpc/src/core/service_config/
H A Dservice_config_impl.cc86 const ChannelArgs& args, absl::string_view json_string) { in Create()
104 const ChannelArgs& args, const Json& json, absl::string_view json_string, in Create()
H A Dservice_config_impl.h86 absl::string_view json_string() const override { return json_string_; } in json_string() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/service_config/
Dservice_config_impl.cc86 const ChannelArgs& args, absl::string_view json_string) { in Create()
104 const ChannelArgs& args, const Json& json, absl::string_view json_string, in Create()
Dservice_config_impl.h86 absl::string_view json_string() const override { return json_string_; } in json_string() function
/aosp_15_r20/external/webrtc/api/audio/
H A Decho_canceller3_config_json.cc150 void Aec3ConfigFromJsonString(absl::string_view json_string, in Aec3ConfigFromJsonString()
432 EchoCanceller3Config Aec3ConfigFromJsonString(absl::string_view json_string) { in Aec3ConfigFromJsonString()
/aosp_15_r20/external/grpc-grpc/src/cpp/client/
H A Dsecure_credentials.cc93 const grpc::string& json_string, const std::vector<grpc::string>& scopes) { in ExternalAccountCredentials()
131 grpc::Status StsCredentialsOptionsFromJson(const std::string& json_string, in StsCredentialsOptionsFromJson()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp675 std::string json_string; in DumpTransformationsJson() local
803 std::string json_string; in main() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
H A Dfuzz.cpp675 std::string json_string; in DumpTransformationsJson() local
803 std::string json_string; in main() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/fuzz/
H A Dfuzz.cpp674 std::string json_string; in DumpTransformationsJson() local
802 std::string json_string; in main() local
/aosp_15_r20/external/webrtc/api/audio/test/
H A Decho_canceller3_config_json_unittest.cc39 std::string json_string = Aec3ConfigToJsonString(cfg); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/saving/
H A Dmodel_config.py82 def model_from_json(json_string, custom_objects=None): argument
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_resolver_cache_fuzzer.cc32 std::string json_string; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/cronet/build/android/pylib/instrumentation/
H A Djson_perf_parser.py135 def GetAverageRunInfoFromJSONString(json_string, name): argument
/aosp_15_r20/external/angle/build/android/pylib/instrumentation/
H A Djson_perf_parser.py135 def GetAverageRunInfoFromJSONString(json_string, name): argument
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/pandora/
DPtsBotTestTest.java82 String json_string = String.format("{\"flags\": []}"); in testParse_emptyConfigFlagsFile() local
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/saving/saved_model/
H A Djson_utils.py61 def decode(json_string): argument
/aosp_15_r20/external/armnn/python/pyarmnn/test/
H A Dtest_profiling_utilities.py11 def __init__(self, json_string): argument

123