HomeSort by relevance Sort by last modified time
    Searched refs:faulty (Results 1 - 8 of 8) 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) {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
weakref1.d 8 # with a DSO was needed as a catalyst to get to the faulty code; nothing
  /prebuilts/go/darwin-x86/src/cmd/go/
tag_test.go 80 // faulty versions:
  /prebuilts/go/linux-x86/src/cmd/go/
tag_test.go 80 // faulty versions:
  /prebuilts/go/darwin-x86/src/testing/
match_test.go 52 // Faulty patterns
53 // Errors in original should produce at least one faulty regexp in results.
  /prebuilts/go/linux-x86/src/testing/
match_test.go 52 // Faulty patterns
53 // Errors in original should produce at least one faulty regexp in results.
  /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 302 milliseconds