Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/
Dval_id_test.cpp566 spv_result_t Val(const SpirvVector& v, const std::string &expected_err = "") { in Val()
2451 const std::string expected_err = "The Result Type of " + instr + in TEST_P() local
2469 const std::string expected_err = "The Base <id> '1' in " + instr + in TEST_P() local
2488 const std::string expected_err = "The Base <id> '8' in " + instr + in TEST_P() local
2508 const std::string expected_err = in TEST_P() local
2528 const std::string expected_err = instr + in TEST_P() local
2626 const std::string expected_err = "The number of indexes in " + instr + in TEST_P() local
2692 const std::string expected_err = "The number of indexes in " + instr + in TEST_P() local
2712 const std::string expected_err = in TEST_P() local
2730 const std::string expected_err = in TEST_P() local
[all …]
/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.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/openssl/test/
Devp_test.c36 char *expected_err; /* Expected error value of test */ member
/third_party/flatbuffers/tests/
Dtest.cpp2840 const char *expected_err) { in ConformTest()