/external/gmock/include/gmock/ |
gmock-generated-actions.h | 44 namespace testing { namespace 631 // error messages tractable, we define it in the testing namespace 632 // instead of testing::internal. However, this is an INTERNAL TYPE 2219 namespace testing { namespace [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-internal.h | 32 // The Google C++ Testing Framework (Google Test) 70 // Google Test defines the testing::Message class to allow construction of 72 // streamable to std::ostream can be streamed to a testing::Message. 83 // namespace, but not other namespaces, including the testing 88 // testing::Message must access the custom << operator from the global 103 namespace testing { namespace 162 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1) 500 // Returns the type ID of ::testing::Test. Always call this instead 501 // of GetTypeId< ::testing::Test>() to get the type ID of 502 // ::testing::Test, as the latter may give the wrong result due to [all...] |
gtest-type-util.h | 58 namespace testing { namespace [all...] |
/external/google-breakpad/src/testing/gtest/src/ |
gtest-death-test.cc | 78 namespace testing { namespace 274 if (!::testing::internal::IsTrue(expression)) { \ 275 DeathTestAbort(::testing::internal::String::Format( \ 279 } while (::testing::internal::AlwaysFalse()) 295 DeathTestAbort(::testing::internal::String::Format( \ 299 } while (::testing::internal::AlwaysFalse()) 397 // The textual content of the code this object is testing. This class [all...] |
gtest-internal-inl.h | 30 // Utility functions and classes used by the Google C++ testing framework. 68 namespace testing { namespace 80 // library. This is solely for testing GetTestTypeId(). 802 friend class ::testing::UnitTest; [all...] |
/external/google-breakpad/src/testing/include/gmock/ |
gmock-generated-actions.h | 44 namespace testing { namespace 631 // error messages tractable, we define it in the testing namespace 632 // instead of testing::internal. However, this is an INTERNAL TYPE 2219 namespace testing { namespace [all...] |
/external/gtest/include/gtest/internal/ |
gtest-internal.h | 32 // The Google C++ Testing Framework (Google Test) 79 namespace testing { namespace 133 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1) 146 // std::runtime_error inherits from std::exception, many testing 425 // Returns the type ID of ::testing::Test. Always call this instead 426 // of GetTypeId< ::testing::Test>() to get the type ID of 427 // ::testing::Test, as the latter may give the wrong result due to a 713 typename ::testing::internal::RemoveReference<T>::type 744 typename ::testing::internal::RemoveConst<T>::type 761 typename ::testing::internal::AddReference<T>::typ [all...] |
gtest-type-util.h | 57 namespace testing { namespace [all...] |
/external/gtest/src/ |
gtest-death-test.cc | 78 namespace testing { namespace 274 if (!::testing::internal::IsTrue(expression)) { \ 277 + ::testing::internal::StreamableToString(__LINE__) + ": " \ 280 } while (::testing::internal::AlwaysFalse()) 298 + ::testing::internal::StreamableToString(__LINE__) + ": " \ 301 } while (::testing::internal::AlwaysFalse()) 399 // The textual content of the code this object is testing. This class [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
MultisetNavigationTester.java | 15 package com.google.common.collect.testing.google; 19 import static com.google.common.collect.testing.Helpers.copyToList; 20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD; 21 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE; 22 import static com.google.common.collect.testing.features.CollectionSize.ONE; 23 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL; 24 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 33 import com.google.common.collect.testing.features.CollectionFeature; 34 import com.google.common.collect.testing.features.CollectionSize;
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
ClassSanityTester.java | 17 package com.google.common.testing; 39 import com.google.common.testing.NullPointerTester.Visibility; 40 import com.google.common.testing.RelationshipTester.Item; 41 import com.google.common.testing.RelationshipTester.ItemReporter; 125 * Sets the default value for {@code type}. The default value isn't used in testing {@link 126 * Object#equals} because more than one sample instances are needed for testing inequality. 127 * To set sample instances for equality testing, use {@link #setSampleInstances} instead. 203 * <li>Test will fail if the factory method returns null so testing instance methods is 257 * <li>Test will fail if the factory method returns null so testing instance methods is 271 * test to facilitate equality testing. For example: <pre [all...] |
/external/guava/guava-testlib/test/com/google/common/testing/ |
FreshValueGeneratorTest.java | 17 package com.google.common.testing; [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-internal.h | 32 // The Google C++ Testing Framework (Google Test) 74 // Google Test defines the testing::Message class to allow construction of 76 // streamable to std::ostream can be streamed to a testing::Message. 87 // namespace, but not other namespaces, including the testing 92 // testing::Message must access the custom << operator from the global 132 namespace testing { namespace 191 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1) 529 // Returns the type ID of ::testing::Test. Always call this instead 530 // of GetTypeId< ::testing::Test>() to get the type ID of 531 // ::testing::Test, as the latter may give the wrong result due to [all...] |
gtest-type-util.h | 58 namespace testing { namespace [all...] |
/external/llvm/utils/unittest/googletest/src/ |
gtest-death-test.cc | 69 namespace testing { namespace 236 if (!::testing::internal::IsTrue(expression)) { \ 237 DeathTestAbort(::testing::internal::String::Format( \ 241 } while (::testing::internal::AlwaysFalse()) 257 DeathTestAbort(::testing::internal::String::Format( \ 261 } while (::testing::internal::AlwaysFalse()) 362 // The textual content of the code this object is testing. This class [all...] |
gtest-internal-inl.h | 30 // Utility functions and classes used by the Google C++ testing framework. 68 namespace testing { namespace 80 // library. This is solely for testing GetTestTypeId(). 791 friend class ::testing::UnitTest; [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-internal.h | 32 // The Google C++ Testing Framework (Google Test) 70 // Google Test defines the testing::Message class to allow construction of 72 // streamable to std::ostream can be streamed to a testing::Message. 83 // namespace, but not other namespaces, including the testing 88 // testing::Message must access the custom << operator from the global 103 namespace testing { namespace 162 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1) 500 // Returns the type ID of ::testing::Test. Always call this instead 501 // of GetTypeId< ::testing::Test>() to get the type ID of 502 // ::testing::Test, as the latter may give the wrong result due to [all...] |
gtest-type-util.h | 58 namespace testing { namespace [all...] |
/external/mesa3d/src/gtest/src/ |
gtest-death-test.cc | 69 namespace testing { namespace 236 if (!::testing::internal::IsTrue(expression)) { \ 237 DeathTestAbort(::testing::internal::String::Format( \ 241 } while (::testing::internal::AlwaysFalse()) 257 DeathTestAbort(::testing::internal::String::Format( \ 261 } while (::testing::internal::AlwaysFalse()) 359 // The textual content of the code this object is testing. This class [all...] |
gtest-internal-inl.h | 30 // Utility functions and classes used by the Google C++ testing framework. 68 namespace testing { namespace 80 // library. This is solely for testing GetTestTypeId(). 788 friend class ::testing::UnitTest; [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-type-util.h | 58 namespace testing { namespace [all...] |
/external/protobuf/gtest/src/ |
gtest-death-test.cc | 69 namespace testing { namespace 223 if (!::testing::internal::IsTrue(expression)) { \ 224 DeathTestAbort(::testing::internal::String::Format( \ 228 } while (::testing::internal::AlwaysFalse()) 244 DeathTestAbort(::testing::internal::String::Format( \ 248 } while (::testing::internal::AlwaysFalse()) 346 // The textual content of the code this object is testing. This class [all...] |
gtest-internal-inl.h | 30 // Utility functions and classes used by the Google C++ testing framework. 68 namespace testing { namespace 80 // library. This is solely for testing GetTestTypeId(). [all...] |
/external/v8/src/wasm/ |
wasm-module.cc | 1029 namespace testing { namespace in namespace:v8::internal [all...] |
wasm-module.h | 364 namespace testing { namespace in namespace:v8::internal::wasm 371 } // namespace testing
|