Home
last modified time | relevance | path

Searched refs:ErrorCase (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestData.java254 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 …]
DTestIDNARef.java405 TestData.ErrorCase errCase = TestData.errorCases[i]; in TestErrorCases()
DTestIDNA.java341 TestData.ErrorCase errCase = TestData.errorCases[i]; in TestErrorCases()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DTestData.java257 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 …]
DTestIDNARef.java408 TestData.ErrorCase errCase = TestData.errorCases[i]; in TestErrorCases()
DTestIDNA.java344 TestData.ErrorCase errCase = TestData.errorCases[i]; in TestErrorCases()
/external/deqp/modules/gles31/functional/
Des31fNegativeTestShared.hpp48 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;
Des31fNegativeTestShared.cpp45 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()
Des31fDebugTests.cpp315 class BaseCase : public NegativeTestShared::ErrorCase
364 : ErrorCase(ctx, name, desc) in BaseCase()
/external/protobuf/src/google/protobuf/io/
Dtokenizer_unittest.cc854 struct ErrorCase { struct
864 const ErrorCase& test_case) { in operator <<()
868 ErrorCase kErrorCases[] = {