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

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
FaultyFileSystem.java 37 public void setFaulty(File file, boolean faulty) {
38 if (faulty) {
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 145 * >0 = Number of faulty pixels
218 faultyPixels++; // The pixel is faulty if the color is not found
224 log << TestLog::Message << faultyPixels << " faulty pixel(s) found." << TestLog::EndMessage;
238 * >0 = Number of faulty pixels
255 * >0 = Number of faulty pixels
275 bool faulty = false; local
290 faulty = true;
295 if (faulty)
296 log << TestLog::Message << "Faulty pixel(s) found." << TestLog::EndMessage;
298 return !faulty;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 148 * >0 = Number of faulty pixels
221 faultyPixels++; // The pixel is faulty if the color is not found
227 log << TestLog::Message << faultyPixels << " faulty pixel(s) found." << TestLog::EndMessage;
241 * >0 = Number of faulty pixels
258 * >0 = Number of faulty pixels
278 bool faulty = false; local
293 faulty = true;
298 if (faulty)
299 log << TestLog::Message << "Faulty pixel(s) found." << TestLog::EndMessage;
301 return !faulty;
    [all...]

Completed in 77 milliseconds