Searched defs:ErrorCase (Results 1 – 5 of 5) sorted by relevance
254 public static class ErrorCase{ class in TestData262 ErrorCase(char[] uniIn, String asciiIn, Exception ex, in ErrorCase() method in TestData.ErrorCase
257 public static class ErrorCase{ class in TestData265 ErrorCase(char[] uniIn, String asciiIn, Exception ex, in ErrorCase() method in TestData.ErrorCase
835 struct ErrorCase { struct836 std::string input;837 bool recoverable; // True if the tokenizer should be able to recover and841 const char* errors;
48 class ErrorCase : public TestCase class
45 ErrorCase::ErrorCase (Context& ctx, const char* name, const char* desc) in ErrorCase() function in deqp::gles31::Functional::NegativeTestShared::ErrorCase