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

1 2 3

  /external/skia/tests/
BlendTest.cpp 53 // These are fine to use, but not perfect.
63 int (*perfect[])(int, int) = {
68 for (auto multiply : perfect) { REPORTER_ASSERT(r, test(multiply).diffs == 0); }
  /external/libjpeg-turbo/
transupp.h 119 boolean perfect; /* if TRUE, fail if partial MCUs are requested */ member in struct:__anon16706
jpegtran.c 73 fprintf(stderr, " -perfect Fail if there is non-transformable edge blocks\n");
143 transformoption.perfect = FALSE;
269 } else if (keymatch(arg, "perfect", 2)) {
272 transformoption.perfect = TRUE;
468 /* Fail right away if -perfect is given and transformation is not perfect.
471 fprintf(stderr, "%s: transformation is not perfect\n", progname);
  /prebuilts/go/darwin-x86/src/cmd/cover/testdata/
main.go 88 // Linear search is fine. Choose perfect fit over approximate.
91 // 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 88 // Linear search is fine. Choose perfect fit over approximate.
91 // Therefore we test for a perfect (lo==line && hi==line) match, but if we can't
  /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 125 // 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 125 // constant-time so it's not perfect.
  /prebuilts/go/darwin-x86/src/encoding/xml/
read.go 626 // It's a perfect match, unmarshal the field.
645 // The element is not a perfect match for any field, but one
  /prebuilts/go/linux-x86/src/encoding/xml/
read.go 626 // It's a perfect match, unmarshal the field.
645 // The element is not a perfect match for any field, but one
  /prebuilts/go/darwin-x86/src/math/rand/
rand.go 121 // (The balance is not perfect because the implementation
  /prebuilts/go/darwin-x86/src/time/
zoneinfo.go 230 // It's not perfect: during the backward transition we might pick
  /prebuilts/go/linux-x86/src/math/rand/
rand.go 121 // (The balance is not perfect because the implementation
  /prebuilts/go/linux-x86/src/time/
zoneinfo.go 230 // It's not perfect: during the backward transition we might pick
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof_test.go 206 // QEMU is not perfect at emulating everything.
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex.go 465 // isn't a perfect number scanner - for instance it accepts "." and "0x0.2"
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof_test.go 206 // QEMU is not perfect at emulating everything.
  /prebuilts/go/linux-x86/src/text/template/parse/
lex.go 465 // isn't a perfect number scanner - for instance it accepts "." and "0x0.2"
  /external/skia/third_party/yasm/config/android/
Makefile 415 genperf_DEPENDENCIES = genperf.$(OBJEXT) gp-perfect.$(OBJEXT) \
684 tools/genperf/genperf.c tools/genperf/perfect.c \
685 tools/genperf/perfect.h tools/genperf/standard.h \
    [all...]
  /external/skia/third_party/yasm/config/chromeos/
Makefile 415 genperf_DEPENDENCIES = genperf.$(OBJEXT) gp-perfect.$(OBJEXT) \
684 tools/genperf/genperf.c tools/genperf/perfect.c \
685 tools/genperf/perfect.h tools/genperf/standard.h \
    [all...]
  /external/skia/third_party/yasm/config/ios/
Makefile 415 genperf_DEPENDENCIES = genperf.$(OBJEXT) gp-perfect.$(OBJEXT) \
684 tools/genperf/genperf.c tools/genperf/perfect.c \
685 tools/genperf/perfect.h tools/genperf/standard.h \
    [all...]
  /external/skia/third_party/yasm/config/linux/
Makefile 415 genperf_DEPENDENCIES = genperf.$(OBJEXT) gp-perfect.$(OBJEXT) \
684 tools/genperf/genperf.c tools/genperf/perfect.c \
685 tools/genperf/perfect.h tools/genperf/standard.h \
    [all...]
  /external/skia/third_party/yasm/config/mac/
Makefile 415 genperf_DEPENDENCIES = genperf.$(OBJEXT) gp-perfect.$(OBJEXT) \
684 tools/genperf/genperf.c tools/genperf/perfect.c \
685 tools/genperf/perfect.h tools/genperf/standard.h \
    [all...]

Completed in 647 milliseconds

1 2 3