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

  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 312 bool gotError = false;
348 gotError = true;
406 else if (gotError)
409 if (compareOk && !gotError && !isLastIter)
  /external/deqp/modules/gles3/functional/
es3fRandomFragmentOpTests.cpp 312 bool gotError = false;
348 gotError = true;
406 else if (gotError)
409 if (compareOk && !gotError && !isLastIter)
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 890 UBool gotError = U_FAILURE(status);
892 desc.append(gotError ? " -> error" : " -> no error");
893 if (gotError) {
899 if (gotError == DATA[i].containsErrors) {
    [all...]

Completed in 919 milliseconds