Searched defs:testing (Results 276 - 300 of 567) sorted by relevance

<<11121314151617181920>>

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-message.h52 namespace testing { namespace
66 // testing::Message foo;
222 } // namespace testing
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-more-actions.h43 namespace testing { namespace
231 } // namespace testing
/external/chromium/testing/gmock/include/gmock/internal/
H A Dgmock-generated-internal-utils.h44 namespace testing { namespace
275 } // namespace testing
/external/chromium/testing/gmock/src/
H A Dgmock-cardinalities.cc45 namespace testing { namespace
155 } // namespace testing
H A Dgmock-internal-utils.cc47 namespace testing { namespace
75 // use Google Mock with a testing framework other than Google Test.
166 << ::testing::internal::GetCurrentOsStackTraceExceptTop(
167 ::testing::UnitTest::GetInstance(), actual_to_skip);
173 } // namespace testing
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-string.h54 namespace testing { namespace
348 } // namespace testing
/external/chromium/testing/gtest/test/
H A Dgtest-filepath_test.cc59 namespace testing { namespace
696 } // namespace testing
H A Dgtest_repeat_test.cc47 namespace testing { namespace
53 } // namespace testing
55 using testing::GTEST_FLAG(death_test_style);
56 using testing::GTEST_FLAG(filter);
57 using testing::GTEST_FLAG(repeat);
61 // We need this when we are testing Google Test itself and therefore
67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
72 ::testing::internal::posix::Abort();\
74 } while(::testing::internal::AlwaysFalse())
83 class MyEnvironment : public testing
[all...]
H A Dgtest_stress_test.cc49 namespace testing { namespace
112 // is for testing whether Google Test can handle failed assertions in a
236 } // namespace testing
239 testing::InitGoogleTest(&argc, argv);
254 testing::InitGoogleTest(&argc, argv);
/external/chromium_org/base/test/launcher/
H A Dtest_launcher.h21 namespace testing { namespace
53 const testing::TestCase* test_case,
54 const testing::TestInfo* test_info) = 0;
59 virtual bool ShouldRunTest(const testing::TestCase* test_case,
60 const testing::TestInfo* test_info) = 0;
/external/chromium_org/net/base/
H A Dmock_file_stream.cc9 namespace testing { namespace in namespace:net
65 } // namespace testing
/external/chromium_org/testing/gtest/test/
H A Dgtest_repeat_test.cc47 namespace testing { namespace
53 } // namespace testing
55 using testing::GTEST_FLAG(death_test_style);
56 using testing::GTEST_FLAG(filter);
57 using testing::GTEST_FLAG(repeat);
61 // We need this when we are testing Google Test itself and therefore
67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
72 ::testing::internal::posix::Abort();\
74 } while (::testing::internal::AlwaysFalse())
83 class MyEnvironment : public testing
[all...]
H A Dgtest_stress_test.cc49 namespace testing { namespace
111 // is for testing whether Google Test can handle failed assertions in a
235 } // namespace testing
238 testing::InitGoogleTest(&argc, argv);
253 testing::InitGoogleTest(&argc, argv);
/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
H A Dgmock.h8 #include "testing/gmock/include/gmock/gmock.h"
10 namespace testing { namespace
89 } // namespace testing
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-string.h54 namespace testing { namespace
348 } // namespace testing
/external/chromium_org/third_party/re2/util/
H A Dtest.h42 namespace testing { namespace
51 } // namespace testing
/external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
H A DActionBarActivity.java1 package com.google.android.apps.common.testing.ui.testapp;
H A DMainActivity.java1 package com.google.android.apps.common.testing.ui.testapp;
H A DMenuActivity.java1 package com.google.android.apps.common.testing.ui.testapp;
/external/gtest/include/gtest/internal/
H A Dgtest-string.h54 namespace testing { namespace
348 } // namespace testing
/external/gtest/test/
H A Dgtest-filepath_test.cc59 namespace testing { namespace
700 } // namespace testing
H A Dgtest_repeat_test.cc47 namespace testing { namespace
53 } // namespace testing
55 using testing::GTEST_FLAG(death_test_style);
56 using testing::GTEST_FLAG(filter);
57 using testing::GTEST_FLAG(repeat);
61 // We need this when we are testing Google Test itself and therefore
67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
72 ::testing::internal::posix::Abort();\
74 } while(::testing::internal::AlwaysFalse())
83 class MyEnvironment : public testing
[all...]
H A Dgtest_stress_test.cc49 namespace testing { namespace
112 // is for testing whether Google Test can handle failed assertions in a
236 } // namespace testing
239 testing::InitGoogleTest(&argc, argv);
254 testing::InitGoogleTest(&argc, argv);
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DMinimalCollection.java17 package com.google.common.collect.testing;
H A DPlatform.java17 package com.google.common.collect.testing;

Completed in 762 milliseconds

<<11121314151617181920>>