/external/libchrome/base/json/ |
D | json_file_value_serializer.cc | 37 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
|
D | json_string_value_serializer.cc | 13 JSONStringValueSerializer::JSONStringValueSerializer(std::string* json_string) in JSONStringValueSerializer() 44 const base::StringPiece& json_string, in JSONStringValueDeserializer()
|
D | json_reader_unittest.cc | 650 std::string json_string(json, sizeof(json)); in TEST() local
|
/external/grpc-grpc/test/core/security/ |
D | json_token_test.cc | 96 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/ |
D | service_config.cc | 37 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/ |
D | model_config.py | 82 def model_from_json(json_string, custom_objects=None): argument
|
/external/grpc-grpc/test/cpp/qps/ |
D | parse_json.cc | 56 grpc::string json_string; in SerializeJson() local
|
D | report.cc | 167 grpc::string json_string = in ReportQPS() local
|
/external/python/oauth2client/oauth2client/contrib/ |
D | devshell.py | 59 def __init__(self, json_string): argument
|
/external/webrtc/talk/app/webrtc/ |
D | androidvideocapturer.cc | 137 std::string json_string = delegate_->GetSupportedFormats(); in AndroidVideoCapturer() local
|
/external/tensorflow/tensorflow/contrib/cloud/kernels/ |
D | gcs_config_ops.cc | 86 string json_string; in Compute() local
|
/external/grpc-grpc/src/core/lib/security/credentials/jwt/ |
D | json_token.cc | 120 const char* json_string) { in grpc_auth_json_key_create_from_string()
|
/external/autotest/server/ |
D | lab_status_unittest.py | 321 def _setup_lab_status(self, json_string): argument
|
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/ |
D | oauth2_credentials.cc | 77 const char* json_string) { in grpc_auth_refresh_token_create_from_string()
|
/external/autotest/client/cros/enterprise/ |
D | enterprise_policy_base.py | 1044 def decode_json_string(json_string): argument
|
/external/libbrillo/policy/ |
D | device_policy_impl.cc | 149 const std::string& json_string) { in DecodeListValueFromJSON()
|
/external/v8/src/ |
D | api.cc | 3031 MaybeLocal<Value> JSON::Parse(Isolate* v8_isolate, Local<String> json_string) { in Parse() 3046 Local<String> json_string) { in Parse()
|