Searched refs:ErrorCase (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
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( new char[]{ [all …]
|
D | TestIDNARef.java | 405 TestData.ErrorCase errCase = TestData.errorCases[i]; in TestErrorCases()
|
D | TestIDNA.java | 341 TestData.ErrorCase errCase = TestData.errorCases[i]; in TestErrorCases()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
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( new char[]{ [all …]
|
D | TestIDNARef.java | 408 TestData.ErrorCase errCase = TestData.errorCases[i]; in TestErrorCases()
|
D | TestIDNA.java | 344 TestData.ErrorCase errCase = TestData.errorCases[i]; in TestErrorCases()
|
/external/deqp/modules/gles31/functional/ |
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& ctxI… 78 ErrorCase& m_host;
|
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()
|
D | es31fDebugTests.cpp | 315 class BaseCase : public NegativeTestShared::ErrorCase 364 : ErrorCase(ctx, name, desc) in BaseCase()
|
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer_unittest.cc | 854 struct ErrorCase { struct 864 const ErrorCase& test_case) { in operator <<() 868 ErrorCase kErrorCases[] = {
|