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

1 2

  /external/chromium_org/base/test/
test_launcher.h 55 virtual bool ShouldRunTest(const testing::TestCase* test_case,
test_launcher.cc 303 if (!launcher_delegate->ShouldRunTest(test_case, test_info))
  /external/chromium_org/ppapi/tests/
test_case.h 125 bool ShouldRunTest(const std::string& test_name, const std::string& filter);
231 // This is initialized lazily the first time that ShouldRunTest is called.
238 // listed in the test_filter but didn't match any calls to ShouldRunTest,
243 // If ShouldRunTest is called but the given test name doesn't match anything
296 if (ShouldRunTest(#name, test_filter)) { \
307 if (ShouldRunTest(#name, test_filter)) { \
316 if (ShouldRunTest(#name, test_filter)) { \
326 if (ShouldRunTest(#name, test_filter)) { \
350 if (ShouldRunTest(#name, test_filter)) { \
test_case.cc 64 // name ShouldRunTest wants to use to look up the test doesn't have the
179 bool TestCase::ShouldRunTest(const std::string& test_name,
  /external/chromium_org/content/public/test/
test_launcher.cc 171 virtual bool ShouldRunTest(const testing::TestCase* test_case,
192 bool WrapperTestLauncherDelegate::ShouldRunTest(
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 707 static bool ShouldRunTest(const TestInfo *test_info) {
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h 861 static bool ShouldRunTest(const TestInfo* test_info) {
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h 861 static bool ShouldRunTest(const TestInfo* test_info) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h 861 static bool ShouldRunTest(const TestInfo* test_info) {
    [all...]
  /external/gtest/include/gtest/
gtest.h 861 static bool ShouldRunTest(const TestInfo* test_info) {
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 861 static bool ShouldRunTest(const TestInfo* test_info) {
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 861 static bool ShouldRunTest(const TestInfo* test_info) {
    [all...]
  /external/open-vcdiff/gtest/include/gtest/
gtest.h 792 static bool ShouldRunTest(const TestInfo *test_info);
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 710 static bool ShouldRunTest(const TestInfo *test_info);
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 863 static bool ShouldRunTest(const TestInfo* test_info) {
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc     [all...]
  /external/open-vcdiff/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /external/chromium/testing/gtest/src/
gtest.cc     [all...]
  /external/chromium_org/testing/gtest/src/
gtest.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc     [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc     [all...]

Completed in 1773 milliseconds

1 2