Searched refs:jsonPath (Results 1 – 10 of 10) sorted by relevance
/external/boringssl/src/util/ |
D | convert_wycheproof.go | 124 func convertWycheproof(f io.Writer, jsonPath string) error { 125 jsonData, err := ioutil.ReadFile(jsonPath) 141 `, jsonPath, w.Algorithm, w.GeneratorVersion); err != nil { 229 for _, jsonPath := range defaultInputs { 230 if !strings.HasSuffix(jsonPath, ".json") { 231 panic(jsonPath) 234 txtPath := jsonPath[:len(jsonPath)-len(".json")] + ".txt" 242 if err := convertWycheproof(out, jsonPath); err != nil { 243 fmt.Fprintf(os.Stderr, "Error converting %s: %s\n", jsonPath, err)
|
/external/shaderc/spirv-headers/tools/buildHeaders/ |
D | main.cpp | 38 std::string jsonPath; variable 102 jsonPath = std::string(argv[0]); in ProcessArguments() 116 spv::jsonToSpirv(jsonPath); in main()
|
D | jsonToSpirv.cpp | 233 void jsonToSpirv(const std::string& jsonPath) in jsonToSpirv() argument 244 std::tie(fileReadOk, content) = ReadFile(jsonPath); in jsonToSpirv() 247 << jsonPath << std::endl; in jsonToSpirv()
|
D | jsonToSpirv.h | 41 void jsonToSpirv(const std::string& jsonPath);
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/ |
D | main.cpp | 38 std::string jsonPath; variable 106 jsonPath = std::string(argv[0]); in ProcessArguments() 120 spv::jsonToSpirv(jsonPath); in main()
|
D | jsonToSpirv.cpp | 233 void jsonToSpirv(const std::string& jsonPath) in jsonToSpirv() argument 244 std::tie(fileReadOk, content) = ReadFile(jsonPath); in jsonToSpirv() 247 << jsonPath << std::endl; in jsonToSpirv()
|
D | jsonToSpirv.h | 41 void jsonToSpirv(const std::string& jsonPath);
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | main.cpp | 38 std::string jsonPath; variable 108 jsonPath = std::string(argv[0]); in ProcessArguments() 122 spv::jsonToSpirv(jsonPath); in main()
|
D | jsonToSpirv.cpp | 233 void jsonToSpirv(const std::string& jsonPath) in jsonToSpirv() argument 244 std::tie(fileReadOk, content) = ReadFile(jsonPath); in jsonToSpirv() 247 << jsonPath << std::endl; in jsonToSpirv()
|
D | jsonToSpirv.h | 41 void jsonToSpirv(const std::string& jsonPath);
|