Searched refs:json (Results 1 – 7 of 7) sorted by relevance
24 import json79 root = json.load(fp)121 if not args.json:123 vts_modules = load_modules_info(args.json)137 result = json.dumps(vts_modules)
91 static JsonOutput Ok(std::string json) { return {std::move(json), ""}; } in Ok()
89 auto [json, error] = jsonEncodeCsrWithBuild(array); in TEST()97 ASSERT_EQ(json, expected); in TEST()
208 Json::Value json(Json::objectValue); in jsonEncodeCsrWithBuild() local209 json["build_fingerprint"] = ::android::base::GetProperty(kFingerprintProp, /*default=*/""); in jsonEncodeCsrWithBuild()210 json["csr"] = base64.data(); // Boring writes a NUL-terminated c-string in jsonEncodeCsrWithBuild()214 return JsonOutput::Ok(Json::writeString(factory, json)); in jsonEncodeCsrWithBuild()
25 import json37 json.dump(chars, jsonFile, sort_keys=True, indent=1)
22 `--benchmark_filter=<regex>` or `benchmark_out_format={json|console|csv}`.
7 manifest: "apex_manifest.json",