Searched refs:satisfy (Results 1 – 25 of 382) sorted by relevance
12345678910>>...16
/external/llvm-project/mlir/test/IR/ |
D | attribute.mlir | 126 …// expected-error @+1 {{'si32_attr' failed to satisfy constraint: 32-bit signed integer attribute}} 139 …// expected-error @+1 {{'ui32_attr' failed to satisfy constraint: 32-bit unsigned integer attribut… 152 // expected-error @+1 {{'any_i32_attr' failed to satisfy constraint: 32-bit integer attribute}} 178 …// expected-error @+1 {{'i32attr' failed to satisfy constraint: 32-bit signless integer attribute … 186 …// expected-error @+1 {{'i64attr' failed to satisfy constraint: 64-bit signless integer attribute … 206 …// expected-error @+1 {{'i32attr' failed to satisfy constraint: 32-bit signless integer attribute … 214 …// expected-error @+1 {{'i64attr' failed to satisfy constraint: 64-bit signless integer attribute … 222 …// expected-error @+1 {{'i32attr' failed to satisfy constraint: 32-bit signless integer attribute … 230 …// expected-error @+1 {{'i64attr' failed to satisfy constraint: 64-bit signless integer attribute … 250 // expected-error @+1 {{'attr' failed to satisfy constraint: type array attribute}} [all …]
|
/external/rust/crates/anyhow/tests/ui/ |
D | no-impl.stderr | 7 | doesn't satisfy `Error: Into<anyhow::Error>` 8 | doesn't satisfy `Error: anyhow::private::kind::TraitKind` 9 | doesn't satisfy `Error: std::fmt::Display`
|
/external/llvm-project/mlir/test/mlir-tblgen/ |
D | predicate.td | 37 // CHECK-SAME: "attribute 'attr' failed to satisfy constraint: 32-bit signless integer attribute w… 45 // CHECK-SAME: "attribute 'attr' failed to satisfy constraint: 32-bit signless integer attribute w… 53 // CHECK-SAME: "attribute 'attr' failed to satisfy constraint: array attribute with at least 8 ele… 61 // CHECK-SAME: "attribute 'attr' failed to satisfy constraint: array attribute whose 0-th element … 69 // CHECK-SAME: "attribute 'attr' failed to satisfy constraint: array attribute whose 0-th element m…
|
/external/rust/crates/thiserror/tests/ui/ |
D | source-struct-not-error.stderr | 8 | doesn't satisfy `NotError: AsDynError` 9 | doesn't satisfy `NotError: std::error::Error`
|
D | source-enum-not-error.stderr | 7 | doesn't satisfy `NotError: AsDynError` 8 | doesn't satisfy `NotError: std::error::Error`
|
D | no-display.stderr | 5 | ----------------- doesn't satisfy `NoDisplay: std::fmt::Display`
|
/external/rust/crates/ring/src/arithmetic/ |
D | bigint_elem_exp_vartime_tests.txt | 3 # These test vectors satisfy A ^ E = ModExp (mod M) and 0 <= ModExp < M. 4 # Additionally, These test vectors satisfy the following constraints:
|
D | bigint_elem_squared_tests.txt | 3 # These test vectors satisfy A * A = ModSquare (mod M) and 0 <= ModSquare < M.
|
/external/boringssl/src/util/fipstools/delocate/testdata/generic-FileDirectives/ |
D | in.s | 5 # An instruction is needed to satisfy the architecture auto-detection.
|
D | out.s | 9 # An instruction is needed to satisfy the architecture auto-detection.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MatrixTriangularSolve.pbtxt | 50 `True` then the innermost matrices in `output` satisfy matrix equations 53 `output` satisfy matrix equations
|
D | api_def_Transpose.pbtxt | 5 The output `y` has the same rank as `x`. The shapes of `x` and `y` satisfy:
|
D | api_def_ConjugateTranspose.pbtxt | 5 The output `y` has the same rank as `x`. The shapes of `x` and `y` satisfy:
|
/external/angle/tools/android/md5sum/ |
D | BUILD.gn | 5 # Empty placeholder to satisfy build/config/android/internal_rules.gni.
|
/external/pigweed/pw_fuzzer/ |
D | fuzzer.gni | 77 # Dummy target to satisfy `pw_test_group`. It is empty as we don't want to 82 # Dummy target to satisfy `pw_test`. It is empty as we don't need a separate
|
/external/rust/crates/proc-macro-error/tests/ui/ |
D | misuse.stderr | 5 | ----------- doesn't satisfy `Foo: quote::to_tokens::ToTokens`
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/ |
D | coverage.txt | 6 the system in order to satisfy this test case.
|
/external/llvm/unittests/IR/ |
D | CMakeLists.txt | 36 # HACK: Declare a couple of source files as optionally compiled to satisfy the
|
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/X86/ |
D | critedge-assume.ll | 8 ; assumption cache is verified after simplifycfg has run. To satisfy 1, we 9 ; run the instcombine pass first in our pipeline. To satisfy 2, we use the
|
/external/libcups/scheduler/ |
D | auth.c | 1301 temp->satisfy = loc->satisfy; in cupsdCopyLocation() 1585 …_AUTH_SATISFY_%s, num_names=%d", levels[best->level], types[type], best->satisfy ? "ANY" : "ALL", … in cupsdIsAuthorized() 1629 if (auth == CUPSD_AUTH_DENY && best->satisfy == CUPSD_AUTH_SATISFY_ALL) in cupsdIsAuthorized() 1640 best->satisfy == CUPSD_AUTH_SATISFY_ALL) && in cupsdIsAuthorized() 1677 else if (best->satisfy == CUPSD_AUTH_SATISFY_ALL || auth == CUPSD_AUTH_DENY) in cupsdIsAuthorized() 1693 if (best->satisfy == CUPSD_AUTH_SATISFY_ALL || auth == CUPSD_AUTH_DENY) in cupsdIsAuthorized()
|
D | auth.h | 92 satisfy; /* Satisfy any or all limits? */ member
|
/external/toybox/tests/ |
D | printf.test | 39 # posix: "The format operand shall be reused as often as necessary to satisfy
|
/external/llvm-project/llvm/utils/gn/secondary/compiler-rt/lib/scudo/ |
D | BUILD.gn | 27 # This target is unused, it only exists to satisfy
|
/external/llvm-project/llvm/test/Transforms/InferAddressSpaces/AMDGPU/ |
D | redundant-addrspacecast.ll | 7 ; not be cloned to satisfy the second user.
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | setcc-takes-i32.ll | 9 ; type, so we'll satisfy it (this actually arguably gives better code anyway,
|
12345678910>>...16