/external/google-fruit/include/fruit/impl/ |
D | injection_errors.h | 27 struct AlwaysFalse { struct 33 …static_assert(AlwaysFalse<T>::value, "No explicit binding nor C::Inject definition was found for T… argument 38 static_assert(AlwaysFalse<T>::value, 46 static_assert(AlwaysFalse<Ts...>::value, 52 static_assert(AlwaysFalse<TypesInLoop...>::value, 59 static_assert(AlwaysFalse<T>::value, "A non-class type T was specified. Use C instead."); 64 …static_assert(AlwaysFalse<T>::value, "An annotated type was specified where a non-annotated type w… 69 static_assert(AlwaysFalse<C>::value, "Trying to bind C but it is already bound."); 74 static_assert(AlwaysFalse<RequiredSignature>::value, 80 static_assert(AlwaysFalse<Signature>::value, [all …]
|
D | injection_debug_errors.h | 28 static_assert(AlwaysFalse<MissingProvides...>::value, ""); 38 static_assert(AlwaysFalse<MissingInterfaceBindings...>::value, ""); 48 static_assert(AlwaysFalse<AdditionalRequirements...>::value, ""); 58 static_assert(AlwaysFalse<Deps>::value, ""); 68 static_assert(AlwaysFalse<RequirementsWithConstMismatch...>::value, ""); 78 static_assert(AlwaysFalse<ProvidesWithConstMismatch...>::value, ""); 88 static_assert(AlwaysFalse<ProofTh>::value, ""); 98 static_assert(AlwaysFalse<ForestHps>::value, "");
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest-spi.h | 153 } while (::testing::internal::AlwaysFalse()) 170 } while (::testing::internal::AlwaysFalse()) 216 } while (::testing::internal::AlwaysFalse()) 230 } while (::testing::internal::AlwaysFalse())
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-spi.h | 153 } while (::testing::internal::AlwaysFalse()) 170 } while (::testing::internal::AlwaysFalse()) 216 } while (::testing::internal::AlwaysFalse()) 230 } while (::testing::internal::AlwaysFalse())
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest-spi.h | 158 } while (::testing::internal::AlwaysFalse()) 175 } while (::testing::internal::AlwaysFalse()) 221 } while (::testing::internal::AlwaysFalse()) 235 } while (::testing::internal::AlwaysFalse())
|
D | gtest-death-test.h | 318 } else if (::testing::internal::AlwaysFalse()) { \
|
/external/googletest/googletest/include/gtest/ |
D | gtest-spi.h | 159 } while (::testing::internal::AlwaysFalse()) 176 } while (::testing::internal::AlwaysFalse()) 222 } while (::testing::internal::AlwaysFalse()) 236 } while (::testing::internal::AlwaysFalse())
|
D | gtest-death-test.h | 317 } else if (::testing::internal::AlwaysFalse()) { \
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-spi.h | 154 } while (::testing::internal::AlwaysFalse()) 171 } while (::testing::internal::AlwaysFalse()) 217 } while (::testing::internal::AlwaysFalse()) 231 } while (::testing::internal::AlwaysFalse())
|
D | gtest-death-test.h | 248 do { statement; } while (::testing::internal::AlwaysFalse()) 251 do { statement; } while (::testing::internal::AlwaysFalse())
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/ |
D | gtest-spi.h | 153 } while (::testing::internal::AlwaysFalse()) 170 } while (::testing::internal::AlwaysFalse()) 216 } while (::testing::internal::AlwaysFalse()) 230 } while (::testing::internal::AlwaysFalse())
|
D | gtest-death-test.h | 248 do { statement; } while (::testing::internal::AlwaysFalse()) 251 do { statement; } while (::testing::internal::AlwaysFalse())
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-spi.h | 153 } while (::testing::internal::AlwaysFalse()) 170 } while (::testing::internal::AlwaysFalse()) 216 } while (::testing::internal::AlwaysFalse()) 230 } while (::testing::internal::AlwaysFalse())
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest-spi.h | 153 } while (::testing::internal::AlwaysFalse()) 170 } while (::testing::internal::AlwaysFalse()) 216 } while (::testing::internal::AlwaysFalse()) 230 } while (::testing::internal::AlwaysFalse())
|
/external/libchrome/ipc/ |
D | ipc_param_traits.h | 15 struct AlwaysFalse { struct 22 static_assert(internal::AlwaysFalse<P>::value, argument
|
/external/google-fruit/tests/meta/ |
D | common.h | 22 …static_assert(AlwaysFalse<T>::value, "T and U are different, but should have been equal/equivalent… 27 …static_assert(AlwaysFalse<T>::value, "T and U are equal/equivalent but should have been different.…
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-death-test_test.cc | 38 using testing::internal::AlwaysFalse; 291 if (AlwaysFalse()) in TEST_F() 302 if (AlwaysFalse()) in TEST_F() 305 if (AlwaysFalse()) in TEST_F() 1302 if (AlwaysFalse()) in TEST() 1313 if (AlwaysFalse()) in TEST() 1316 if (AlwaysFalse()) in TEST()
|
/external/googletest/googletest/test/ |
D | googletest-death-test-test.cc | 38 using testing::internal::AlwaysFalse; 283 if (AlwaysFalse()) in TEST_F() 294 if (AlwaysFalse()) in TEST_F() 297 if (AlwaysFalse()) in TEST_F() 1424 if (AlwaysFalse()) in TEST() 1435 if (AlwaysFalse()) in TEST() 1438 if (AlwaysFalse()) in TEST()
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | array_traits.h | 72 static_assert(internal::AlwaysFalse<T>::value,
|
D | map_traits.h | 57 static_assert(internal::AlwaysFalse<T>::value,
|
D | string_traits.h | 51 static_assert(internal::AlwaysFalse<T>::value,
|
D | union_traits.h | 38 static_assert(internal::AlwaysFalse<T>::value,
|
D | struct_traits.h | 162 static_assert(internal::AlwaysFalse<T>::value,
|
D | enum_traits.h | 26 static_assert(internal::AlwaysFalse<T>::value,
|
/external/python/cpython2/Mac/Modules/ae/ |
D | aesupport.py | 77 AlwaysFalse = FakeType("0") variable
|