Searched refs:perfect (Results 1 – 25 of 77) sorted by relevance
1234
/external/skia/tests/ |
D | BlendTest.cpp | 76 int (*perfect[])(int, int) = { in DEF_TEST() local 81 for (auto multiply : perfect) { REPORTER_ASSERT(r, test(multiply).diffs == 0); } in DEF_TEST()
|
/external/llvm/test/DebugInfo/ |
D | dwarfdump-macho-universal.test | 1 Reuse a test input from llvm-dsymutil, it's perfect for what we want to exercise
|
/external/libjpeg-turbo/ |
D | transupp.h | 120 boolean perfect; /* if TRUE, fail if partial MCUs are requested */ member
|
D | jpegtran.c | 144 transformoption.perfect = FALSE; in parse_switches() 273 transformoption.perfect = TRUE; in parse_switches()
|
D | usage.txt | 540 If you are only interested in perfect transformations, add the -perfect switch: 541 -perfect Fail with an error if the transformation is not 542 perfect. 544 jpegtran -rot 90 -perfect foo.jpg || djpeg foo.jpg | pnmflip -r90 | cjpeg 545 to do a perfect rotation, if available, or an approximated one if not.
|
D | change.log | 81 Implement -perfect option in jpegtran, new API function
|
/external/netperf/ |
D | README | 18 to be perfect ;-)" The rest of it is there to keep the layers happy...
|
/external/python/cpython2/Doc/library/ |
D | imgfile.rst | 48 less than perfect, especially for computer-generated images.
|
/external/junit-params/ |
D | RELEASES.md | 71 …Parameters` have been refactored to use this mechanism and should serve as a perfect usage example.
|
/external/syslinux/doc/ |
D | keytab-lilo.txt | 37 * The current mechanism isn't perfect, because it sits on top of the
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_klex.pkb | 1065 …per,G&perfect 0G&=!:BKperfect )G!$=*BKperfect …
|
/external/eigen/doc/ |
D | HiPerformance.dox | 43 Unfortunately, this simplification mechanism is not perfect yet and not all expressions which could…
|
/external/clang/docs/ |
D | MemorySanitizer.rst | 31 ``-fno-omit-frame-pointer``. To get perfect stack traces you may need
|
D | SafeStack.rst | 100 its known security limitations. The safe stack pointer hiding is not perfect
|
D | AddressSanitizer.rst | 37 in error messages add ``-fno-omit-frame-pointer``. To get perfect stack traces
|
/external/autotest/docs/ |
D | coding-style.md | 112 places, though undoubtedly we're not perfect. A high level overview is
|
/external/clang/docs/analyzer/ |
D | IPA.txt | 254 In the case of dynamic dispatch where our information is not perfect, CallEvent 267 only "near-perfect" devirtualized calls are inlined*, and other dynamic calls
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_klex.pkb | 829 …per,H!$JpercentAperfect 830 0H$J>!;CLperfect 831 )H!$J>+CLperfect
|
/external/wpa_supplicant_8/hostapd/ |
D | defconfig | 242 # enhance random number generation. This is not perfect, but it is much more
|
/external/ltp/doc/ |
D | style-guide.txt | 397 one is perfect). If it works after you fix it -- great -- move on.
|
/external/llvm/docs/ |
D | BigEndianNEON.rst | 152 Neither approach is perfect, and choosing one boils down to choosing the lesser of two evils. The i…
|
/external/gemmlowp/doc/ |
D | less-than-8-bit.txt | 284 on various ARM devices) but we need as perfect un-biased-ness as we can
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 1155 bool perfect = sctx->b.num_perfect_occlusion_queries > 0; in si_emit_db_render_state() local 1159 S_028004_PERFECT_ZPASS_COUNTS(perfect) | in si_emit_db_render_state() 1166 S_028004_PERFECT_ZPASS_COUNTS(perfect) | in si_emit_db_render_state()
|
/external/autotest/client/profilers/lockmeter/ |
D | patch.2.6.14-lockmeter-1.gz |
|
/external/python/cpython2/Mac/ |
D | README | 166 Using ``arch`` is not a perfect solution as the selected architecture will
|
1234