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
255 public static class ErrorCase{ class in TestData263 ErrorCase(char[] uniIn, String asciiIn, Exception ex, in ErrorCase() method in TestData.ErrorCase
854 struct ErrorCase { struct855 string input;856 bool recoverable; // True if the tokenizer should be able to recover and860 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