Searched refs:json_src (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/json/ |
D | test_json.cc | 188 void test_json_roundtrip_message(const char* json_src, in test_json_roundtrip_message() argument 202 env.Reset(json_src, strlen(json_src), false, false); in test_json_roundtrip_message() 284 void test_json_parse_failure(const char* json_src, in test_json_parse_failure() argument 295 env.Reset(json_src, strlen(json_src), false, true); in test_json_parse_failure()
|
/external/skqp/infra/bots/recipes/ |
D | upload_calmbench_results.py | 46 json_src = FindFile(api, "json") 70 cmd=['gsutil', 'cp', '-z', 'json', json_src, json_dst],
|