Searched defs:this_is_TEST (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc2247 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); local
2249 if (first_is_TEST || this_is_TEST) {
2254 // that first_is_TEST and this_is_TEST cannot both be true, as
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc1969 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); local
1971 if (first_is_TEST || this_is_TEST) {
1976 // that first_is_TEST and this_is_TEST cannot both be true, as
/external/gtest/src/
H A Dgtest.cc1963 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); local
1965 if (first_is_TEST || this_is_TEST) {
1970 // that first_is_TEST and this_is_TEST cannot both be true, as
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1969 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); local
1971 if (first_is_TEST || this_is_TEST) {
1976 // that first_is_TEST and this_is_TEST cannot both be true, as
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1969 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); local
1971 if (first_is_TEST || this_is_TEST) {
1976 // that first_is_TEST and this_is_TEST cannot both be true, as
/external/protobuf/gtest/src/
H A Dgtest.cc1982 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); local
1984 if (first_is_TEST || this_is_TEST) {
1989 // that first_is_TEST and this_is_TEST cannot both be true, as
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3447 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); local
3449 if (first_is_TEST || this_is_TEST) {
3454 // that first_is_TEST and this_is_TEST cannot both be true, as
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3447 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); local
3449 if (first_is_TEST || this_is_TEST) {
3454 // that first_is_TEST and this_is_TEST cannot both be true, as

Completed in 251 milliseconds