/external/libcxx/test/std/utilities/meta/meta.logical/ |
D | negation.pass.cpp | 25 static_assert (!std::negation<std::true_type >::value, "" ); in main() 26 static_assert ( std::negation<std::false_type>::value, "" ); in main() 31 static_assert (!std::negation<True >::value, "" ); in main() 32 static_assert ( std::negation<False>::value, "" ); in main() 37 static_assert ( std::negation<std::negation<std::true_type >>::value, "" ); in main() 38 static_assert (!std::negation<std::negation<std::false_type>>::value, "" ); in main()
|
/external/libcxx/test/std/experimental/utilities/meta/meta.logical/ |
D | negation.pass.cpp | 27 static_assert (!ex::negation<std::true_type >::value, "" ); in main() 28 static_assert ( ex::negation<std::false_type>::value, "" ); in main() 33 static_assert (!ex::negation<True >::value, "" ); in main() 34 static_assert ( ex::negation<False>::value, "" ); in main() 39 static_assert ( ex::negation<ex::negation<std::true_type >>::value, "" ); in main() 40 static_assert (!ex::negation<ex::negation<std::false_type>>::value, "" ); in main()
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/IN/ |
D | APL.py | 39 def __init__(self, family, negation, address, prefix): argument 41 self.negation = negation 46 if self.negation: 69 if self.negation: 99 negation = True 102 negation = False 107 item = APLItem(family, negation, address, prefix) 126 negation = True 129 negation = False 152 item = APLItem(header[0], negation, address, header[1])
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-neg-01.ll | 1 ; Test vector negation. 5 ; Test a v16i8 negation. 14 ; Test a v8i16 negation. 23 ; Test a v4i32 negation. 32 ; Test a v2i64 negation. 41 ; Test a v2f64 negation. 50 ; Test an f64 negation that uses vector registers.
|
D | int-neg-01.ll | 1 ; Test integer negation. 5 ; Test i32->i32 negation. 14 ; Test i32->i64 negation. 24 ; Test i32->i64 negation that uses an "in-register" form of sign extension. 35 ; Test i64 negation.
|
D | fp-neg-01.ll | 1 ; Test floating-point negation. 24 ; Test f128. With the loads and stores, a pure negation would probably
|
D | atomicrmw-xor-03.ll | 42 ; Check bitwise negation.
|
D | xor-04.ll | 61 ; Check full bitwise negation
|
/external/google-breakpad/src/testing/src/ |
D | gmock-matchers.cc | 92 GTEST_API_ string FormatMatcherDescription(bool negation, in FormatMatcherDescription() argument 98 return negation ? "not (" + result + ")" : result; in FormatMatcherDescription()
|
/external/v8/testing/ |
D | gmock-support.h | 69 MATCHER_P(BitEq, x, std::string(negation ? "isn't" : "is") + 85 MATCHER(IsNaN, std::string(negation ? "isn't" : "is") + " not a number") {
|
/external/v8/testing/gmock/include/gmock/ |
D | gmock-more-matchers.h | 48 MATCHER(IsEmpty, negation ? "isn't empty" : "is empty") {
|
D | gmock-generated-matchers.h | 1398 ::testing::internal::string FormatDescription(bool negation) const {\ 1403 negation, #name, \ 1447 ::testing::internal::string FormatDescription(bool negation) const {\ 1452 negation, #name, \ 1500 ::testing::internal::string FormatDescription(bool negation) const {\ 1505 negation, #name, \ 1558 ::testing::internal::string FormatDescription(bool negation) const {\ 1563 negation, #name, \ 1621 ::testing::internal::string FormatDescription(bool negation) const {\ 1626 negation, #name, \ [all …]
|
D | gmock-generated-matchers.h.pump | 474 // special bool-typed variable named 'negation'. When 'negation' is 476 // otherwise it should evaluate to the description of the negation of 482 // string(negation ? "is not" : "is") + " in range [" + 640 ::testing::internal::string FormatDescription(bool negation) const {\ 645 negation, #name, \
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-more-matchers.h | 48 MATCHER(IsEmpty, negation ? "isn't empty" : "is empty") {
|
D | gmock-generated-matchers.h | 1398 ::testing::internal::string FormatDescription(bool negation) const {\ 1403 negation, #name, \ 1447 ::testing::internal::string FormatDescription(bool negation) const {\ 1452 negation, #name, \ 1500 ::testing::internal::string FormatDescription(bool negation) const {\ 1505 negation, #name, \ 1558 ::testing::internal::string FormatDescription(bool negation) const {\ 1563 negation, #name, \ 1621 ::testing::internal::string FormatDescription(bool negation) const {\ 1626 negation, #name, \ [all …]
|
D | gmock-generated-matchers.h.pump | 474 // special bool-typed variable named 'negation'. When 'negation' is 476 // otherwise it should evaluate to the description of the negation of 482 // string(negation ? "is not" : "is") + " in range [" + 640 ::testing::internal::string FormatDescription(bool negation) const {\ 645 negation, #name, \
|
/external/iptables/extensions/ |
D | libxt_quota.man | 3 is reversed with negation (i.e. the condition does not match until the
|
D | libxt_limit.man | 7 xt_limit has no negation support - you will have to use \-m hashlimit !
|
D | libxt_MARK.man | 19 0/\fP\fIinvbits\fP, where \fIinvbits\fP is the binary negation of \fIbits\fP.)
|
/external/llvm/test/MC/X86/ |
D | imm-comments.s | 14 # This line should not induce undefined behavior via negation of INT64_MIN.
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-matchers.h | 1429 ::testing::internal::string FormatDescription(bool negation) const {\ 1434 negation, #name, \ 1478 ::testing::internal::string FormatDescription(bool negation) const {\ 1483 negation, #name, \ 1531 ::testing::internal::string FormatDescription(bool negation) const {\ 1536 negation, #name, \ 1589 ::testing::internal::string FormatDescription(bool negation) const {\ 1594 negation, #name, \ 1652 ::testing::internal::string FormatDescription(bool negation) const {\ 1657 negation, #name, \ [all …]
|
D | gmock-generated-matchers.h.pump | 507 // special bool-typed variable named 'negation'. When 'negation' is 509 // otherwise it should evaluate to the description of the negation of 515 // string(negation ? "is not" : "is") + " in range [" + 673 ::testing::internal::string FormatDescription(bool negation) const {\ 678 negation, #name, \
|
/external/googletest/googlemock/src/ |
D | gmock-matchers.cc | 127 GTEST_API_ string FormatMatcherDescription(bool negation, in FormatMatcherDescription() argument 133 return negation ? "not (" + result + ")" : result; in FormatMatcherDescription()
|
/external/v8/testing/gmock/src/ |
D | gmock-matchers.cc | 127 GTEST_API_ string FormatMatcherDescription(bool negation, in FormatMatcherDescription() argument 133 return negation ? "not (" + result + ")" : result; in FormatMatcherDescription()
|
/external/libcxx/include/experimental/ |
D | type_traits | 180 template<class B> struct negation; 181 template<class B> constexpr bool negation_v = negation<B>::value; 476 struct negation : _VSTD::__not_<_Tp> {}; 478 _LIBCPP_CONSTEXPR bool negation_v = negation<_Tp>::value;
|