Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestData.java252 public static class ErrorCase{ class in TestData
260 ErrorCase(char[] uniIn, String asciiIn, Exception ex, in ErrorCase() method in TestData.ErrorCase
/external/protobuf/src/google/protobuf/io/
Dtokenizer_unittest.cc859 struct ErrorCase { struct
860 string input;
861 bool recoverable; // True if the tokenizer should be able to recover and
865 const char* errors;
/external/deqp/modules/gles31/functional/
Des31fNegativeTestShared.hpp47 class ErrorCase : public TestCase class
Des31fNegativeTestShared.cpp44 ErrorCase::ErrorCase (Context& ctx, const char* name, const char* desc) in ErrorCase() function in deqp::gles31::Functional::NegativeTestShared::ErrorCase