Searched refs:ErrorCase (Results 1 - 10 of 10) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeTestShared.hpp | 48 class ErrorCase : public TestCase class 51 ErrorCase (Context& ctx, const char* name, const char* desc); 52 virtual ~ErrorCase (void) {} in ~ErrorCase() 60 NegativeTestContext (ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, tcu::TestLog& log, tcu::ResultCollector& results, bool enableLog); 78 ErrorCase& m_host;
|
H A D | es31fNegativeTestShared.cpp | 45 ErrorCase::ErrorCase (Context& ctx, const char* name, const char* desc) in ErrorCase() function in deqp::gles31::Functional::NegativeTestShared::ErrorCase 50 NegativeTestContext::NegativeTestContext (ErrorCase& host, in NegativeTestContext()
|
H A D | es31fDebugTests.cpp | 316 class BaseCase : public NegativeTestShared::ErrorCase 365 : ErrorCase(ctx, name, desc) in BaseCase()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
H A D | TestData.java | 257 public static class ErrorCase{ class in TestData 265 ErrorCase(char[] uniIn, String asciiIn, Exception ex, in ErrorCase() method in TestData.ErrorCase 276 public static final ErrorCase[] errorCases = { 279 new ErrorCase( new char[]{ 291 new ErrorCase( new char[]{ 303 new ErrorCase( new char[]{ 315 new ErrorCase( new char[]{ 329 new ErrorCase( new char[]{ 347 new ErrorCase( new char[]{ 359 new ErrorCase( ne [all...] |
H A D | TestIDNARef.java | 408 TestData.ErrorCase errCase = TestData.errorCases[i]; in TestErrorCases()
|
H A D | TestIDNA.java | 344 TestData.ErrorCase errCase = TestData.errorCases[i]; in TestErrorCases()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
H A D | TestData.java | 254 public static class ErrorCase{ class in TestData 262 ErrorCase(char[] uniIn, String asciiIn, Exception ex, in ErrorCase() method in TestData.ErrorCase 273 public static final ErrorCase[] errorCases = { 276 new ErrorCase( new char[]{ 288 new ErrorCase( new char[]{ 300 new ErrorCase( new char[]{ 312 new ErrorCase( new char[]{ 326 new ErrorCase( new char[]{ 344 new ErrorCase( new char[]{ 356 new ErrorCase( ne [all...] |
H A D | TestIDNARef.java | 405 TestData.ErrorCase errCase = TestData.errorCases[i]; in TestErrorCases()
|
H A D | TestIDNA.java | 341 TestData.ErrorCase errCase = TestData.errorCases[i]; in TestErrorCases()
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | tokenizer_unittest.cc | 835 struct ErrorCase { struct 844 inline std::ostream& operator<<(std::ostream& out, const ErrorCase& test_case) { in operator <<() 848 ErrorCase kErrorCases[] = {
|
Completed in 11 milliseconds