/external/tensorflow/tensorflow/core/framework/ |
D | tensor_testutil.cc | 31 return ::testing::AssertionSuccess(); in IsSameType() 41 return ::testing::AssertionSuccess(); in IsSameShape() 54 return ::testing::AssertionSuccess(); in IsEqual() 61 return ::testing::AssertionSuccess(); in IsEqual() 67 return ::testing::AssertionSuccess(); in IsEqual() 86 if (distance <= kMaxUlps) return ::testing::AssertionSuccess(); in IsEqual() 92 return ::testing::AssertionSuccess(); in IsEqual() 99 return ::testing::AssertionSuccess(); in IsEqual() 121 return ::testing::AssertionSuccess(); in IsClose() 122 if (x == y) return ::testing::AssertionSuccess(); // Handle infinity. in IsClose() [all …]
|
/external/pdfium/testing/ |
D | gtest_mac.mm | 25 return AssertionSuccess(); 38 return AssertionSuccess(); 52 return AssertionSuccess(); 63 return AssertionSuccess(); 76 return AssertionSuccess(); 87 return AssertionSuccess();
|
/external/llvm-project/clang/unittests/AST/ |
D | CommentParser.cpp | 87 return ::testing::AssertionSuccess(); in HasChildCount() 113 return ::testing::AssertionSuccess(); in GetChildAt() 134 return ::testing::AssertionSuccess(); in HasTextAt() 155 return ::testing::AssertionSuccess(); in HasTextWithNewlineAt() 176 return ::testing::AssertionSuccess(); in HasBlockCommandAt() 224 return ::testing::AssertionSuccess(); in HasParamCommandAt() 258 return ::testing::AssertionSuccess(); in HasTParamCommandAt() 276 return ::testing::AssertionSuccess(); in HasInlineCommandAt() 296 return ::testing::AssertionSuccess(); in HasInlineCommandAt() 320 return ::testing::AssertionSuccess(); in HasInlineCommandAt() [all …]
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 89 return ::testing::AssertionSuccess(); in HasChildCount() 115 return ::testing::AssertionSuccess(); in GetChildAt() 136 return ::testing::AssertionSuccess(); in HasTextAt() 157 return ::testing::AssertionSuccess(); in HasTextWithNewlineAt() 178 return ::testing::AssertionSuccess(); in HasBlockCommandAt() 226 return ::testing::AssertionSuccess(); in HasParamCommandAt() 260 return ::testing::AssertionSuccess(); in HasTParamCommandAt() 278 return ::testing::AssertionSuccess(); in HasInlineCommandAt() 298 return ::testing::AssertionSuccess(); in HasInlineCommandAt() 322 return ::testing::AssertionSuccess(); in HasInlineCommandAt() [all …]
|
/external/webrtc/rtc_base/ |
D | gunit.cc | 22 return ::testing::AssertionSuccess(); in AssertStartsWith() 36 return ::testing::AssertionSuccess(); in AssertStringContains()
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest_pred_impl.h | 90 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper() 134 if (pred(v1, v2)) return AssertionSuccess(); in AssertPred2Helper() 185 if (pred(v1, v2, v3)) return AssertionSuccess(); in AssertPred3Helper() 243 if (pred(v1, v2, v3, v4)) return AssertionSuccess(); in AssertPred4Helper() 308 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess(); in AssertPred5Helper()
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest_pred_impl.h | 91 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper() 135 if (pred(v1, v2)) return AssertionSuccess(); in AssertPred2Helper() 186 if (pred(v1, v2, v3)) return AssertionSuccess(); in AssertPred3Helper() 244 if (pred(v1, v2, v3, v4)) return AssertionSuccess(); in AssertPred4Helper() 309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess(); in AssertPred5Helper()
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest_pred_impl.h | 91 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper() 136 if (pred(v1, v2)) return AssertionSuccess(); in AssertPred2Helper() 188 if (pred(v1, v2, v3)) return AssertionSuccess(); in AssertPred3Helper() 246 if (pred(v1, v2, v3, v4)) return AssertionSuccess(); in AssertPred4Helper() 310 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess(); in AssertPred5Helper()
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest_pred_impl.h | 91 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper() 135 if (pred(v1, v2)) return AssertionSuccess(); in AssertPred2Helper() 186 if (pred(v1, v2, v3)) return AssertionSuccess(); in AssertPred3Helper() 244 if (pred(v1, v2, v3, v4)) return AssertionSuccess(); in AssertPred4Helper() 309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess(); in AssertPred5Helper()
|
/external/googletest/googletest/include/gtest/ |
D | gtest_pred_impl.h | 91 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper() 136 if (pred(v1, v2)) return AssertionSuccess(); in AssertPred2Helper() 188 if (pred(v1, v2, v3)) return AssertionSuccess(); in AssertPred3Helper() 246 if (pred(v1, v2, v3, v4)) return AssertionSuccess(); in AssertPred4Helper() 310 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess(); in AssertPred5Helper()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
D | gtest_pred_impl.h | 91 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper() 136 if (pred(v1, v2)) return AssertionSuccess(); in AssertPred2Helper() 188 if (pred(v1, v2, v3)) return AssertionSuccess(); in AssertPred3Helper() 246 if (pred(v1, v2, v3, v4)) return AssertionSuccess(); in AssertPred4Helper() 310 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess(); in AssertPred5Helper()
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest_pred_impl.h | 87 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper() 119 if (pred(v1, v2)) return AssertionSuccess(); in AssertPred2Helper() 156 if (pred(v1, v2, v3)) return AssertionSuccess(); in AssertPred3Helper() 196 if (pred(v1, v2, v3, v4)) return AssertionSuccess(); in AssertPred4Helper() 239 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess(); in AssertPred5Helper()
|
/external/abseil-cpp/absl/types/ |
D | optional_exception_safety_test.cc | 33 using ::testing::AssertionSuccess; 81 return AssertionSuccess(); in OptionalInvariants() 93 return AssertionSuccess(); in CheckDisengaged() 105 return AssertionSuccess(); in CheckEngaged()
|
D | any_exception_safety_test.cc | 41 using testing::AssertionSuccess; in AnyInvariants() 76 return AssertionSuccess(); in AnyInvariants() 81 return testing::AssertionSuccess(); in AnyIsEmpty()
|
/external/libtextclassifier/abseil-cpp/absl/types/ |
D | optional_exception_safety_test.cc | 33 using ::testing::AssertionSuccess; 81 return AssertionSuccess(); in OptionalInvariants() 93 return AssertionSuccess(); in CheckDisengaged() 105 return AssertionSuccess(); in CheckEngaged()
|
D | any_exception_safety_test.cc | 41 using testing::AssertionSuccess; in AnyInvariants() 76 return AssertionSuccess(); in AnyInvariants() 81 return testing::AssertionSuccess(); in AnyIsEmpty()
|
/external/webrtc/third_party/abseil-cpp/absl/types/ |
D | optional_exception_safety_test.cc | 33 using ::testing::AssertionSuccess; 81 return AssertionSuccess(); in OptionalInvariants() 93 return AssertionSuccess(); in CheckDisengaged() 105 return AssertionSuccess(); in CheckEngaged()
|
D | any_exception_safety_test.cc | 41 using testing::AssertionSuccess; in AnyInvariants() 76 return AssertionSuccess(); in AnyInvariants() 81 return testing::AssertionSuccess(); in AnyIsEmpty()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
D | optional_exception_safety_test.cc | 33 using ::testing::AssertionSuccess; 81 return AssertionSuccess(); in OptionalInvariants() 93 return AssertionSuccess(); in CheckDisengaged() 105 return AssertionSuccess(); in CheckEngaged()
|
D | any_exception_safety_test.cc | 41 using testing::AssertionSuccess; in AnyInvariants() 76 return AssertionSuccess(); in AnyInvariants() 81 return testing::AssertionSuccess(); in AnyIsEmpty()
|
/external/angle/third_party/abseil-cpp/absl/types/ |
D | optional_exception_safety_test.cc | 33 using ::testing::AssertionSuccess; 81 return AssertionSuccess(); in OptionalInvariants() 93 return AssertionSuccess(); in CheckDisengaged() 105 return AssertionSuccess(); in CheckEngaged()
|
D | any_exception_safety_test.cc | 41 using testing::AssertionSuccess; in AnyInvariants() 76 return AssertionSuccess(); in AnyInvariants() 81 return testing::AssertionSuccess(); in AnyIsEmpty()
|
/external/openscreen/third_party/abseil/src/absl/types/ |
D | optional_exception_safety_test.cc | 33 using ::testing::AssertionSuccess; 81 return AssertionSuccess(); in OptionalInvariants() 93 return AssertionSuccess(); in CheckDisengaged() 105 return AssertionSuccess(); in CheckEngaged()
|
D | any_exception_safety_test.cc | 41 using testing::AssertionSuccess; in AnyInvariants() 76 return AssertionSuccess(); in AnyInvariants() 81 return testing::AssertionSuccess(); in AnyIsEmpty()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | literal_test_util.cc | 66 return ::testing::AssertionSuccess(); in StatusToAssertion() 85 return ::testing::AssertionSuccess(); in EqualShapesAndLayouts()
|