Home
last modified time | relevance | path

Searched defs:json_string (Results 1 – 17 of 17) 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.py82 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/tensorflow/tensorflow/contrib/cloud/kernels/
Dgcs_config_ops.cc86 string json_string; in Compute() 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/autotest/client/cros/enterprise/
Denterprise_policy_base.py1044 def decode_json_string(json_string): argument
/external/libbrillo/policy/
Ddevice_policy_impl.cc149 const std::string& json_string) { in DecodeListValueFromJSON()
/external/v8/src/
Dapi.cc3031 MaybeLocal<Value> JSON::Parse(Isolate* v8_isolate, Local<String> json_string) { in Parse()
3046 Local<String> json_string) { in Parse()