Home
last modified time | relevance | path

Searched refs:expectedStatus (Results 1 – 18 of 18) sorted by relevance

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_async_build.cpp51 cl_build_status expectedStatus; member
85 if (status != data->expectedStatus) in test_notify_build_complete()
88 data->expectedStatus); in test_notify_build_complete()
105 cl_build_status expectedStatus; in test_async_build() member
113 testDef.expectedStatus); in test_async_build()
122 TestData testData = { deviceID, testDef.expectedStatus }; in test_async_build()
129 && testDef.expectedStatus == CL_BUILD_ERROR)) in test_async_build()
/external/grpc-grpc-java/core/src/test/java/io/grpc/util/
DUtilServerInterceptorsTest.java76 final Status expectedStatus = Status.UNAVAILABLE; in statusRuntimeExceptionTransmitter() local
79 new FakeServerCall<Void, Void>(expectedStatus, expectedMetadata); in statusRuntimeExceptionTransmitter()
81 new StatusRuntimeException(expectedStatus, expectedMetadata); in statusRuntimeExceptionTransmitter()
124 final Status expectedStatus = Status.UNAVAILABLE; in statusRuntimeExceptionTransmitterIgnoresClosedCalls() local
129 new FakeServerCall<Void, Void>(expectedStatus, expectedMetadata); in statusRuntimeExceptionTransmitterIgnoresClosedCalls()
131 new StatusRuntimeException(expectedStatus, expectedMetadata); in statusRuntimeExceptionTransmitterIgnoresClosedCalls()
174 final Status expectedStatus; field in UtilServerInterceptorsTest.FakeServerCall
179 FakeServerCall(Status expectedStatus, Metadata expectedMetadata) { in FakeServerCall() argument
180 this.expectedStatus = expectedStatus; in FakeServerCall()
187 if (status == expectedStatus && trailers == expectedMetadata) { in close()
/external/icu/icu4c/source/test/cintltst/
Didnatest.c74 UBool useSTD3ASCIIRules,UErrorCode expectedStatus, in testAPI() argument
102 …if(U_SUCCESS(status) && expectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_s… in testAPI()
110 if(status != expectedStatus){ in testAPI()
111 …minated source failed. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(… in testAPI()
133 if(status != expectedStatus && expectedStatus != U_IDNA_UNASSIGNED_ERROR){ in testAPI()
134 …urce with options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(… in testAPI()
156 if(status != expectedStatus){ in testAPI()
157 …%s with source length. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(… in testAPI()
178 if(status != expectedStatus && expectedStatus != U_IDNA_UNASSIGNED_ERROR){ in testAPI()
179 …ength and options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(… in testAPI()
[all …]
Dspreptst.c111 UErrorCode expectedStatus; member
328 UErrorCode expectedStatus = conformanceTestCases[i].expectedStatus; in Test_nfs4_cis_prep() local
340 if(expectedStatus != status){ in Test_nfs4_cis_prep()
341 …%i. Expected: %s Got: %s - (Are you missing data?)\n",i, u_errorName(expectedStatus), u_errorName(… in Test_nfs4_cis_prep()
Dncnvtst.c47 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
49 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
1008 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertFromU() argument
1049 if(status != expectedStatus){ in convertFromU()
1050 …codepage=%s. Error =%s Expected=%s\n", codepage, myErrorName(status), myErrorName(expectedStatus)); in convertFromU()
1097 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertToU() argument
1146 if(status != expectedStatus){ in convertToU()
1147 …codepage=%s. Error =%s Expected=%s\n", codepage, myErrorName(status), myErrorName(expectedStatus)); in convertToU()
Dcloctst.c1881 UErrorCode expectedStatus; /* from uloc_openKeywords */ in TestKeywordVariants() member
1935 if(status != testCases[i].expectedStatus) { in TestKeywordVariants()
1938 u_errorName(testCases[i].expectedStatus), u_errorName(status)); in TestKeywordVariants()
6064 const UErrorCode expectedStatus = maximizeErrors[i].uerror; in TestLikelySubtags() local
6076 …oc_addLikelySubtags(), minimal \"%s\" expected status %s\n", minimal, u_errorName(expectedStatus)); in TestLikelySubtags()
6079 else if (status != expectedStatus) { in TestLikelySubtags()
6080 …nimal \"%s\" expected status %s, but got %s\n", minimal, u_errorName(expectedStatus), u_errorName(… in TestLikelySubtags()
6098 const UErrorCode expectedStatus = minimizeErrors[i].uerror; in TestLikelySubtags() local
6110 …loc_minimizeSubtags(), maximal \"%s\" expected status %s\n", maximal, u_errorName(expectedStatus)); in TestLikelySubtags()
6113 else if (status != expectedStatus) { in TestLikelySubtags()
[all …]
Dcapitst.c2029 UErrorCode expectedStatus; in TestShortString() member
2080 if(status != testCases[i].expectedStatus) { in TestShortString()
2082 u_errorName(status), u_errorName(testCases[i].expectedStatus), testCases[i].input); in TestShortString()
Dcmsccoll.c3302 UErrorCode expectedStatus; in TestBeforeTightening() member
3331 if(status != tests[i].expectedStatus) { in TestBeforeTightening()
3333 tests[i].rules, u_errorName(status), u_errorName(tests[i].expectedStatus)); in TestBeforeTightening()
/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp455 UBool useSTD3ASCIIRules,UErrorCode expectedStatus, in testAPI() argument
486 …if(U_SUCCESS(status) && expectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_s… in testAPI()
497 if(status != expectedStatus){ in testAPI()
500 " null terminated source. Expected: " +UnicodeString(u_errorName(expectedStatus)) in testAPI()
531 if(status != expectedStatus && expectedStatus != U_IDNA_UNASSIGNED_ERROR){ in testAPI()
534 … " null terminated source with options set. Expected: " +UnicodeString(u_errorName(expectedStatus)) in testAPI()
559 if(status != expectedStatus){ in testAPI()
562 " with source length. Expected: " +UnicodeString(u_errorName(expectedStatus)) in testAPI()
586 if(status != expectedStatus && expectedStatus != U_IDNA_UNASSIGNED_ERROR){ in testAPI()
589 … " with source length and options set. Expected: " +UnicodeString(u_errorName(expectedStatus)) in testAPI()
[all …]
Dregextst.h73 UErrorCode expectedStatus, int32_t line);
Dtestidna.h85 UBool useSTD3ASCIIRules, UErrorCode expectedStatus,
Dloctest.cpp3863 UErrorCode expectedStatus; in TestKeywordVariants() member
3899 if(status != testCases[i].expectedStatus) { in TestKeywordVariants()
3901 u_errorName(testCases[i].expectedStatus), u_errorName(status)); in TestKeywordVariants()
Dnumbertest_api.cpp4125 …UErrorCode expectedStatus = ((lowerBound <= argument) && (argument <= EXPECTED_MAX_INT_FRAC_SIG)) \ in validRanges()
4131 expectedStatus, \ in validRanges()
Dregextst.cpp519 UErrorCode expectedStatus, int32_t line) { in regex_err() argument
531 if (status != expectedStatus) { in regex_err()
550 if (status != expectedStatus) { in regex_err()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestIdentifierInfo.java63 IdentifierStatus expectedStatus = IdentifierStatus in TestMain()
72 || !actualStatus.equals(expectedStatus) in TestMain()
DTestUtilities.java835 Status expectedStatus = null; in TestVoteResolver() local
868 expectedStatus = Status.valueOf(value); in TestVoteResolver()
895 assertEquals(counter + " status", expectedStatus, in TestVoteResolver()
1197 Status expectedStatus = null;
1233 expectedStatus = Status.valueOf(value);
1267 assertEquals(counter + " status", expectedStatus,
/external/icu/icu4c/source/test/iotest/
Dstream.cpp223 int32_t expectedStatus) in testString() argument
241 if (getBitStatus(sstrm) != expectedStatus) { in testString()
243 …log_err("Expected status %d, Got %d. See verbose output for details\n", expectedStatus, getBitStat… in testString()
/external/deqp/external/openglcts/modules/common/
DglcFramebufferCompleteness.cpp159 ExpectedStatusFn expectedStatusConstant(GLenum expectedStatus) in expectedStatusConstant() argument
161 return [expectedStatus] (const glu::ContextInfo&) { return expectedStatus; }; in expectedStatusConstant()
1299 const auto expectedStatus = expectedStatusFn(m_context.getContextInfo()); in verifyFramebufferStatus() local
1302 if (fboStatus != expectedStatus) in verifyFramebufferStatus()
1306 const auto& expectedStatusName = statusNames.find(expectedStatus); in verifyFramebufferStatus()
1310 …ctedStatusName != statusNames.end()) ? expectedStatusName->second : std::to_string(expectedStatus)) in verifyFramebufferStatus()