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

  /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/icu4c/test/intltest/
loctest.cpp     [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 684 int expectedStatus = state.mContinuingDownload ? 206 : Downloads.Impl.STATUS_SUCCESS;
685 if (statusCode != expectedStatus) {
    [all...]

Completed in 1535 milliseconds