HomeSort by relevance Sort by last modified time
    Searched refs:AssertionSuccess (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /frameworks/base/libs/androidfw/tests/
TestHelpers.cpp 45 return ::testing::AssertionSuccess() << actual.string();
  /frameworks/base/tools/aapt/tests/
AaptGroupEntry_test.cpp 29 return ::testing::AssertionSuccess() << dirName << " was successfully parsed";
AaptConfig_test.cpp 29 return ::testing::AssertionSuccess() << input << " was successfully parsed";
  /frameworks/base/tools/aapt2/
Locale_test.cpp 43 return ::testing::AssertionSuccess();
70 return ::testing::AssertionSuccess();
ConfigDescription_test.cpp 30 return ::testing::AssertionSuccess() << input << " was successfully parsed";
  /external/clang/unittests/AST/
CommentParser.cpp 89 return ::testing::AssertionSuccess();
115 return ::testing::AssertionSuccess();
136 return ::testing::AssertionSuccess();
157 return ::testing::AssertionSuccess();
178 return ::testing::AssertionSuccess();
226 return ::testing::AssertionSuccess();
260 return ::testing::AssertionSuccess();
278 return ::testing::AssertionSuccess();
298 return ::testing::AssertionSuccess();
322 return ::testing::AssertionSuccess();
    [all...]
NamedDeclPrinterTest.cpp 92 return ::testing::AssertionSuccess();
StmtPrinterTest.cpp 97 return ::testing::AssertionSuccess();
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest_pred_impl.h 91 if (pred(v1)) return AssertionSuccess();
135 if (pred(v1, v2)) return AssertionSuccess();
186 if (pred(v1, v2, v3)) return AssertionSuccess();
244 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
  /external/gtest/include/gtest/
gtest_pred_impl.h 91 if (pred(v1)) return AssertionSuccess();
135 if (pred(v1, v2)) return AssertionSuccess();
186 if (pred(v1, v2, v3)) return AssertionSuccess();
244 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest_pred_impl.h 91 if (pred(v1)) return AssertionSuccess();
135 if (pred(v1, v2)) return AssertionSuccess();
186 if (pred(v1, v2, v3)) return AssertionSuccess();
244 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
  /external/mesa3d/src/gtest/include/gtest/
gtest_pred_impl.h 91 if (pred(v1)) return AssertionSuccess();
135 if (pred(v1, v2)) return AssertionSuccess();
186 if (pred(v1, v2, v3)) return AssertionSuccess();
244 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
  /external/protobuf/gtest/include/gtest/
gtest_pred_impl.h 91 if (pred(v1)) return AssertionSuccess();
137 if (pred(v1, v2)) return AssertionSuccess();
190 if (pred(v1, v2, v3)) return AssertionSuccess();
250 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
317 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest_pred_impl.h 91 if (pred(v1)) return AssertionSuccess();
135 if (pred(v1, v2)) return AssertionSuccess();
186 if (pred(v1, v2, v3)) return AssertionSuccess();
244 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest_pred_impl.h 91 if (pred(v1)) return AssertionSuccess();
135 if (pred(v1, v2)) return AssertionSuccess();
186 if (pred(v1, v2, v3)) return AssertionSuccess();
244 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
  /frameworks/base/tools/aapt2/compile/
Pseudolocalizer_test.cpp 36 return ::testing::AssertionSuccess();
51 return ::testing::AssertionSuccess();
  /external/ceres-solver/internal/ceres/
iterative_schur_complement_solver_test.cc 103 return testing::AssertionSuccess();
implicit_schur_complement_test.cc 175 return testing::AssertionSuccess();
  /frameworks/base/tools/split-select/
SplitSelector_test.cpp 35 return ::testing::AssertionSuccess();
TestRules.cpp 85 return ::testing::AssertionSuccess();
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 100 return testing::AssertionSuccess();
200 return testing::AssertionSuccess();
254 return testing::AssertionSuccess();
  /frameworks/base/tools/aapt2/flatten/
TableFlattener_test.cpp 50 return ::testing::AssertionSuccess();
65 return ::testing::AssertionSuccess();
137 return ::testing::AssertionSuccess();
  /frameworks/base/tools/aapt2/java/
ManifestClassGenerator_test.cpp 39 return ::testing::AssertionSuccess();
  /art/cmdline/
cmdline_parser_test.cc 99 return ::testing::AssertionSuccess();
115 return ::testing::AssertionSuccess();
137 return ::testing::AssertionSuccess();
150 return ::testing::AssertionSuccess();
  /external/llvm/unittests/ProfileData/
SampleProfTest.cpp 22 return ::testing::AssertionSuccess();

Completed in 891 milliseconds

1 2 3 4