Searched refs:p_null (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | logging_test.cc | 62 char* p_null = nullptr; in TEST() local 76 ASSERT_DEATH(printf("%s", CHECK_NOTNULL(p_null)), "Must be non NULL"); in TEST()
|
/external/eigen/test/ |
D | sparse_permutations.cpp | 74 PermutationMatrix<Dynamic> p, p_null; in sparse_permutations() local 111 VERIFY( is_sorted( res = mat.template selfadjointView<Upper>().twistedBy(p_null) )); in sparse_permutations() 115 VERIFY( is_sorted( res = mat.template selfadjointView<Lower>().twistedBy(p_null) )); in sparse_permutations() 120 VERIFY( is_sorted( res = up.template selfadjointView<Upper>().twistedBy(p_null) )); in sparse_permutations() 124 VERIFY( is_sorted( res = lo.template selfadjointView<Lower>().twistedBy(p_null) )); in sparse_permutations()
|
/external/eigen/Eigen/src/PardisoSupport/ |
D | PardisoSupport.h | 473 PermutationMatrix<Dynamic,Dynamic,StorageIndex> p_null; 475 …trix.template selfadjointView<Upper>() = matrix.template selfadjointView<UpLo>().twistedBy(p_null); 534 PermutationMatrix<Dynamic,Dynamic,StorageIndex> p_null; 536 …trix.template selfadjointView<Upper>() = matrix.template selfadjointView<UpLo>().twistedBy(p_null);
|
/external/libchrome/base/ |
D | logging_unittest.cc | 600 const void* p_null = nullptr; in TEST_F() local 601 const void* p_not_null = &p_null; in TEST_F() 602 DCHECK_EQ(p_null, nullptr); in TEST_F() 603 DCHECK_EQ(nullptr, p_null); in TEST_F()
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler_unittest.cc | 208 volatile int *p_null; // external linkage, so GCC can't tell that it variable 211 *p_null = 1; in DoNullPointerDereference()
|