Home
last modified time | relevance | path

Searched refs:jsonPath (Results 1 – 10 of 10) sorted by relevance

/external/boringssl/src/util/
Dconvert_wycheproof.go124 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/
Dmain.cpp38 std::string jsonPath; variable
102 jsonPath = std::string(argv[0]); in ProcessArguments()
116 spv::jsonToSpirv(jsonPath); in main()
DjsonToSpirv.cpp233 void jsonToSpirv(const std::string& jsonPath) in jsonToSpirv() argument
244 std::tie(fileReadOk, content) = ReadFile(jsonPath); in jsonToSpirv()
247 << jsonPath << std::endl; in jsonToSpirv()
DjsonToSpirv.h41 void jsonToSpirv(const std::string& jsonPath);
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
Dmain.cpp38 std::string jsonPath; variable
106 jsonPath = std::string(argv[0]); in ProcessArguments()
120 spv::jsonToSpirv(jsonPath); in main()
DjsonToSpirv.cpp233 void jsonToSpirv(const std::string& jsonPath) in jsonToSpirv() argument
244 std::tie(fileReadOk, content) = ReadFile(jsonPath); in jsonToSpirv()
247 << jsonPath << std::endl; in jsonToSpirv()
DjsonToSpirv.h41 void jsonToSpirv(const std::string& jsonPath);
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
Dmain.cpp38 std::string jsonPath; variable
108 jsonPath = std::string(argv[0]); in ProcessArguments()
122 spv::jsonToSpirv(jsonPath); in main()
DjsonToSpirv.cpp233 void jsonToSpirv(const std::string& jsonPath) in jsonToSpirv() argument
244 std::tie(fileReadOk, content) = ReadFile(jsonPath); in jsonToSpirv()
247 << jsonPath << std::endl; in jsonToSpirv()
DjsonToSpirv.h41 void jsonToSpirv(const std::string& jsonPath);