Searched refs:perfect (Results 1 – 25 of 153) sorted by relevance
1234567
/external/google-styleguide/docguide/ |
D | philosophy.md | 15 1. [Better is better than perfect](#better-is-better-than-perfect) 64 ## Better is better than perfect
|
D | best_practices.md | 57 ## Prefer the good over the perfect 64 the document, instead of forcing rounds of review until it's "perfect". Docs are 65 never perfect, and tend to gradually improve as the team learns what they really
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | size_classes.sh | 76 perfect=0 77 while [ ${perfect} -eq 0 ] ; do 84 perfect=1
|
/external/skia/tests/ |
D | BlendTest.cpp | 80 int (*perfect[])(int, int) = { in DEF_TEST() local 85 for (auto multiply : perfect) { REPORTER_ASSERT(r, test(multiply).diffs == 0); } in DEF_TEST()
|
/external/cronet/net/base/registry_controlled_domains/ |
D | effective_tld_names_unittest2.gperf | 8 // to generate the perfect hashmap.
|
D | effective_tld_names_unittest1.gperf | 8 // to generate the perfect hashmap.
|
/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/bc/ |
D | MEMORY_BUGS.md | 7 `bc`, `dc`, and `bcl` have vulnerabilities, and two, I once had a perfect record 8 and then found a couple, but forgot and claimed I still had a perfect record
|
/external/antlr/runtime/ObjC/Framework/examples/polydiff/ |
D | Simplifier.g | 13 * perfect. We'd need to run the tree into this until nothing
|
/external/libjpeg-turbo/ |
D | transupp.h | 134 boolean perfect; /* if TRUE, fail if partial MCUs are requested */ member
|
D | jpegtran.c | 160 transformoption.perfect = FALSE; in parse_switches() 323 transformoption.perfect = TRUE; in parse_switches()
|
/external/python/setuptools/docs/development/ |
D | developer-guide.rst | 12 Please read `How to write the perfect pull request 13 <https://blog.jaraco.com/how-to-write-perfect-pull-request/>`_ for some tips
|
/external/elfutils/ |
D | CONTRIBUTING | 69 to the project will review it, give feedback, and if perfect they 97 patches on these branches are works in progress, so might not be perfect
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/ |
D | SelectionDAGCompat.td | 127 // as isSignExtLoad require that this is not a perfect 1:1 mapping since a 144 // as isTruncStore require that this is not a perfect 1:1 mapping since a
|
/external/python/cpython3/Doc/library/ |
D | asyncio.rst | 30 asyncio is often a perfect fit for IO-bound and high-level
|
/external/rust/crates/libz-sys/src/zlib-ng/test/ |
D | abicheck.md | 21 abicheck.sh is not perfect, but it can catch
|
/external/rust/crates/fnv/ |
D | README.md | 27 small—a perfect use case for FNV.
|
/external/cronet/third_party/libevent/ |
D | whatsnew-14.txt | 43 perfect or complete, though; if you find a mistake, please let us 159 Not perfect, but better.
|
/external/python/cpython2/Doc/library/ |
D | imgfile.rst | 48 less than perfect, especially for computer-generated images.
|
/external/python/jinja/docs/ |
D | sandbox.rst | 39 The Jinja sandbox alone is no solution for perfect security. Especially
|
/external/cronet/buildtools/third_party/libc++/trunk/docs/DesignDocs/ |
D | ExtendedCXX03Support.rst | 26 * RValue references and perfect forwarding.
|
/external/junit-params/ |
D | RELEASES.md | 71 …Parameters` have been refactored to use this mechanism and should serve as a perfect usage example.
|
/external/cronet/third_party/protobuf/php/ |
D | REFCOUNTING.md | 111 When we use `RETURN_COPY`, the refcount is increased; this is perfect for
|
/external/protobuf/php/ |
D | REFCOUNTING.md | 111 When we use `RETURN_COPY`, the refcount is increased; this is perfect for
|
/external/fonttools/Doc/source/ |
D | optional.rst | 74 "minimum weight perfect matching problem in bipartite graphs", or
|
1234567