HomeSort by relevance Sort by last modified time
    Searched refs:perfect (Results 1 - 25 of 38) sorted by null

1 2

  /external/skia/tests/
BlendTest.cpp 52 // These are fine to use, but not perfect.
62 int (*perfect[])(int, int) = {
67 for (auto multiply : perfect) { REPORTER_ASSERT(r, test(multiply).diffs == 0); }
  /external/libjpeg-turbo/
transupp.h 120 boolean perfect; /* if TRUE, fail if partial MCUs are requested */ member in struct:__anon23399
jpegtran.c 74 fprintf(stderr, " -perfect Fail if there is non-transformable edge blocks\n");
144 transformoption.perfect = FALSE;
270 } else if (keymatch(arg, "perfect", 2)) {
273 transformoption.perfect = TRUE;
469 /* Fail right away if -perfect is given and transformation is not perfect.
472 fprintf(stderr, "%s: transformation is not perfect\n", progname);
CMakeLists.txt     [all...]
  /prebuilts/go/darwin-x86/src/cmd/cover/testdata/
main.go 92 // Linear search is fine. Choose perfect fit over approximate.
95 // Therefore we test for a perfect (lo==line && hi==line) match, but if we can't
  /prebuilts/go/linux-x86/src/cmd/cover/testdata/
main.go 92 // Linear search is fine. Choose perfect fit over approximate.
95 // Therefore we test for a perfect (lo==line && hi==line) match, but if we can't
  /external/junit-params/
RELEASES.md 71 You can create custom annotations for parameter providers. `@FileParameters` have been refactored to use this mechanism and should serve as a perfect usage example.
  /external/ImageMagick/www/api/
histogram.php 136 <p>If the adjustment values are both zero this function is equivalent to a perfect normalization (or autolevel) of the image.</p>
  /prebuilts/go/darwin-x86/src/crypto/dsa/
dsa.go 179 // constant-time so it's not perfect.
  /prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa.go 137 // constant-time so it's not perfect.
  /prebuilts/go/linux-x86/src/crypto/dsa/
dsa.go 179 // constant-time so it's not perfect.
  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa.go 137 // constant-time so it's not perfect.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
scanner.go 344 // hash is a perfect hash function for keywords.
  /prebuilts/go/darwin-x86/src/time/
zoneinfo.go 232 // It's not perfect: during the backward transition we might pick
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
scanner.go 344 // hash is a perfect hash function for keywords.
  /prebuilts/go/linux-x86/src/time/
zoneinfo.go 232 // It's not perfect: during the backward transition we might pick
  /prebuilts/go/darwin-x86/src/encoding/xml/
read.go 664 // It's a perfect match, unmarshal the field.
683 // The element is not a perfect match for any field, but one
  /prebuilts/go/linux-x86/src/encoding/xml/
read.go 664 // It's a perfect match, unmarshal the field.
683 // The element is not a perfect match for any field, but one
  /prebuilts/go/darwin-x86/src/cmd/vet/
print.go 555 // Not a perfect match; see issue 6259.
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
registry_test.go 390 // Size of utf16 string in bytes is not perfect,
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof_test.go 162 // QEMU is not perfect at emulating everything.
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex.go 546 // isn't a perfect number scanner - for instance it accepts "." and "0x0.2"
  /prebuilts/go/linux-x86/src/cmd/vet/
print.go 555 // Not a perfect match; see issue 6259.
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
registry_test.go 390 // Size of utf16 string in bytes is not perfect,
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof_test.go 162 // QEMU is not perfect at emulating everything.

Completed in 913 milliseconds

1 2