HomeSort by relevance Sort by last modified time
    Searched defs:expectedStatus (Results 1 - 11 of 11) sorted by null

  /external/chromium/third_party/icu/source/test/cintltst/
spreptst.c 109 UErrorCode expectedStatus;
325 UErrorCode expectedStatus = conformanceTestCases[i].expectedStatus;
337 if(expectedStatus != status){
338 log_err("Did not get the expected status for nfs4_cis_prep at index %i. Expected: %s Got: %s\n",i, u_errorName(expectedStatus), u_errorName(status));
capitst.c     [all...]
cloctst.c     [all...]
cmsccoll.c     [all...]
  /external/icu4c/test/cintltst/
spreptst.c 111 UErrorCode expectedStatus;
327 UErrorCode expectedStatus = conformanceTestCases[i].expectedStatus;
339 if(expectedStatus != status){
340 log_data_err("Did not get the expected status for nfs4_cis_prep at index %i. Expected: %s Got: %s - (Are you missing data?)\n",i, u_errorName(expectedStatus), u_errorName(status));
capitst.c     [all...]
cloctst.c     [all...]
cmsccoll.c     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
loctest.cpp     [all...]
  /external/icu4c/test/intltest/
loctest.cpp     [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 661 int expectedStatus = innerState.mContinuingDownload ? 206 : Downloads.Impl.STATUS_SUCCESS;
662 if (statusCode != expectedStatus) {
    [all...]

Completed in 1540 milliseconds