Home
last modified time | relevance | path

Searched refs:perfect (Results 1 – 25 of 158) sorted by relevance

1234567

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-forwarding-reference-overload.rst6 The check looks for perfect forwarding constructors that can hide copy or move
9 parameter of the copy constructor, so the perfect forwarding constructor will be
20 // C1: perfect forwarding ctor
24 // C2: perfect forwarding ctor with parameter default value
28 // C3: perfect forwarding ctor guarded with enable_if
38 disabled (deleted or private), because there is nothing the perfect forwarding
/external/llvm-project/llvm/test/Verifier/
Damdgpu-cc.ll11 ; CHECK: Calling convention does not support varargs or perfect forwarding!
29 ; CHECK: Calling convention does not support varargs or perfect forwarding!
35 ; CHECK: Calling convention does not support varargs or perfect forwarding!
41 ; CHECK: Calling convention does not support varargs or perfect forwarding!
47 ; CHECK: Calling convention does not support varargs or perfect forwarding!
59 ; CHECK: Calling convention does not support varargs or perfect forwarding!
/external/pdfium/third_party/yasm/
DCHROMIUM.diff69 diff --git a/tools/genperf/perfect.c b/tools/genperf/perfect.c
71 --- a/tools/genperf/perfect.c
72 +++ b/tools/genperf/perfect.c
73 @@ -563,7 +563,7 @@ static int perfect(
/external/google-styleguide/docguide/
Dphilosophy.md15 1. [Better is better than perfect](#better-is-better-than-perfect)
64 ## Better is better than perfect
Dbest_practices.md57 ## 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/
Dsize_classes.sh76 perfect=0
77 while [ ${perfect} -eq 0 ] ; do
84 perfect=1
/external/skia/tests/
DBlendTest.cpp75 int (*perfect[])(int, int) = { in DEF_TEST() local
80 for (auto multiply : perfect) { REPORTER_ASSERT(r, test(multiply).diffs == 0); } in DEF_TEST()
/external/llvm-project/llvm/test/Analysis/LoopNestAnalysis/
Dperfectnest.ll3 ; Test a perfect 2-dim loop nest of the form:
45 ; Test a perfect 2-dim loop nest of the form:
88 ; Test a perfect 3-dim loop nest of the form:
153 ; Test a perfect 3-dim loop nest of the form:
222 ; Test a perfect loop nest with a live out reduction:
/external/skqp/tests/
DBlendTest.cpp80 int (*perfect[])(int, int) = { in DEF_TEST() local
85 for (auto multiply : perfect) { REPORTER_ASSERT(r, test(multiply).diffs == 0); } in DEF_TEST()
/external/llvm-project/llvm/test/DebugInfo/
Ddwarfdump-macho-universal.test1 Reuse a test input from dsymutil, it's perfect for what we want to exercise
/external/llvm/test/DebugInfo/
Ddwarfdump-macho-universal.test1 Reuse a test input from llvm-dsymutil, it's perfect for what we want to exercise
/external/antlr/runtime/ObjC/Framework/examples/polydiff/
DSimplifier.g13 * perfect. We'd need to run the tree into this until nothing
/external/libjpeg-turbo/
Dtransupp.h134 boolean perfect; /* if TRUE, fail if partial MCUs are requested */ member
Djpegtran.c160 transformoption.perfect = FALSE; in parse_switches()
323 transformoption.perfect = TRUE; in parse_switches()
/external/python/setuptools/docs/
Ddeveloper-guide.txt15 Please read `How to write the perfect pull request
16 <https://blog.jaraco.com/how-to-write-perfect-pull-request/>`_ for some tips
/external/elfutils/
DCONTRIBUTING69 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/python/cpython3/Doc/library/
Dasyncio.rst30 asyncio is often a perfect fit for IO-bound and high-level
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td127 // 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/rust/crates/fnv/
DREADME.md27 small—a perfect use case for FNV.
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dabicheck.md21 abicheck.sh is not perfect, but it can catch
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td155 // as isSignExtLoad require that this is not a perfect 1:1 mapping since a
172 // as isTruncStore require that this is not a perfect 1:1 mapping since a
/external/python/cpython2/Doc/library/
Dimgfile.rst48 less than perfect, especially for computer-generated images.
/external/python/jinja/docs/
Dsandbox.rst39 The Jinja sandbox alone is no solution for perfect security. Especially
/external/llvm-project/libcxx/docs/DesignDocs/
DExtendedCXX03Support.rst26 * RValue references and perfect forwarding.
/external/junit-params/
DRELEASES.md71 …Parameters` have been refactored to use this mechanism and should serve as a perfect usage example.

1234567