Searched defs:expectedError (Results 1 - 5 of 5) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
H A DChildrenTest.java185 private void checkCommandError(long groupID, int expectedError) { argument
195 expectedError);
H A DNameTest.java140 private void checkCommandError(long groupID, int expectedError) { argument
149 checkReplyPacket(reply, "ThreadGroupReference::Name command", expectedError);
H A DParentTest.java150 private void checkCommandError(long groupID, int expectedError) { argument
159 checkReplyPacket(reply, "ThreadGroupReference::Name command", expectedError);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnccbtst.c3012 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError)
3114 if(U_FAILURE(status) && status != expectedError)
3192 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError)
3292 if(U_FAILURE(status) && status!=expectedError)
3010 testConvertFromUnicodeWithContext(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) argument
3190 testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) argument
/external/icu/icu4c/source/test/cintltst/
H A Dnccbtst.c3016 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError)
3118 if(U_FAILURE(status) && status != expectedError)
3196 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError)
3296 if(U_FAILURE(status) && status!=expectedError)
3014 testConvertFromUnicodeWithContext(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) argument
3194 testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) argument

Completed in 1750 milliseconds