Searched refs:g_help_flag (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h107 // g_help_flag is true iff the --help flag or an equivalent form is
109 GTEST_API_ extern bool g_help_flag;
H A Dgtest.cc183 // g_help_flag is true iff the --help flag or an equivalent form is
185 bool g_help_flag = false; member in namespace:testing::internal
4508 if (g_help_flag)
5221 g_help_flag = true;
5225 if (g_help_flag) {
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h102 // g_help_flag is true iff the --help flag or an equivalent form is
104 GTEST_API_ extern bool g_help_flag;
H A Dgtest.cc176 // g_help_flag is true iff the --help flag or an equivalent form is
178 bool g_help_flag = false; member in namespace:testing::internal
4155 if (g_help_flag)
4828 g_help_flag = true;
4832 if (g_help_flag) {
/external/gtest/src/
H A Dgtest-internal-inl.h107 // g_help_flag is true iff the --help flag or an equivalent form is
109 GTEST_API_ extern bool g_help_flag;
H A Dgtest.cc179 // g_help_flag is true iff the --help flag or an equivalent form is
181 bool g_help_flag = false; member in namespace:testing::internal
4232 if (g_help_flag)
4945 g_help_flag = true;
4949 if (g_help_flag) {
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h102 // g_help_flag is true iff the --help flag or an equivalent form is
104 GTEST_API_ extern bool g_help_flag;
H A Dgtest.cc176 // g_help_flag is true iff the --help flag or an equivalent form is
178 bool g_help_flag = false; member in namespace:testing::internal
4123 if (g_help_flag)
4796 g_help_flag = true;
4800 if (g_help_flag) {
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h102 // g_help_flag is true iff the --help flag or an equivalent form is
104 GTEST_API_ extern bool g_help_flag;
H A Dgtest.cc176 // g_help_flag is true iff the --help flag or an equivalent form is
178 bool g_help_flag = false; member in namespace:testing::internal
4155 if (g_help_flag)
4828 g_help_flag = true;
4832 if (g_help_flag) {
/external/protobuf/gtest/src/
H A Dgtest.cc277 // g_help_flag is true iff the --help flag or an equivalent form is
279 static bool g_help_flag = false; member in namespace:testing::internal
3916 if (g_help_flag)
4574 g_help_flag = true;
4578 if (g_help_flag) {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc508 // g_help_flag is true iff the --help flag or an equivalent form is
510 GTEST_API_ extern bool g_help_flag;
1663 // g_help_flag is true iff the --help flag or an equivalent form is
1665 bool g_help_flag = false; member in namespace:testing::internal
5716 if (g_help_flag)
6429 g_help_flag = true;
6433 if (g_help_flag) {
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc508 // g_help_flag is true iff the --help flag or an equivalent form is
510 GTEST_API_ extern bool g_help_flag;
1663 // g_help_flag is true iff the --help flag or an equivalent form is
1665 bool g_help_flag = false; member in namespace:testing::internal
5716 if (g_help_flag)
6429 g_help_flag = true;
6433 if (g_help_flag) {
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc5595 const bool saved_help_flag = ::testing::internal::g_help_flag;
5596 ::testing::internal::g_help_flag = false; member in class:testing::InitGoogleTestTest::testing::internal
5616 // ParseGoogleTestFlagsOnly should neither set g_help_flag nor print the
5618 EXPECT_EQ(should_print_help, ::testing::internal::g_help_flag);
5631 ::testing::internal::g_help_flag = saved_help_flag; member in class:testing::InitGoogleTestTest::testing::internal
/external/gtest/test/
H A Dgtest_unittest.cc5486 const bool saved_help_flag = ::testing::internal::g_help_flag;
5487 ::testing::internal::g_help_flag = false; member in class:testing::InitGoogleTestTest::testing::internal
5507 // ParseGoogleTestFlagsOnly should neither set g_help_flag nor print the
5509 EXPECT_EQ(should_print_help, ::testing::internal::g_help_flag);
5522 ::testing::internal::g_help_flag = saved_help_flag; member in class:testing::InitGoogleTestTest::testing::internal

Completed in 499 milliseconds