Home
last modified time | relevance | path

Searched defs:expectedError (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/extensions/renderer/resources/
Dtest_custom_bindings.js225 apiFunctions.setHandleRequest('assertLastError', function(expectedError) { argument
262 apiFunctions.setHandleRequest('callback', function(func, expectedError) { argument
315 apiFunctions.setHandleRequest('callbackFail', function(expectedError, func) { argument
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestCompositeGrammars.java256 …String expectedError = "error(161): "+tmpdir.toString().replaceFirst("\\-[0-9]+","")+"/M.g:2:8: co… in testCombinedImportsCombined() local
308 String expectedError = in testSameStringTwoNames() local
361 String expectedError = in testSameNameTwoStrings() local
399 String expectedError = in testImportedTokenVocabIgnoredWithWarning() local
666 String expectedError = in testInvalidImportMechanism() local
739 String expectedError = in testWarningForUndefinedToken() local
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
DSpdy3Test.java58 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayRoundTrip() local
DHttp20Draft09Test.java405 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayWithoutDebugDataRoundTrip() local
433 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayWithDebugDataRoundTrip() local
/external/icu/icu4c/source/test/cintltst/
Dnccbtst.c3016 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) in testConvertFromUnicodeWithContext()
3196 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) in testConvertToUnicodeWithContext()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dnccbtst.c3013 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) in testConvertFromUnicodeWithContext()
3193 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) in testConvertToUnicodeWithContext()
/external/deqp/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp1981 …const glw::GLenum expectedError = (m_sampleParam == SAMPLECOUNT_HIGH) ? (GL_INVALID_OPERATION) : … in iterate() local
Des31fDrawTests.cpp2275 …* desc, deUint32 alignment, deUint32 bufferSize, bool writeCommandToBuffer, deUint32 expectedError) in BadCommandBufferCase()