Searched defs:faulty (Results 1 - 3 of 3) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
H A DFaultyFileSystem.java37 public void setFaulty(File file, boolean faulty) { argument
38 if (faulty) {
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp145 * >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)
298 return !faulty;
582 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixe
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp148 * >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)
301 return !faulty;
585 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixe
[all...]

Completed in 179 milliseconds