Home
last modified time | relevance | path

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

123

/external/cronet/base/json/
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
Djson_string_value_serializer.cc12 JSONStringValueSerializer::JSONStringValueSerializer(std::string* json_string) in JSONStringValueSerializer()
43 const base::StringPiece& json_string, in JSONStringValueDeserializer()
/external/libchrome/base/json/
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
Djson_string_value_serializer.cc13 JSONStringValueSerializer::JSONStringValueSerializer(std::string* json_string) in JSONStringValueSerializer()
44 const base::StringPiece& json_string, in JSONStringValueDeserializer()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Djson_token_test.cc102 char* json_string = test_json_key_str(nullptr); in TEST() local
132 char* json_string = test_json_key_str(non_closing_part3); in TEST() local
148 char* json_string = test_json_key_str(no_type_part3); in TEST() local
163 char* json_string = test_json_key_str(no_client_id_part3); in TEST() local
177 char* json_string = test_json_key_str(no_client_email_part3); in TEST() local
192 char* json_string = test_json_key_str(no_private_key_id_part3); in TEST() local
337 char* json_string = test_json_key_str(nullptr); in test_jwt_encode_and_sign() local
/external/grpc-grpc/test/core/security/
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
/external/grpc-grpc/third_party/upb/upb/json/
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
/external/tink/cc/jwt/internal/
Djson_util.cc39 absl::string_view json_string) { in JsonStringToProtoStruct()
51 absl::string_view json_string) { in JsonStringToProtoList()
/external/webrtc/api/audio/test/
Decho_canceller3_config_json_unittest.cc39 std::string json_string = Aec3ConfigToJsonString(cfg); in TEST() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/service_config/
Dservice_config_impl.h86 absl::string_view json_string() const override { return json_string_; } in json_string() function
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()
/external/tensorflow/tensorflow/python/keras/saving/
Dmodel_config.py82 def model_from_json(json_string, custom_objects=None): argument
/external/grpc-grpc/src/core/service_config/
Dservice_config_impl.h86 absl::string_view json_string() const override { return json_string_; } in json_string() function
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()
/external/cronet/net/dns/
Dhost_resolver_cache_fuzzer.cc31 std::string json_string; in LLVMFuzzerTestOneInput() local
/external/angle/build/android/pylib/instrumentation/
Djson_perf_parser.py135 def GetAverageRunInfoFromJSONString(json_string, name): argument
/external/cronet/build/android/pylib/instrumentation/
Djson_perf_parser.py135 def GetAverageRunInfoFromJSONString(json_string, name): argument
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Djson_utils.py61 def decode(json_string): argument
/external/grpc-grpc/test/cpp/qps/
Dparse_json.cc55 std::string json_string; in SerializeJson() local
/external/armnn/python/pyarmnn/test/
Dtest_profiling_utilities.py11 def __init__(self, json_string): argument
/external/webrtc/api/audio/
Decho_canceller3_config_json.cc150 void Aec3ConfigFromJsonString(absl::string_view json_string, in Aec3ConfigFromJsonString()
432 EchoCanceller3Config Aec3ConfigFromJsonString(absl::string_view json_string) { in Aec3ConfigFromJsonString()
/external/rust/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
/external/python/oauth2client/oauth2client/contrib/
Ddevshell.py59 def __init__(self, json_string): argument
/external/grpc-grpc/src/cpp/client/
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()
/external/rust/crates/nom/tests/
Djson.rs137 fn json_string() { in json_string() function

123