/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 …]
|
D | NamedDeclPrinterTest.cpp | 92 return ::testing::AssertionSuccess(); in PrintedNamedDeclMatches()
|
D | StmtPrinterTest.cpp | 97 return ::testing::AssertionSuccess(); in PrintedStmtMatches()
|
/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/gtest/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/google-breakpad/src/testing/gtest/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()
|
D | gtest.h | 325 GTEST_API_ AssertionResult AssertionSuccess(); 1327 return AssertionSuccess(); in CmpHelperEQ() 1441 return AssertionSuccess();\ 1571 return AssertionSuccess(); in CmpHelperFloatingPointEQ()
|
/external/mesa3d/src/gtest/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()
|
D | gtest.h | 324 GTEST_API_ AssertionResult AssertionSuccess(); 1317 return AssertionSuccess(); in CmpHelperEQ() 1431 return AssertionSuccess();\ 1561 return AssertionSuccess(); in CmpHelperFloatingPointEQ()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/protobuf/gtest/include/gtest/ |
D | gtest_pred_impl.h | 91 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper() 137 if (pred(v1, v2)) return AssertionSuccess(); in AssertPred2Helper() 190 if (pred(v1, v2, v3)) return AssertionSuccess(); in AssertPred3Helper() 250 if (pred(v1, v2, v3, v4)) return AssertionSuccess(); in AssertPred4Helper() 317 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess(); in AssertPred5Helper()
|
D | gtest.h | 309 GTEST_API_ AssertionResult AssertionSuccess(); 1264 return AssertionSuccess(); in CmpHelperEQ() 1364 return AssertionSuccess();\ 1495 return AssertionSuccess(); in CmpHelperFloatingPointEQ()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.h | 100 return testing::AssertionSuccess(); 200 return testing::AssertionSuccess(); in matchesConditionallyWithCuda() 254 return testing::AssertionSuccess(); in matchAndVerifyResultConditionally()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 638 return AssertionSuccess(); in HasOneFailure() 966 AssertionResult AssertionSuccess() { in AssertionSuccess() function 1043 if (diff <= abs_error) return AssertionSuccess(); in DoubleNearPredFormat() 1064 return AssertionSuccess(); in FloatingPointLE() 1070 return AssertionSuccess(); in FloatingPointLE() 1116 return AssertionSuccess(); in CmpHelperEQ() 1133 return AssertionSuccess();\ 1166 return AssertionSuccess(); in CmpHelperSTREQ() 1182 return AssertionSuccess(); in CmpHelperSTRCASEEQ() 1198 return AssertionSuccess(); in CmpHelperSTRNE() [all …]
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 639 return AssertionSuccess(); in HasOneFailure() 967 AssertionResult AssertionSuccess() { in AssertionSuccess() function 1044 if (diff <= abs_error) return AssertionSuccess(); in DoubleNearPredFormat() 1065 return AssertionSuccess(); in FloatingPointLE() 1071 return AssertionSuccess(); in FloatingPointLE() 1117 return AssertionSuccess(); in CmpHelperEQ() 1134 return AssertionSuccess();\ 1167 return AssertionSuccess(); in CmpHelperSTREQ() 1183 return AssertionSuccess(); in CmpHelperSTRCASEEQ() 1199 return AssertionSuccess(); in CmpHelperSTRNE() [all …]
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 638 return AssertionSuccess(); in HasOneFailure() 966 AssertionResult AssertionSuccess() { in AssertionSuccess() function 1043 if (diff <= abs_error) return AssertionSuccess(); in DoubleNearPredFormat() 1064 return AssertionSuccess(); in FloatingPointLE() 1070 return AssertionSuccess(); in FloatingPointLE() 1116 return AssertionSuccess(); in CmpHelperEQ() 1133 return AssertionSuccess();\ 1166 return AssertionSuccess(); in CmpHelperSTREQ() 1182 return AssertionSuccess(); in CmpHelperSTRCASEEQ() 1198 return AssertionSuccess(); in CmpHelperSTRNE() [all …]
|
/external/protobuf/gtest/src/ |
D | gtest.cc | 616 return AssertionSuccess(); in HasOneFailure() 981 AssertionResult AssertionSuccess() { in AssertionSuccess() function 1058 if (diff <= abs_error) return AssertionSuccess(); in DoubleNearPredFormat() 1080 return AssertionSuccess(); in FloatingPointLE() 1086 return AssertionSuccess(); in FloatingPointLE() 1134 return AssertionSuccess(); in CmpHelperEQ() 1151 return AssertionSuccess();\ 1185 return AssertionSuccess(); in CmpHelperSTREQ() 1201 return AssertionSuccess(); in CmpHelperSTRCASEEQ() 1217 return AssertionSuccess(); in CmpHelperSTRNE() [all …]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest.cc | 642 return AssertionSuccess(); in HasOneFailure() 968 AssertionResult AssertionSuccess() { in AssertionSuccess() function 1046 if (diff <= abs_error) return AssertionSuccess(); in DoubleNearPredFormat() 1067 return AssertionSuccess(); in FloatingPointLE() 1073 return AssertionSuccess(); in FloatingPointLE() 1119 return AssertionSuccess(); in CmpHelperEQ() 1136 return AssertionSuccess();\ 1169 return AssertionSuccess(); in CmpHelperSTREQ() 1185 return AssertionSuccess(); in CmpHelperSTRCASEEQ() 1201 return AssertionSuccess(); in CmpHelperSTRNE() [all …]
|
/external/gtest/src/ |
D | gtest.cc | 642 return AssertionSuccess(); in HasOneFailure() 968 AssertionResult AssertionSuccess() { in AssertionSuccess() function 1046 if (diff <= abs_error) return AssertionSuccess(); in DoubleNearPredFormat() 1067 return AssertionSuccess(); in FloatingPointLE() 1073 return AssertionSuccess(); in FloatingPointLE() 1119 return AssertionSuccess(); in CmpHelperEQ() 1136 return AssertionSuccess();\ 1169 return AssertionSuccess(); in CmpHelperSTREQ() 1185 return AssertionSuccess(); in CmpHelperSTRCASEEQ() 1201 return AssertionSuccess(); in CmpHelperSTRNE() [all …]
|
/external/ceres-solver/internal/ceres/ |
D | iterative_schur_complement_solver_test.cc | 103 return testing::AssertionSuccess(); in TestSolver()
|
/external/llvm/unittests/ProfileData/ |
D | SampleProfTest.cpp | 22 return ::testing::AssertionSuccess(); in NoError()
|
/external/gtest/test/ |
D | gtest_pred_impl_unittest.cc | 104 return testing::AssertionSuccess(); in PredFormatFunction1() 494 return testing::AssertionSuccess(); in PredFormatFunction2() 926 return testing::AssertionSuccess(); in PredFormatFunction3() 1400 return testing::AssertionSuccess(); in PredFormatFunction4() 1916 return testing::AssertionSuccess(); in PredFormatFunction5()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_pred_impl_unittest.cc | 104 return testing::AssertionSuccess(); in PredFormatFunction1() 494 return testing::AssertionSuccess(); in PredFormatFunction2() 926 return testing::AssertionSuccess(); in PredFormatFunction3() 1400 return testing::AssertionSuccess(); in PredFormatFunction4() 1916 return testing::AssertionSuccess(); in PredFormatFunction5()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_pred_impl_unittest.cc | 104 return testing::AssertionSuccess(); in PredFormatFunction1() 494 return testing::AssertionSuccess(); in PredFormatFunction2() 926 return testing::AssertionSuccess(); in PredFormatFunction3() 1400 return testing::AssertionSuccess(); in PredFormatFunction4() 1916 return testing::AssertionSuccess(); in PredFormatFunction5()
|
/external/protobuf/gtest/test/ |
D | gtest_pred_impl_unittest.cc | 104 return testing::AssertionSuccess(); in PredFormatFunction1() 495 return testing::AssertionSuccess(); in PredFormatFunction2() 928 return testing::AssertionSuccess(); in PredFormatFunction3() 1403 return testing::AssertionSuccess(); in PredFormatFunction4() 1920 return testing::AssertionSuccess(); in PredFormatFunction5()
|