HomeSort by relevance Sort by last modified time
    Searched refs:InitGoogleTest (Results 151 - 175 of 188) sorted by null

1 2 3 4 5 67 8

  /external/chromium_org/content/public/test/
test_launcher.cc 506 testing::InitGoogleTest(&argc, argv);
  /external/chromium_org/testing/gtest/test/
gtest_output_test_.cc 1002 // It's hard to test InitGoogleTest() directly, as it has many
1005 testing::InitGoogleTest(&argc, argv);
gtest-param-test_test.cc 697 // INSTANTIATE_TEST_CASE_P) is evaluated in InitGoogleTest() and neither at
701 // main(), just before invocation of InitGoogleTest(). After calling
702 // InitGoogleTest(), we set the value to 2. If the sequence is evaluated
703 // before or after InitGoogleTest, INSTANTIATE_TEST_CASE_P will create a
    [all...]
  /external/gtest/test/
gtest_output_test_.cc 989 // It's hard to test InitGoogleTest() directly, as it has many
992 testing::InitGoogleTest(&argc, argv);
gtest-param-test_test.cc 695 // INSTANTIATE_TEST_CASE_P) is evaluated in InitGoogleTest() and neither at
699 // main(), just before invocation of InitGoogleTest(). After calling
700 // InitGoogleTest(), we set the value to 2. If the sequence is evaluated
701 // before or after InitGoogleTest, INSTANTIATE_TEST_CASE_P will create a
    [all...]
  /external/protobuf/gtest/test/
gtest_output_test_.cc 978 // It's hard to test InitGoogleTest() directly, as it has many
981 testing::InitGoogleTest(&argc, argv);
gtest-param-test_test.cc 790 ::testing::InitGoogleTest(&argc, argv);
  /external/valgrind/unittest/
demo_tests.cc 37 testing::InitGoogleTest(&argc, argv);
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 462 testing::InitGoogleTest(&argc, argv);
  /ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc 1002 // It's hard to test InitGoogleTest() directly, as it has many
1005 testing::InitGoogleTest(&argc, argv);
gtest-param-test_test.cc 697 // INSTANTIATE_TEST_CASE_P) is evaluated in InitGoogleTest() and neither at
701 // main(), just before invocation of InitGoogleTest(). After calling
702 // InitGoogleTest(), we set the value to 2. If the sequence is evaluated
703 // before or after InitGoogleTest, INSTANTIATE_TEST_CASE_P will create a
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h     [all...]
  /external/open-vcdiff/gtest/include/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h     [all...]
  /external/chromium/testing/gtest/test/
gtest-param-test_test.cc 695 // INSTANTIATE_TEST_CASE_P) is evaluated in InitGoogleTest() and neither at
699 // main(), just before invocation of InitGoogleTest(). After calling
700 // InitGoogleTest(), we set the value to 2. If the sequence is evaluated
701 // before or after InitGoogleTest, INSTANTIATE_TEST_CASE_P will create a
    [all...]
  /external/chromium_org/base/allocator/
allocator_unittests.cc 519 testing::InitGoogleTest(&argc, argv);
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.cc 90 // Copied here for access by CreateBrowserMainParts and InitGoogleTest.
814 testing::InitGoogleTest(&g_argc, g_argv);
    [all...]
  /external/chromium_org/content/common/gpu/media/
video_encode_accelerator_unittest.cc 572 testing::InitGoogleTest(&argc, argv); // Removes gtest-specific args.
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 195 // A user must call testing::InitGoogleTest() to initialize Google
197 // InitGoogleTest() has been called. We don't protect this variable
259 // Application pathname gotten in InitGoogleTest.
    [all...]

Completed in 515 milliseconds

1 2 3 4 5 67 8