Home
last modified time | relevance | path

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

/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()
Djson_reader_unittest.cc650 std::string json_string(json, sizeof(json)); in TEST() local
/external/grpc-grpc/test/core/security/
Djson_token_test.cc96 char* json_string = test_json_key_str(nullptr); in test_parse_json_key_success() local
126 char* json_string = test_json_key_str(non_closing_part3); in test_parse_json_key_failure_bad_json() local
142 char* json_string = test_json_key_str(no_type_part3); in test_parse_json_key_failure_no_type() local
157 char* json_string = test_json_key_str(no_client_id_part3); in test_parse_json_key_failure_no_client_id() local
171 char* json_string = test_json_key_str(no_client_email_part3); in test_parse_json_key_failure_no_client_email() local
186 char* json_string = test_json_key_str(no_private_key_id_part3); in test_parse_json_key_failure_no_private_key_id() local
377 char* json_string = test_json_key_str(nullptr); in test_jwt_encode_and_sign() local
/external/grpc-grpc/src/core/lib/transport/
Dservice_config.cc37 UniquePtr<char> json_string(gpr_strdup(json)); in Create() local
46 ServiceConfig::ServiceConfig(UniquePtr<char> json_string, grpc_json* json_tree) in ServiceConfig()
/external/tensorflow/tensorflow/python/keras/saving/
Dmodel_config.py94 def model_from_json(json_string, custom_objects=None): argument
/external/grpc-grpc/test/cpp/qps/
Dparse_json.cc56 grpc::string json_string; in SerializeJson() local
Dreport.cc167 grpc::string json_string = in ReportQPS() local
/external/python/oauth2client/oauth2client/contrib/
Ddevshell.py59 def __init__(self, json_string): argument
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dfuzz_test_util.cpp113 std::string json_string; in DumpTransformationsJson() local
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzz_test_util.cpp113 std::string json_string; in DumpTransformationsJson() local
/external/angle/third_party/spirv-tools/src/test/fuzz/
Dfuzz_test_util.cpp113 std::string json_string; in DumpTransformationsJson() local
/external/webrtc/talk/app/webrtc/
Dandroidvideocapturer.cc137 std::string json_string = delegate_->GetSupportedFormats(); in AndroidVideoCapturer() local
/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djson_token.cc120 const char* json_string) { in grpc_auth_json_key_create_from_string()
/external/autotest/server/
Dlab_status_unittest.py321 def _setup_lab_status(self, json_string): argument
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc77 const char* json_string) { in grpc_auth_refresh_token_create_from_string()
/external/angle/third_party/spirv-tools/src/tools/fuzz/
Dfuzz.cpp645 std::string json_string; in main() local
/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp618 std::string json_string; in main() local
/external/deqp-deps/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp645 std::string json_string; in main() local
/external/libbrillo/policy/
Ddevice_policy_impl.cc149 const std::string& json_string) { in DecodeListValueFromJSON()
/external/igt-gpu-tools/runner/
Dresultgen.c1208 const char *json_string; in generate_results() local
/external/v8/src/api/
Dapi.cc3106 Local<String> json_string) { in Parse()