Home
last modified time | relevance | path

Searched defs:expected_err (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_id_test.cpp841 spv_result_t Val(const SpirvVector& v, const std::string& expected_err = "") { in Val()
3638 const std::string expected_err = "The Result Type of " + instr + in TEST_P() local
3693 const std::string expected_err = in TEST_P() local
3714 const std::string expected_err = instr + in TEST_P() local
3814 const std::string expected_err = "The number of indexes in " + instr + in TEST_P() local
3880 const std::string expected_err = "The number of indexes in " + instr + in TEST_P() local
3901 const std::string expected_err = in TEST_P() local
3920 const std::string expected_err = in TEST_P() local
3940 const std::string expected_err = instr + in TEST_P() local
3960 const std::string expected_err = instr + in TEST_P() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_id_test.cpp841 spv_result_t Val(const SpirvVector& v, const std::string& expected_err = "") { in Val()
3638 const std::string expected_err = "The Result Type of " + instr + in TEST_P() local
3693 const std::string expected_err = in TEST_P() local
3714 const std::string expected_err = instr + in TEST_P() local
3814 const std::string expected_err = "The number of indexes in " + instr + in TEST_P() local
3880 const std::string expected_err = "The number of indexes in " + instr + in TEST_P() local
3901 const std::string expected_err = in TEST_P() local
3920 const std::string expected_err = in TEST_P() local
3940 const std::string expected_err = instr + in TEST_P() local
3960 const std::string expected_err = instr + in TEST_P() local
[all …]
/third_party/spirv-tools/test/val/
Dval_id_test.cpp925 spv_result_t Val(const SpirvVector& v, const std::string& expected_err = "") { in Val()
3860 const std::string expected_err = "The Result Type of " + instr + in TEST_P() local
3915 const std::string expected_err = in TEST_P() local
3936 const std::string expected_err = instr + in TEST_P() local
4036 const std::string expected_err = "The number of indexes in " + instr + in TEST_P() local
4102 const std::string expected_err = "The number of indexes in " + instr + in TEST_P() local
4123 const std::string expected_err = in TEST_P() local
4142 const std::string expected_err = in TEST_P() local
4162 const std::string expected_err = instr + in TEST_P() local
4182 const std::string expected_err = instr + in TEST_P() local
[all …]
/third_party/openssl/test/
Devp_test.c44 char *expected_err; /* Expected error value of test */ member